| 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 | Type | Description |
|---|---|---|
| bus | <spring:bean/> | the CXF bus |
| endpoints | (endpoint)* | the endpoints hosted by a component |
| executor | <spring:bean/> | |
| executorFactory | <spring:bean/> |
| 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 |
| 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/> |
| 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/> |