| com.bostechcorp.cbesb.runtime.ccsl.lib.ITrxIdInterface
ITrxIdInterface | public interface ITrxIdInterface (Code) | | Classes for TrxID must implement this interface
|
Method Summary | |
public String | process(Log logger, MessageExchange exchange) The default method to call to extract TrxID from the MessageExchange and return as the String. | public String | processAsString(Log logger, MessageExchange exchange, String content) The default method to call to extract TrxID from the MessageExchange and return as the String. |
process | public String process(Log logger, MessageExchange exchange)(Code) | | The default method to call to extract TrxID from the MessageExchange and return as the String.
Parameters: logger - - the loggger object Parameters: exhange - - the MessageExchange object passed in - the String to represent the TrxID for the exchange |
processAsString | public String processAsString(Log logger, MessageExchange exchange, String content)(Code) | | The default method to call to extract TrxID from the MessageExchange and return as the String.
Parameters: logger - - the loggger object Parameters: exchange - - the MessageExchange object passed in Parameters: content - - the String content of the exchange object - the String to represent the TrxID for the exchange |
|
|