rvicemix.servicemix-cxf-se.3.2.3.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 CXF's JAX-WS frontend org.apache.servicemix.cxfse.CxfSeEndpoint
proxy A CXF proxy org.apache.servicemix.cxfse.CxfSeProxyFactoryBean
Element Detail
Element: component
Element Type Description
endpoints (endpoint)* the endpoints hosted by a component
Element: endpoint
Attribute Type Description
endpoint xs:string
interfaceName xs:QName
mtomEnabled xs:boolean Specifies if the service can consume MTOM formatted binary data.
service xs:QName
useJBIWrapper xs:boolean Specifies if the endpoint expects to receive the JBI wrapper in
Element Type Description
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
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
Attribute Type Description
endpoint xs:string
interfaceName xs:QName
name xs:string
propagateSecuritySubject xs:boolean
service xs:QName
type xs:string
useJBIWrapper xs:boolean
Element Type Description
container <spring:bean/>
context <spring:bean/>
factory <spring:bean/>