Uses of Interface
org.apache.servicemix.common.ExchangeProcessor

Packages that use ExchangeProcessor
org.apache.servicemix.common Base classes to write JBI standard Binding Components and Service Engines 
org.apache.servicemix.common.endpoints   
 

Uses of ExchangeProcessor in org.apache.servicemix.common
 

Fields in org.apache.servicemix.common with type parameters of type ExchangeProcessor
protected  Map<String,ExchangeProcessor> AsyncBaseLifeCycle.processors
           
 

Methods in org.apache.servicemix.common that return ExchangeProcessor
abstract  ExchangeProcessor Endpoint.getProcessor()
           
 

Methods in org.apache.servicemix.common with parameters of type ExchangeProcessor
 void AsyncBaseLifeCycle.sendConsumerExchange(javax.jbi.messaging.MessageExchange exchange, ExchangeProcessor processor)
          Deprecated. use sendConsumerExchange(MessageExchange, Endpoint) instead
 

Uses of ExchangeProcessor in org.apache.servicemix.common.endpoints
 

Classes in org.apache.servicemix.common.endpoints that implement ExchangeProcessor
 class ConsumerEndpoint
           
 class PollingEndpoint
          An implementation inheritence class for an endpoint which polls some resource at periodic intervals to decide if there is an event to process.
 class ProviderEndpoint
           
 class SimpleEndpoint
           
 

Methods in org.apache.servicemix.common.endpoints that return ExchangeProcessor
 ExchangeProcessor SimpleEndpoint.getProcessor()
           
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.