META-INF.mule-cxf.xsd Maven / Gradle / Ivy
Apache CXF is an open source services framework. CXF helps you build and develop services
using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP,
XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
\\
The Mule CXF Transport is an evolution of Mule's XFire Transport which provides support for the use of web
service integration via Apache CXF. The Mule CXF connector also provides support for WS-Security,
WS-Addressing and WS-Reliable-Messaging.
cxf
CXF Transport
The CXF frontend that is used to build an internal service representation
from your Java classes. The default is "jaxws". The "simple" frontend is
also supported.
The location of a CXF configuration file, if any needs to be supplied.
Initialize the static CXF Bus with a Bus configured to use Mule for
all transports. This will affect any CXF generated clients
that you run standalone. Defaults to false.
Whether or not this outbound endpoint is acting as a web service proxy. If so,
it will expect raw xml as the input parameter and return an XML stream as the output.
Whether or not MTOM (attachment support) is enabled for this endpoint.
The location of the WSDL for your service. If this is a
server side endpoint it will served to your users.
The CXF frontend that is used to build an internal service representation
from your Java classes. The default is "jaxws". The "simple" frontend is
also supported.
The binding that should be used for this service. It defaults
to the soap binding by default.
The WSDL endpoint name of your service.
The class CXF should use to construct it's service model. This is
optional and by default it will use the implementation class of
your component.
The WSDL service name of your service.
Whether or not to apply the filters to the protocol endpoint.
Whether or not to apply the transformers to the protocol endpoint.
Whether or not to apply the security filter to the protocol endpoint.
The databinding implementation that should be used.
By default, this is JAXB for the JAX-WS frontend and Aegis
for the simple frontend. This should be specified in the form
of a spring bean.
Any CXF features you wish to apply to the client/server.
See the CXF documentation for more information on features.
Additional incoming interceptors for this service.
Additional incoming fault interceptors.
Additional outgoing interceptors.
Additional outgoing fault interceptors.
The WSDL port you wish to use to communicate to the service.
The name of the client class that CXF generated using CXF's wsdl2java
tool. You must use wsdl2java if you do not have both the client and the
server in the same JVM. Otherwise, this can be optional if the endpoint
address is the same in both cases.
The operation you wish to invoke on the outbound endpoint.
The location of any additional schema to be included inside the WSDL.
The WebServiceWrapperComponent class allows you to send
the result of a web service call to another endpoint.
TODO
Specifies that the URL of the web service will be obtained from the message itself.
The WSDL port you wish to use to communicate to the service.
The operation you wish to invoke on the outbound endpoint.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy