| Element | Description | Class |
|---|---|---|
| component | a JBI component for hosting endpoints that can use | org.apache.servicemix.cxfbc.CxfBcComponent |
| consumer | a consumer endpoint | org.apache.servicemix.cxfbc.CxfBcConsumer |
| provider | a provider endpoint | org.apache.servicemix.cxfbc.CxfBcProvider |
| Attribute | Type | Description |
|---|---|---|
| busConfig | xs:string | the location of the CXF configuration file used to configure the CXF |
| Element | Type | Description |
|---|---|---|
| configuration | <spring:bean/> | |
| endpoints | (<spring:bean/>)* | the list of endpoints hosted by the component |
| Attribute | Type | Description |
|---|---|---|
| busCfg | xs:string | the location of the CXF |
| endpoint | xs:string | |
| interfaceName | xs:QName | |
| locationURI | xs:string | the HTTP address to which |
| mtomEnabled | xs:boolean | Specifies if MTOM / attachment |
| schemaValidationEnabled | xs:boolean | Specifies if the endpoint use schemavalidation for the incoming/outgoing message. |
| service | xs:QName | |
| synchronous | xs:boolean | Specifies if the endpoint expects |
| targetEndpoint | xs:string | |
| targetInterface | xs:QName | |
| targetOperation | xs:QName | |
| targetService | xs:QName | |
| targetUri | xs:string | |
| timeout | xs:integer | the number of second the endpoint |
| useJBIWrapper | xs:boolean | Specifies if the JBI wrapper is |
| useSOAPEnvelope | xs:boolean | Specifies if the endpoint expects |
| x509 | xs:boolean | Specifies if the endpoint use X.509 Certificate to do the authentication. |
| Element | Type | Description |
|---|---|---|
| definition | <spring:bean/> | |
| description | <spring:bean/> | |
| features | (<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 |
| serviceUnit | <spring:bean/> | |
| wsdl | <spring:bean/> | the location of the WSDL document |
| Attribute | Type | Description |
|---|---|---|
| busCfg | xs:string | the location of the CXF |
| endpoint | xs:string | |
| interfaceName | xs:QName | |
| locationURI | xs:string | the HTTP address of the exposed |
| mtomEnabled | xs:boolean | Specifies if MTOM / attachment |
| schemaValidationEnabled | xs:boolean | Specifies if the endpoint use schemavalidation for the incoming/outgoing message. |
| service | xs:QName | |
| synchronous | xs:boolean | Specifies if the endpoints send |
| useJBIWrapper | xs:boolean | Specifies if the JBI wrapper is |
| useSOAPEnvelope | xs:boolean | Specifies if the endpoint expects |
| Element | Type | Description |
|---|---|---|
| definition | <spring:bean/> | |
| description | <spring:bean/> | |
| features | (<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 |
| serviceUnit | <spring:bean/> | |
| wsdl | <spring:bean/> | the location of the WSDL document |