org.codehaus.xfire.transport.local
Class LocalChannel
java.lang.Object
org.codehaus.xfire.transport.AbstractChannel
org.codehaus.xfire.transport.local.LocalChannel
- All Implemented Interfaces:
- Channel
public class LocalChannel
- extends AbstractChannel
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
LocalChannel
public LocalChannel(String uri,
LocalTransport transport,
Session session)
open
public void open()
send
public void send(MessageContext context,
OutMessage message)
throws XFireException
- Description copied from interface:
Channel
- Sends a message.
- Throws:
XFireException
- Occurs if there was an error an error sending the message.
getService
protected Service getService(XFire xfire,
String uri)
throws XFireException
- Throws:
XFireException
close
public void close()
- Specified by:
close
in interface Channel
- Overrides:
close
in class AbstractChannel
isAsync
public boolean isAsync()
- Specified by:
isAsync
in interface Channel
- Overrides:
isAsync
in class AbstractChannel
Copyright © 2004-2013. All Rights Reserved.