Element Summary

ElementDescriptionClass
componenta component for hosting JAX-WS pojos. It is based on the CXF runtime.org.apache.servicemix.cxfse.CxfSeComponent
endpointan endpoint using CXF's JAX-WS frontendorg.apache.servicemix.cxfse.CxfSeEndpoint
proxyA CXF proxyorg.apache.servicemix.cxfse.CxfSeProxyFactoryBean

Element Detail

Element: component

ElementTypeDescription
bus<spring:bean/>the CXF bus
endpoints(endpoint)*the endpoints hosted by a component
executor<spring:bean/>
executorFactory<spring:bean/>

Element: endpoint

AttributeTypeDescription
endpointxs:string
interfaceNamexs:QName
mtomEnabledxs:booleanSpecifies if the service can consume MTOM formatted binary data. The default is false.
servicexs:QName
useJBIWrapperxs:booleanSpecifies if the endpoint expects to receive the JBI wrapper in the message received from the NMR. The default is true.
ElementTypeDescription
definition<spring:bean/>
description<spring:bean/>
inFaultInterceptors(<spring:bean/>)*a list of beans configuring interceptors that process incoming faults
inInterceptors(<spring:bean/>)*a list of beans configuring interceptors that process incoming requests
outFaultInterceptors(<spring:bean/>)*a list of beans configuring interceptors that process fault messages being returned to the consumer
outInterceptors(<spring:bean/>)*a list of beans configuring interceptors that process response messages
pojo<spring:bean/>a bean configuring the JAX-WS annotated implementation for the endpoint
properties<spring:bean/>
serviceUnit<spring:bean/>

Element: proxy

AttributeTypeDescription
endpointxs:string
interfaceNamexs:QName
namexs:string
propagateSecuritySubjectxs:boolean
servicexs:QName
typexs:string
useJBIWrapperxs:boolean
ElementTypeDescription
container<spring:bean/>
context<spring:bean/>
factory<spring:bean/>