| Element | Description | Class |
|---|---|---|
| component | a JBI component for hosting endpoints that can use | org.apache.servicemix.cxfbc.CxfBcComponent |
| consumer | a consumer endpoint that is capable of using SOAP/HTTP or SOAP/JMS | org.apache.servicemix.cxfbc.CxfBcConsumer |
| provider | a provider endpoint that is capable of | 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 configuration file used to configure the CXF bus. |
| endpoint | xs:string | |
| interfaceName | xs:QName | |
| locationURI | xs:string | the HTTP address to which requests are sent. |
| mtomEnabled | xs:boolean | Specifies if MTOM / attachment support is enabled. |
| service | xs:QName | |
| synchronous | xs:boolean | Specifies if the endpoint expects send messageExchange by sendSync . |
| targetEndpoint | xs:string | |
| targetInterface | xs:QName | |
| targetOperation | xs:QName | |
| targetService | xs:QName | |
| targetUri | xs:string | |
| timeout | xs:integer | the number of millis the endpoint will wait for a response. |
| useJBIWrapper | xs:boolean | Specifies if the JBI wrapper is sent in the body of the message. |
| 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 responses |
| outFaultInterceptors | (<spring:bean/>)* | a list of beans configuring interceptors that process fault |
| outInterceptors | (<spring:bean/>)* | a list of beans configuring interceptors that process requests |
| serviceUnit | <spring:bean/> | |
| wsdl | <spring:bean/> | the location of the WSDL document defining the endpoint's interface |
| Attribute | Type | Description |
|---|---|---|
| busCfg | xs:string | the location of the CXF configuration file used to configure the CXF bus. |
| endpoint | xs:string | |
| interfaceName | xs:QName | |
| locationURI | xs:string | the HTTP address of the exposed service. This value will overide |
| mtomEnabled | xs:boolean | Specifies if MTOM / attachment support is enabled. |
| service | xs:QName | |
| useJBIWrapper | xs:boolean | Specifies if the JBI wrapper is sent in the body of the message. |
| 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 fault |
| outInterceptors | (<spring:bean/>)* | a list of beans configuring interceptors that process responses |
| serviceUnit | <spring:bean/> | |
| wsdl | <spring:bean/> | the location of the WSDL document defining the endpoint's interface |