
rvicemix.servicemix-cxf-bc.2013.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
The newest version!
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 ||
| authenticationService | _java.lang.Object_ | {html}the authentication service object used by a component{html} |
| 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} |
| executorFactory | _org.apache.servicemix.executors.ExecutorFactory_ | {html}The executor factory to use to create the executor.
If none is provided, one will be retrieved from the JBI container when the component
is deployed into ServiceMix 3.x, or a default implementation will be used.{html} |
| showAllServices | _boolean_ | {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} |
| delegateToJaas | _boolean_ | {html}Specifies if the endpoint delegate to JAASAuthenticationService to do the authentication.{html} |
| endpoint | _java.lang.String_ | {html}
Get the endpoint implementation.
{html} |
| features | (_java.lang.Object_)\* | {html}Specifies the cxf features set for this endpoint{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}
Get the qualified name of the endpoint interface.
{html} |
| jaasDomain | _java.lang.String_ | {html}jaasDomain of this cxfbc consumer endpoint{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} |
| properties | _java.util.Map_ | {html}Sets arbitrary properties that are added to the CXF context at the Endpoint level{html} |
| providedBus | _org.apache.cxf.Bus_ | {html}a preconfigured CXF Bus object to use; overrides busCfg{html} |
| schemaValidationEnabled | _boolean_ | {html}Specifies if the endpoint use schemavalidation for the incoming/outgoing message.{html} |
| service | _javax.xml.namespace.QName_ | {html}
Get the service qualified name of the endpoint.
{html} |
| synchronous | _boolean_ | {html}Specifies if the endpoint expects send messageExchange by sendSync .{html} |
| targetEndpoint | _java.lang.String_ | {html}the name of the endpoint to which requests are sent{html} |
| targetInterface | _javax.xml.namespace.QName_ | {html}the QName of the interface to which requests are sent{html} |
| targetOperation | _javax.xml.namespace.QName_ | {html}the QName of the operation to which requests are sent{html} |
| targetService | _javax.xml.namespace.QName_ | {html}the QName of the service to which requests are sent{html} |
| targetUri | _java.lang.String_ | {html}
Gets the target URI of the consumer endpoint.
{html} |
| timeout | _long_ | {html}the number of second the endpoint will wait for a response. The default is unlimited.{html} |
| useJBIWrapper | _boolean_ | {html}Specifies if the JBI wrapper is sent in the body of the message. Default is true
.{html} |
| useSOAPEnvelope | _boolean_ | {html}Specifies if the endpoint expects soap messages when useJBIWrapper is false,{html} |
| wsdl | _org.springframework.core.io.Resource_ | {html}the location of the WSDL document defining the endpoint's interface{html} |
| x509 | _boolean_ | {html}Specifies if the endpoint use X.509 Certificate to do the authentication.{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} |
| endpoint | _java.lang.String_ | {html}
Get the endpoint implementation.
{html} |
| features | (_java.lang.Object_)\* | {html}Specifies the cxf features set for this endpoint{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}
Get the qualified name of the endpoint interface.
{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} |
| properties | _java.util.Map_ | {html}Sets arbitrary properties that are added to the CXF context at the Endpoint level{html} |
| providedBus | _org.apache.cxf.Bus_ | {html}a preconfigured CXF Bus object to use; overrides busCfg{html} |
| schemaValidationEnabled | _boolean_ | {html}Specifies if the endpoint use schemavalidation for the incoming/outgoing message.{html} |
| service | _javax.xml.namespace.QName_ | {html}
Get the service qualified name of the endpoint.
{html} |
| synchronous | _boolean_ | {html}Specifies if the endpoints send message synchronously to external server using underlying{html} |
| useJBIWrapper | _boolean_ | {html}Specifies if the JBI wrapper is sent in the body of the message. Default is true
.{html} |
| useSOAPEnvelope | _boolean_ | {html}Specifies if the endpoint expects soap messages when useJBIWrapper is false,{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