org.mule.providers.soap.xfire
Class XFireMessageReceiver
java.lang.Object
org.mule.providers.AbstractMessageReceiver
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.
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 |
connector
protected XFireConnector connector
service
protected org.codehaus.xfire.service.Service service
serviceInterfaces
protected List serviceInterfaces
XFireMessageReceiver
public XFireMessageReceiver(UMOConnector umoConnector,
UMOComponent component,
UMOEndpoint umoEndpoint)
throws InitialisationException
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.