org.apache.servicemix.common
Interface ExchangeProcessor

All Known Implementing Classes:
ConsumerEndpoint, PollingEndpoint, ProviderEndpoint, SimpleEndpoint

public interface ExchangeProcessor


Method Summary
 void process(javax.jbi.messaging.MessageExchange exchange)
           
 void start()
           
 void stop()
           
 

Method Detail

process

void process(javax.jbi.messaging.MessageExchange exchange)
             throws Exception
Throws:
Exception

start

void start()
           throws Exception
Throws:
Exception

stop

void stop()
          throws Exception
Throws:
Exception


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