org.apache.servicemix.soap
Interface SoapExchangeProcessor


public interface SoapExchangeProcessor


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

Method Detail

process

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

init

void init()
          throws Exception
Throws:
Exception

start

void start()
           throws Exception
Throws:
Exception

stop

void stop()
          throws Exception
Throws:
Exception

shutdown

void shutdown()
              throws Exception
Throws:
Exception


Copyright © 2010 FuseSource. All Rights Reserved.