Uses of Interface
org.apache.servicemix.nmr.api.Channel

Packages that use Channel
org.apache.servicemix.nmr.api Defines the core NMR and its client side invocation API. 
org.apache.servicemix.nmr.api.internal Defines the internal API 
 

Uses of Channel in org.apache.servicemix.nmr.api
 

Methods in org.apache.servicemix.nmr.api that return Channel
 Channel NMR.createChannel()
          Create a channel to interact with the NMR without exposing an endpoint.
 

Methods in org.apache.servicemix.nmr.api with parameters of type Channel
 void Endpoint.setChannel(Channel channel)
          Set the channel so that the endpoint can send exchanges back when they are processed or act as a consumer itself.
 

Uses of Channel in org.apache.servicemix.nmr.api.internal
 

Subinterfaces of Channel in org.apache.servicemix.nmr.api.internal
 interface InternalChannel
          InternalChannel is the private contract for channels.
 



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.