rvicemix.servicemix-cxf-bc.2008.01.source-code.servicemix-cxf-bc.xsd.wiki Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of servicemix-cxf-bc Show documentation
Show all versions of servicemix-cxf-bc Show documentation
JBI compliant HTTP/SOAP or JMS/SOAP binding component which use Apache CXF internally
h3. Elements By Type
{anchor:component-element}
h3. The _[|#component-element]_ Element
{html}a JBI component for hosting endpoints that can use either SOAP/HTTP or SOAP/JMS.{html}
h4. Properties
|| Property Name || Type || Description ||
| busConfig | _java.lang.String_ | {html}the location of the CXF configuration file used to configure the CXF bus for all endpoints in the container. Endpoint-specific configuration overrides these settings. This allows you to configure features like WS-RM and JMS runtime behavior.{html} |
| configuration | _org.apache.servicemix.cxfbc.CxfBcConfiguration_ | {html}{html} |
| endpoints | (_org.apache.servicemix.cxfbc.CxfBcEndpointType_)\* | {html}the list of endpoints hosted by the component{html} |
| executor | _org.apache.servicemix.executors.Executor_ | {html}{html} |
| executorFactory | _org.apache.servicemix.executors.ExecutorFactory_ | {html}{html} |
{anchor:consumer-element}
h3. The _[|#consumer-element]_ Element
{html}a consumer endpoint that is capable of using SOAP/HTTP or SOAP/JMS{html}
h4. Properties
|| Property Name || Type || Description ||
| busCfg | _java.lang.String_ | {html}the location of the CXF configuration file used to configure the CXF bus. This allows you to configure features like WS-RM and JMS runtime behavior.{html} |
| definition | _javax.wsdl.Definition_ | {html}{html} |
| description | _org.w3c.dom.Document_ | {html}{html} |
| endpoint | _java.lang.String_ | {html}{html} |
| inFaultInterceptors | (_java.lang.Object_)\* | {html}a list of beans configuring interceptors that process incoming faults{html} |
| inInterceptors | (_java.lang.Object_)\* | {html}a list of beans configuring interceptors that process incoming responses{html} |
| interfaceName | _javax.xml.namespace.QName_ | {html}{html} |
| locationURI | _java.lang.String_ | {html}the HTTP address to which requests are sent. This value will overide any value specified in the WSDL.{html} |
| mtomEnabled | _boolean_ | {html}Specifies if MTOM / attachment support is enabled. Default is false
.{html} |
| outFaultInterceptors | (_java.lang.Object_)\* | {html}a list of beans configuring interceptors that process fault messages being returned to the consumer{html} |
| outInterceptors | (_java.lang.Object_)\* | {html}a list of beans configuring interceptors that process requests{html} |
| service | _javax.xml.namespace.QName_ | {html}{html} |
| serviceUnit | _org.apache.servicemix.common.ServiceUnit_ | {html}{html} |
| synchronous | _boolean_ | {html}Specifies if the endpoint expects send messageExchange by sendSync .{html} |
| targetEndpoint | _java.lang.String_ | {html}{html} |
| targetInterface | _javax.xml.namespace.QName_ | {html}{html} |
| targetOperation | _javax.xml.namespace.QName_ | {html}{html} |
| targetService | _javax.xml.namespace.QName_ | {html}{html} |
| targetUri | _java.lang.String_ | {html}{html} |
| timeout | _long_ | {html}the number of millis the endpoint will wait for a response. The default is 1 hour.{html} |
| useJBIWrapper | _boolean_ | {html}Specifies if the JBI wrapper is sent in the body of the message. Default is true
.{html} |
| wsdl | _org.springframework.core.io.Resource_ | {html}the location of the WSDL document defining the endpoint's interface{html} |
{anchor:provider-element}
h3. The _[|#provider-element]_ Element
{html}a provider endpoint that is capable of exposing SOAP/HTTP or SOAP/JMS services{html}
h4. Properties
|| Property Name || Type || Description ||
| busCfg | _java.lang.String_ | {html}the location of the CXF configuration file used to configure the CXF bus. This allows you to configure features like WS-RM and JMS runtime behavior.{html} |
| definition | _javax.wsdl.Definition_ | {html}{html} |
| description | _org.w3c.dom.Document_ | {html}{html} |
| endpoint | _java.lang.String_ | {html}{html} |
| inFaultInterceptors | (_java.lang.Object_)\* | {html}a list of beans configuring interceptors that process incoming faults{html} |
| inInterceptors | (_java.lang.Object_)\* | {html}a list of beans configuring interceptors that process incoming requests{html} |
| interfaceName | _javax.xml.namespace.QName_ | {html}{html} |
| locationURI | _java.net.URI_ | {html}the HTTP address of the exposed service. This value will overide any value specified in the WSDL.{html} |
| mtomEnabled | _boolean_ | {html}Specifies if MTOM / attachment support is enabled. Default is false
.{html} |
| outFaultInterceptors | (_java.lang.Object_)\* | {html}a list of beans configuring interceptors that process fault messages being returned to the consumer{html} |
| outInterceptors | (_java.lang.Object_)\* | {html}a list of beans configuring interceptors that process responses{html} |
| service | _javax.xml.namespace.QName_ | {html}{html} |
| serviceUnit | _org.apache.servicemix.common.ServiceUnit_ | {html}{html} |
| useJBIWrapper | _boolean_ | {html}Specifies if the JBI wrapper is sent in the body of the message. Default is true
.{html} |
| wsdl | _org.springframework.core.io.Resource_ | {html}the location of the WSDL document defining the endpoint's interface{html} |
h3. Element Index
| _[|#component-element]_ | {html}a JBI component for hosting endpoints that can use either SOAP/HTTP or SOAP/JMS.{html} |
| _[|#consumer-element]_ | {html}a consumer endpoint that is capable of using SOAP/HTTP or SOAP/JMS{html} |
| _[|#provider-element]_ | {html}a provider endpoint that is capable of exposing SOAP/HTTP or SOAP/JMS services{html} |
© 2015 - 2025 Weber Informatics LLC | Privacy Policy