org.mule.providers.soap.xfire.transport
Class MuleLocalChannel
java.lang.Object
AbstractChannel
org.mule.providers.soap.xfire.transport.MuleLocalChannel
- public class MuleLocalChannel
- extends AbstractChannel
TODO document
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SENDER_URI
protected static final String SENDER_URI
- See Also:
- Constant Field Values
OLD_CONTEXT
protected static final String OLD_CONTEXT
- See Also:
- Constant Field Values
logger
protected transient Log logger
- logger used by this class
workManager
protected UMOWorkManager workManager
MuleLocalChannel
public MuleLocalChannel(String uri,
Transport transport,
Session session)
open
public void open()
send
public void send(MessageContext context,
OutMessage message)
throws XFireException
- Throws:
XFireException
getService
protected Service getService(XFire xfire,
String uri)
throws XFireException
- Throws:
XFireException
close
public void close()
isAsync
public boolean isAsync()
getWorkManager
public UMOWorkManager getWorkManager()
setWorkManager
public void setWorkManager(UMOWorkManager workManager)
getService
protected String getService(UMOEventContext context)
- Get the service that is mapped to the specified request.
onCall
public Object onCall(UMOEventContext ctx)
throws UMOException
- Throws:
UMOException
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.