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 java.lang.String SENDER_URI
- See Also:
- Constant Field Values
OLD_CONTEXT
protected static final java.lang.String OLD_CONTEXT
- See Also:
- Constant Field Values
LocalChannel
public LocalChannel(java.lang.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.
- Parameters:
context
- message
-
- Throws:
XFireException
- Occurs if there was an error an error sending the message.
getService
protected Service getService(XFire xfire,
java.lang.String uri)
throws XFireException
- Throws:
XFireException
close
public void close()
isAsync
public boolean isAsync()
- Specified by:
isAsync
in interface Channel
- Overrides:
isAsync
in class AbstractChannel
Copyright © 2004-2006 null. All Rights Reserved.