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 java.lang.Exception
Throws:
java.lang.Exception

init

void init()
          throws java.lang.Exception
Throws:
java.lang.Exception

start

void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

void stop()
          throws java.lang.Exception
Throws:
java.lang.Exception

shutdown

void shutdown()
              throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005-2012 FuseSource. All Rights Reserved.