org.mule.providers.soap.xfire.transport
Class MuleLocalChannel
java.lang.Object
org.codehaus.xfire.transport.AbstractChannel
org.mule.providers.soap.xfire.transport.MuleLocalChannel
- All Implemented Interfaces:
- org.codehaus.xfire.transport.Channel
- public class MuleLocalChannel
- extends org.codehaus.xfire.transport.AbstractChannel
todo document
- Version:
- $Revision: 3167 $
- Author:
- Ross Mason
| Fields inherited from interface org.codehaus.xfire.transport.Channel |
BACKCHANNEL_URI, OUTPUTSTREAM, PASSWORD, USERNAME |
|
Method Summary |
void |
close()
|
protected String |
getService(org.mule.umo.UMOEventContext context)
Get the service that is mapped to the specified request. |
protected org.codehaus.xfire.service.Service |
getService(org.codehaus.xfire.XFire xfire,
String uri)
|
boolean |
isAsync()
|
Object |
onCall(org.mule.umo.UMOEventContext ctx)
|
void |
open()
|
void |
send(org.codehaus.xfire.MessageContext context,
org.codehaus.xfire.exchange.OutMessage message)
|
| Methods inherited from class org.codehaus.xfire.transport.AbstractChannel |
getEndpoint, getTransport, getUri, receive, setEndpoint, setTransport, setUri |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected transient org.apache.commons.logging.Log logger
- logger used by this class
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
workManager
protected org.mule.umo.manager.UMOWorkManager workManager
MuleLocalChannel
public MuleLocalChannel(String uri,
MuleLocalTransport transport,
org.codehaus.xfire.transport.Session session)
open
public void open()
send
public void send(org.codehaus.xfire.MessageContext context,
org.codehaus.xfire.exchange.OutMessage message)
throws org.codehaus.xfire.XFireException
- Throws:
org.codehaus.xfire.XFireException
getService
protected org.codehaus.xfire.service.Service getService(org.codehaus.xfire.XFire xfire,
String uri)
throws org.codehaus.xfire.XFireException
- Throws:
org.codehaus.xfire.XFireException
close
public void close()
isAsync
public boolean isAsync()
getService
protected String getService(org.mule.umo.UMOEventContext context)
- Get the service that is mapped to the specified request.
onCall
public Object onCall(org.mule.umo.UMOEventContext ctx)
throws org.mule.umo.UMOException
- Throws:
org.mule.umo.UMOException
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.