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, 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 |
connector
protected XFireConnector connector
service
protected 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
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.