org.mule.transport.soap.axis
Class AxisMessageReceiver

java.lang.Object
  extended by org.mule.transport.AbstractTransportMessageHandler
      extended by org.mule.transport.AbstractMessageReceiver
          extended by org.mule.transport.soap.axis.AxisMessageReceiver
All Implemented Interfaces:
Disposable, Initialisable, Lifecycle, LifecycleStateEnabled, Startable, Stoppable, MessageSource, Connectable, MessageReceiver

public class AxisMessageReceiver
extends AbstractMessageReceiver

AxisMessageReceiver is used to register a component as a service with a Axis server.


Field Summary
static String AXIS_OPTIONS
           
static String BEAN_TYPES
           
protected  AxisConnector connector
           
static String SERVICE_NAMESPACE
           
protected  org.apache.axis.handlers.soap.SOAPService soapService
           
 
Fields inherited from class org.mule.transport.AbstractMessageReceiver
defaultInboundTransformers, defaultResponseTransformers, flowConstruct, listener, receiverKey, replyToHandler
 
Fields inherited from class org.mule.transport.AbstractTransportMessageHandler
connected, endpoint, lifecycleManager, logger, muleMessageFactory, retryTemplate
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Constructor Summary
AxisMessageReceiver(Connector connector, FlowConstruct flowConstruct, InboundEndpoint endpoint)
           
 
Method Summary
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)
           
 
Methods inherited from class org.mule.transport.AbstractMessageReceiver
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, warnIfMuleClientSendUsed
 
Methods inherited from class org.mule.transport.AbstractTransportMessageHandler
activate, 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, validateConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mule.api.transport.MessageReceiver
createMuleMessage, createMuleMessage
 
Methods inherited from interface org.mule.api.transport.Connectable
connect, disconnect, isConnected, validateConnection
 
Methods inherited from interface org.mule.api.lifecycle.Startable
start
 
Methods inherited from interface org.mule.api.lifecycle.Stoppable
stop
 
Methods inherited from interface org.mule.api.lifecycle.Disposable
dispose
 

Field Detail

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
Constructor Detail

AxisMessageReceiver

public AxisMessageReceiver(Connector connector,
                           FlowConstruct flowConstruct,
                           InboundEndpoint endpoint)
                    throws CreateException
Throws:
CreateException
Method Detail

create

protected void create()
               throws Exception
Throws:
Exception

doConnect

protected void doConnect()
                  throws Exception
Overrides:
doConnect in class AbstractTransportMessageHandler
Throws:
Exception

doDisconnect

protected void doDisconnect()
                     throws Exception
Overrides:
doDisconnect in class AbstractTransportMessageHandler
Throws:
Exception

doStart

protected void doStart()
                throws MuleException
Overrides:
doStart in class AbstractTransportMessageHandler
Throws:
MuleException

doStop

protected void doStop()
               throws MuleException
Overrides:
doStop in class AbstractMessageReceiver
Throws:
MuleException

doDispose

protected void doDispose()
Overrides:
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-2014 MuleSoft, Inc.. All Rights Reserved.