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

Packages that use Exchange
org.apache.servicemix.nmr.api Defines the core NMR and its client side invocation API. 
org.apache.servicemix.nmr.api.event Defines the listeners that can be registered inside ServiceMix to be notified of events. 
org.apache.servicemix.nmr.api.internal Defines the internal API 
 

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

Methods in org.apache.servicemix.nmr.api that return Exchange
 Exchange Exchange.copy()
          Duplicates this exchange and returns a new copy
 Exchange Channel.createExchange(Pattern pattern)
          Creates a new exchange.
 

Methods in org.apache.servicemix.nmr.api with parameters of type Exchange
 void Exchange.copyFrom(Exchange exchange)
          Copy the given exchange to this one
 void Endpoint.process(Exchange exchange)
          Process the given exchange.
 void Channel.send(Exchange exchange)
          An asynchronous invocation of the service
 boolean Channel.sendSync(Exchange exchange)
          Synchronously send the exchange, blocking until the exchange is returned.
 boolean Channel.sendSync(Exchange exchange, long timeout)
          Synchronously send the exchange
 

Uses of Exchange in org.apache.servicemix.nmr.api.event
 

Methods in org.apache.servicemix.nmr.api.event with parameters of type Exchange
 void ExchangeListener.exchangeDelivered(Exchange exchange)
          Method called each time an exchange is delivered
 void ExchangeListener.exchangeFailed(Exchange exchange)
          Method called when an exchange resulted in an exception to be thrown and the exchange not delivered.
 void ExchangeListener.exchangeSent(Exchange exchange)
          Method called each time an exchange is sent
 

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

Subinterfaces of Exchange in org.apache.servicemix.nmr.api.internal
 interface InternalExchange
           
 



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