rvicemix.servicemix-cxf-se.2009.02.source-code.servicemix-cxf-se.xsd.html Maven / Gradle / Ivy
Schema for namespace: http://servicemix.apache.org/cxfse/1.0
Element Summary
Element Description Class
component a component for hosting JAX-WS pojos. It is based on the CXF runtime. org.apache.servicemix.cxfse.CxfSeComponent
endpoint an endpoint using org.apache.servicemix.cxfse.CxfSeEndpoint
proxy A CXF proxy org.apache.servicemix.cxfse.CxfSeProxyFactoryBean
Element Detail
Element: component
Element Type Description
bus <spring:bean/> the CXF bus
endpoints (endpoint)* the endpoints hosted by a component
executor <spring:bean/>
executorFactory <spring:bean/>
Element: endpoint
Attribute Type Description
endpoint xs:string
interfaceName xs:QName
mtomEnabled xs:boolean Specifies if the service can
pojoEndpoint xs:string
pojoInterfaceName xs:QName
pojoService xs:QName
service xs:QName
useAegis xs:boolean Specifies if the endpoint use
useJBIWrapper xs:boolean Specifies if the endpoint expects
useSOAPEnvelope xs:boolean Specifies if the endpoint expects
useXmlBeans xs:boolean Specifies if the endpoint use
Element Type Description
definition <spring:bean/>
description <spring:bean/>
inFaultInterceptors (<spring:bean/>)* a list of beans configuring
inInterceptors (<spring:bean/>)* a list of beans configuring
outFaultInterceptors (<spring:bean/>)* a list of beans configuring
outInterceptors (<spring:bean/>)* a list of beans configuring
pojo <spring:bean/> a bean configuring the JAX-WS
properties <spring:bean/>
serviceUnit <spring:bean/>
Element: proxy
Attribute Type Description
endpoint xs:string
interfaceName xs:QName
mtomEnabled xs:boolean
name xs:string
propagateSecuritySubject xs:boolean
service xs:QName
type xs:string
useJBIWrapper xs:boolean Specifies if the endpoint expects to receive the JBI wrapper in the message received from the NMR. The default is true
.
useSOAPEnvelope xs:boolean Specifies if the endpoint expects soap messages when useJBIWrapper is false,
Element Type Description
container <spring:bean/>
context <spring:bean/>
factory <spring:bean/>