org.mule.providers.soap.xfire
Class XFireMessageReceiver

java.lang.Object
  extended by org.mule.providers.AbstractMessageReceiver
      extended by org.mule.providers.soap.xfire.XFireMessageReceiver
All Implemented Interfaces:
Disposable, Lifecycle, Startable, Stoppable, UMOConnectable, UMOMessageReceiver

public class XFireMessageReceiver
extends AbstractMessageReceiver

Used to register an Xfire endpoint registered with Mule and associated with a component This receiver is responsible or registering the transport endpoint i.e. http:// as well as managing the association of this transport endpoint with the Xfire service.


Field Summary
protected  XFireConnector connector
           
protected  org.codehaus.xfire.service.Service service
           
protected  List serviceInterfaces
           
 
Fields inherited from class org.mule.providers.AbstractMessageReceiver
component, connected, connecting, connectionStrategy, disposing, endpoint, logger, receiverKey, stopped
 
Constructor Summary
XFireMessageReceiver(UMOConnector umoConnector, UMOComponent component, UMOEndpoint umoEndpoint)
           
 
Method Summary
 void doConnect()
           
 void doDisconnect()
           
protected  void doDispose()
           
 void doStart()
           
 void doStop()
           
protected  void init()
           
protected  void rewriteProperty(Map props, String name)
           
 
Methods inherited from class org.mule.providers.AbstractMessageReceiver
applyResponseTransformer, connect, disconnect, dispose, getComponent, getConnectEventId, getConnectionDescription, getConnector, getEndpoint, getEndpointURI, getListener, getReceiverKey, getWorkManager, handleException, handleUnacceptedFilter, isConnected, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, setComponent, setConnector, setEndpoint, setExceptionDetails, setListener, setReceiverKey, setWorkManager, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

connector

protected XFireConnector connector

service

protected org.codehaus.xfire.service.Service service

serviceInterfaces

protected List serviceInterfaces
Constructor Detail

XFireMessageReceiver

public XFireMessageReceiver(UMOConnector umoConnector,
                            UMOComponent component,
                            UMOEndpoint umoEndpoint)
                     throws InitialisationException
Throws:
InitialisationException
Method Detail

init

protected void init()
             throws InitialisationException
Throws:
InitialisationException

doDispose

protected void doDispose()
Specified by:
doDispose in class AbstractMessageReceiver

doConnect

public void doConnect()
               throws Exception
Specified by:
doConnect in class AbstractMessageReceiver
Throws:
Exception

doDisconnect

public void doDisconnect()
                  throws Exception
Specified by:
doDisconnect in class AbstractMessageReceiver
Throws:
Exception

doStart

public void doStart()
             throws UMOException
Specified by:
doStart in class AbstractMessageReceiver
Throws:
UMOException

doStop

public void doStop()
            throws UMOException
Specified by:
doStop in class AbstractMessageReceiver
Throws:
UMOException

rewriteProperty

protected void rewriteProperty(Map props,
                               String name)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.