@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.spring-ws") public class SpringWebserviceComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
SpringWebserviceComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getResolvePropertyPlaceholders() |
Boolean |
getUseGlobalSslContextParameters() |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters) |
public SpringWebserviceComponentConfiguration()
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel