org.apache.synapse.commons.executors
Interface BeforeExecuteHandler


public interface BeforeExecuteHandler

This class is executed before message is put in to the queue. User can use this class to specify their own properties.


Method Summary
 void beforeExecute(Importance importance)
          This method is called before putting the message in to the queue.
 

Method Detail

beforeExecute

void beforeExecute(Importance importance)
This method is called before putting the message in to the queue.

Parameters:
importance - importance of the item put in to the queue


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