| 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 |
|---|---|---|
| endpoints | (endpoint)* | the endpoints hosted by a component |
| 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 | |
| schemaValidationEnabled | xs:boolean | |
| service | xs:QName | |
| useAegis | xs:boolean | Specifies if the endpoint use aegis databinding to marshell/unmarshell message. |
| 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 | |
| useSOAPEnvelope | xs:boolean | Specifies if the endpoint expects |
| Element | Type | Description |
|---|---|---|
| container | <spring:bean/> | |
| context | <spring:bean/> | |
| factory | <spring:bean/> |