org.mule.transport.soap.axis
Class AxisMessageReceiver
java.lang.Object
org.mule.transport.AbstractMessageReceiver
org.mule.transport.soap.axis.AxisMessageReceiver
- All Implemented Interfaces:
- Disposable, Initialisable, Lifecycle, Startable, Stoppable, Connectable, MessageReceiver
public class AxisMessageReceiver
- extends AbstractMessageReceiver
AxisMessageReceiver
is used to register a component as a service
with a Axis server.
Methods inherited from class org.mule.transport.AbstractMessageReceiver |
connect, disconnect, dispose, doInitialise, getConnectEventId, getConnectionDescription, getConnector, getEndpoint, getEndpointURI, getListener, getReceiverKey, getService, getWorkManager, handleException, handleUnacceptedFilter, initialise, isConnected, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, setConnector, setEndpoint, setExceptionDetails, setListener, setReceiverKey, setService, setWorkManager, start, stop, toString |
AXIS_OPTIONS
public static final String AXIS_OPTIONS
- See Also:
- Constant Field Values
BEAN_TYPES
public static final String BEAN_TYPES
- See Also:
- Constant Field Values
SERVICE_NAMESPACE
public static final String SERVICE_NAMESPACE
- See Also:
- Constant Field Values
connector
protected AxisConnector connector
soapService
protected org.apache.axis.handlers.soap.SOAPService soapService
AxisMessageReceiver
public AxisMessageReceiver(Connector connector,
Service service,
InboundEndpoint endpoint)
throws CreateException
- Throws:
CreateException
create
protected void create()
throws Exception
- Throws:
Exception
doConnect
protected void doConnect()
throws Exception
- Specified by:
doConnect
in class AbstractMessageReceiver
- Throws:
Exception
doDisconnect
protected void doDisconnect()
throws Exception
- Specified by:
doDisconnect
in class AbstractMessageReceiver
- Throws:
Exception
doStart
protected void doStart()
throws MuleException
- Specified by:
doStart
in class AbstractMessageReceiver
- Throws:
MuleException
doStop
protected void doStop()
throws MuleException
- Specified by:
doStop
in class AbstractMessageReceiver
- Throws:
MuleException
doDispose
protected void doDispose()
- Specified by:
doDispose
in class AbstractMessageReceiver
setOptionIfNotset
protected void setOptionIfNotset(org.apache.axis.handlers.soap.SOAPService service,
String option,
Object value)
getSoapService
public org.apache.axis.handlers.soap.SOAPService getSoapService()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.