Uses of Interface
org.codehaus.xfire.transport.Channel

Packages that use Channel
org.codehaus.xfire.client   
org.codehaus.xfire.exchange   
org.codehaus.xfire.transport   
org.codehaus.xfire.transport.dead   
org.codehaus.xfire.transport.http   
org.codehaus.xfire.transport.local   
 

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 MessageExchange.getDeadLetterChannel()
           
 Channel MessageExchange.getFaultChannel()
           
 Channel MessageExchange.getInChannel()
           
 Channel MessageExchange.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 ChannelFactory.createChannel()
          Create a channel with a new unique URI.
 Channel AbstractTransport.createChannel()
           
 Channel DelegatedTransport.createChannel()
           
 Channel ChannelFactory.createChannel(java.lang.String uri)
          Create a channel with a specified URI.
 Channel AbstractTransport.createChannel(java.lang.String uri)
           
 Channel DelegatedTransport.createChannel(java.lang.String uri)
           
protected abstract  Channel AbstractTransport.createNewChannel(java.lang.String uri)
           
 

Methods in org.codehaus.xfire.transport with parameters of type Channel
 void ChannelFactory.close(Channel c)
           
 void AbstractTransport.close(Channel c)
           
 void DelegatedTransport.close(Channel c)
           
 

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 HttpChannel
           
 class XFireServletChannel
           
 

Methods in org.codehaus.xfire.transport.http that return Channel
protected  Channel XFireServletController.createChannel(MessageContext context)
           
protected  Channel HttpTransport.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)
           
 



Copyright © 2004-2009. All Rights Reserved.