public class AxisMessageReceiver extends AbstractMessageReceiver
AxisMessageReceiver is used to register a component as a service
with a Axis server.| Modifier and Type | Field and Description |
|---|---|
static String |
AXIS_OPTIONS |
static String |
BEAN_TYPES |
protected AxisConnector |
connector |
static String |
SERVICE_NAMESPACE |
protected org.apache.axis.handlers.soap.SOAPService |
soapService |
defaultInboundTransformers, defaultResponseTransformers, flowConstruct, listener, receiverKey, replyToHandlerconnected, endpoint, lifecycleManager, logger, muleMessageFactory, retryTemplatePHASE_NAMEPHASE_NAMEPHASE_NAMEPHASE_NAME| Constructor and Description |
|---|
AxisMessageReceiver(Connector connector,
FlowConstruct flowConstruct,
InboundEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
create() |
protected void |
doConnect() |
protected void |
doDisconnect() |
protected void |
doDispose() |
protected void |
doStart() |
protected void |
doStop() |
org.apache.axis.handlers.soap.SOAPService |
getSoapService() |
protected void |
setOptionIfNotset(org.apache.axis.handlers.soap.SOAPService service,
String option,
Object value) |
applyInboundTransformers, applyResponseTransformers, connectHandler, createExecutionTemplate, createLifecycleManager, createMuleEvent, doStartHandler, getConnectEventId, getConnectionDescription, getEndpoint, getEndpointURI, getFlowConstruct, getReceiverKey, getReplyToHandler, getWorkManager, handleUnacceptedFilter, initialise, processMessage, propagateRootMessageIdProperty, routeEvent, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, setEndpoint, setListener, setReceiverKey, shouldConsumeInEveryNode, toString, warnIfMuleClientSendUsedactivate, connect, createMuleMessage, createMuleMessage, createMuleMessage, createMuleMessageFactory, createNullMuleMessage, disconnect, dispose, disposeAndLogException, doInitialise, getConnectEventId, getConnector, getLifecycleState, initializeMessageFactory, initializeRetryPolicy, isConnected, isDoThreading, isStarted, isStarting, isStopped, isStopping, passivate, setEndpoint, start, stop, validate, validateConnectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateMuleMessage, createMuleMessageconnect, disconnect, isConnected, validateConnectiondisposepublic static final String AXIS_OPTIONS
public static final String BEAN_TYPES
public static final String SERVICE_NAMESPACE
protected AxisConnector connector
protected org.apache.axis.handlers.soap.SOAPService soapService
public AxisMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint) throws CreateException
CreateExceptionprotected void doConnect()
throws Exception
doConnect in class AbstractTransportMessageHandlerExceptionprotected void doDisconnect()
throws Exception
doDisconnect in class AbstractTransportMessageHandlerExceptionprotected void doStart()
throws MuleException
doStart in class AbstractTransportMessageHandlerMuleExceptionprotected void doStop()
throws MuleException
doStop in class AbstractMessageReceiverMuleExceptionprotected void doDispose()
doDispose in class AbstractMessageReceiverprotected void setOptionIfNotset(org.apache.axis.handlers.soap.SOAPService service,
String option,
Object value)
public org.apache.axis.handlers.soap.SOAPService getSoapService()
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.