org.apache.servicemix.wsn.jbi
Class JbiSubscription.NoOpProcessor

java.lang.Object
  extended by org.apache.servicemix.wsn.jbi.JbiSubscription.NoOpProcessor
All Implemented Interfaces:
ExchangeProcessor
Enclosing class:
JbiSubscription

protected class JbiSubscription.NoOpProcessor
extends Object
implements ExchangeProcessor


Constructor Summary
protected JbiSubscription.NoOpProcessor()
           
 
Method Summary
 void process(MessageExchange exchange)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbiSubscription.NoOpProcessor

protected JbiSubscription.NoOpProcessor()
Method Detail

process

public void process(MessageExchange exchange)
             throws Exception
Specified by:
process in interface ExchangeProcessor
Throws:
Exception

start

public void start()
           throws Exception
Specified by:
start in interface ExchangeProcessor
Throws:
Exception

stop

public void stop()
          throws Exception
Specified by:
stop in interface ExchangeProcessor
Throws:
Exception


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