org.codehaus.xfire.transport
Class AbstractChannel
java.lang.Object
org.codehaus.xfire.transport.AbstractChannel
- All Implemented Interfaces:
- Channel
- Direct Known Subclasses:
- DeadLetterChannel, HttpChannel, LocalChannel
public abstract class AbstractChannel
- extends java.lang.Object
- implements Channel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.xfire.transport.Channel |
open, send |
AbstractChannel
public AbstractChannel()
getUri
public java.lang.String getUri()
- Specified by:
getUri
in interface Channel
- Returns:
- The URI which represents this Channel's endpoint.
setUri
public void setUri(java.lang.String uri)
setEndpoint
public void setEndpoint(ChannelEndpoint receiver)
- Specified by:
setEndpoint
in interface Channel
getEndpoint
public ChannelEndpoint getEndpoint()
- Specified by:
getEndpoint
in interface Channel
receive
public void receive(MessageContext context,
InMessage message)
- Specified by:
receive
in interface Channel
getTransport
public Transport getTransport()
- Specified by:
getTransport
in interface Channel
setTransport
public void setTransport(Transport transport)
isAsync
public boolean isAsync()
- Specified by:
isAsync
in interface Channel
close
public void close()
- Specified by:
close
in interface Channel
Copyright © 2004-2010. All Rights Reserved.