org.mule.providers.soap.xfire
Class XFireMessageReceiver

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

Field Detail

connector

protected XFireConnector connector

service

protected Service service

serviceInterfaces

protected List serviceInterfaces
Constructor Detail

XFireMessageReceiver

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

init

protected void init()
             throws InitialisationException
Throws:
InitialisationException

rewriteProperty

protected void rewriteProperty(Map props,
                               String name)

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


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.