Element Summary

ElementDescriptionClass
componentAn http componentorg.apache.servicemix.http.HttpSpringComponent
configurationorg.apache.servicemix.http.HttpConfiguration
endpointAn http endpointorg.apache.servicemix.http.HttpEndpoint
sslParametersThis class contains all parameters needed to create an SSL server or client socket.org.apache.servicemix.http.SslParameters

Element Detail

Element: component

ElementTypeDescription
configurationconfiguration
endpoints(endpoint)*

Element: configuration

AttributeTypeDescription
authenticationServiceNamexs:string
jettyConnectorClassNamexs:string
jettyManagementxs:boolean
jettyThreadPoolSizexs:integer
keystoreManagerNamexs:string
managedxs:boolean
mappingxs:string
maxConnectionsPerHostxs:integer
maxTotalConnectionsxs:integer
streamingEnabledxs:boolean
ElementTypeDescription
authenticationService<spring:bean/>
keystoreManager<spring:bean/>

Element: endpoint

AttributeTypeDescription
authMethodxs:string
locationURIxs:string
rolexs:string
soapActionxs:string
ElementTypeDescription
binding<spring:bean/>
sslsslParameters

Element: sslParameters

AttributeTypeDescription
algorithmxs:string
keyAliasxs:string
keyPasswordxs:string
keyStorexs:string
keyStorePasswordxs:string
keyStoreTypexs:string
managedxs:boolean
needClientAuthxs:boolean
protocolxs:string
providerxs:string
trustStorexs:string
trustStorePasswordxs:string
trustStoreTypexs:string
wantClientAuthxs:boolean