|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Channel in org.codehaus.xfire.client |
---|
Methods in org.codehaus.xfire.client that return Channel | |
---|---|
Channel |
Client.getOutChannel()
|
Uses of Channel in org.codehaus.xfire.exchange |
---|
Methods in org.codehaus.xfire.exchange that return Channel | |
---|---|
Channel |
AbstractMessage.getChannel()
|
Channel |
AbstractMessageExchange.getDeadLetterChannel()
|
Channel |
RobustInOutExchange.getFaultChannel()
|
Channel |
AbstractMessageExchange.getFaultChannel()
|
Channel |
RobustInOutExchange.getInChannel()
|
Channel |
InExchange.getInChannel()
|
Channel |
AbstractMessageExchange.getInChannel()
|
Channel |
RobustInOutExchange.getOutChannel()
|
Channel |
AbstractMessageExchange.getOutChannel()
|
Methods in org.codehaus.xfire.exchange with parameters of type Channel | |
---|---|
void |
AbstractMessage.setChannel(Channel channel)
|
Uses of Channel in org.codehaus.xfire.transport |
---|
Classes in org.codehaus.xfire.transport that implement Channel | |
---|---|
class |
AbstractChannel
|
class |
DelegatedChannel
Wraps another channel so it is easy to add another layer of functionality. |
Methods in org.codehaus.xfire.transport that return Channel | |
---|---|
Channel |
DelegatedTransport.createChannel()
|
Channel |
ChannelFactory.createChannel()
Create a channel with a new unique URI. |
Channel |
AbstractTransport.createChannel()
|
Channel |
DelegatedTransport.createChannel(java.lang.String uri)
|
Channel |
ChannelFactory.createChannel(java.lang.String uri)
Create a channel with a specified URI. |
Channel |
AbstractTransport.createChannel(java.lang.String uri)
|
protected abstract Channel |
AbstractTransport.createNewChannel(java.lang.String uri)
|
Constructors in org.codehaus.xfire.transport with parameters of type Channel | |
---|---|
DelegatedChannel(Transport transport,
Channel channel)
|
Uses of Channel in org.codehaus.xfire.transport.dead |
---|
Classes in org.codehaus.xfire.transport.dead that implement Channel | |
---|---|
class |
DeadLetterChannel
A channel which does nothing except log when a message is sent from it. |
Methods in org.codehaus.xfire.transport.dead that return Channel | |
---|---|
protected Channel |
DeadLetterTransport.createNewChannel(java.lang.String uri)
|
Uses of Channel in org.codehaus.xfire.transport.http |
---|
Classes in org.codehaus.xfire.transport.http that implement Channel | |
---|---|
class |
HttpSoapChannel
|
Methods in org.codehaus.xfire.transport.http that return Channel | |
---|---|
protected Channel |
SoapHttpTransport.createNewChannel(java.lang.String uri)
|
Uses of Channel in org.codehaus.xfire.transport.local |
---|
Classes in org.codehaus.xfire.transport.local that implement Channel | |
---|---|
class |
LocalChannel
|
Methods in org.codehaus.xfire.transport.local that return Channel | |
---|---|
protected Channel |
LocalTransport.createNewChannel(java.lang.String uri)
|
Uses of Channel in org.codehaus.xfire.xmpp |
---|
Classes in org.codehaus.xfire.xmpp that implement Channel | |
---|---|
class |
XMPPChannel
|
Methods in org.codehaus.xfire.xmpp that return Channel | |
---|---|
protected Channel |
XMPPTransport.createNewChannel(java.lang.String uri)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |