org.mule.transport.soap.axis |
Mule
Provides an Axis soap transport for Mule. Managed objects can automatically be exposed as services just by
subscribing to this provider. There is no need for service wsdd or even a servlet container.
|
Java Source File Name | Type | Comment |
AxisConnector.java | Class | AxisConnector is used to maintain one or more Services for Axis
server instance.
Some of the Axis specific service initialisation code was adapted from the Ivory
project (http://ivory.codehaus.org). |
AxisFaultExceptionReader.java | Class | Will format and display additional information stored with an Axis fault that is
usually hidden when logged. |
AxisInitialisable.java | Interface | |
AxisInitialisationCallback.java | Class | AxisInitialisationCallback is invoked when an Axis component is
created from its descriptor. |
AxisMessageAdapter.java | Class | AxisMessageAdapter wraps a soap message. |
AxisMessageDispatcher.java | Class | AxisMessageDispatcher is used to make soap requests via the Axis
soap client. |
AxisMessageDispatcherFactory.java | Class | AxisMessageDispatcherFactory creates an AxisMessageDispatcher, used
for making SOAP calls using the Axis stack. |
AxisMessageReceiver.java | Class | AxisMessageReceiver is used to register a component as a service
with a Axis server. |
AxisMessageRequester.java | Class | AxisMessageDispatcher is used to make soap requests via the Axis
soap client. |
AxisMessageRequesterFactory.java | Class | AxisMessageRequesterFactory creates an AxisMessageRequester, used
for making SOAP calls using the Axis stack. |
AxisServiceComponent.java | Class | AxisServiceComponent is a Mule component implementation of the Axis
servlet. |
AxisServiceProxy.java | Class | ServiceProxy is a proxy that wraps a soap endpointUri to look like
a Web service. |