| java.lang.Object packi.httpUPOC
Field Summary | |
static int | tabber |
Method Summary | |
public LinkedList | httpPres(Log logger, String rootDir, ComponentContext componentContext, DeliveryChannel channel, MessageExchange exchange, Map<String, String> params) The httpPres is a Upoc method. |
httpPres | public LinkedList httpPres(Log logger, String rootDir, ComponentContext componentContext, DeliveryChannel channel, MessageExchange exchange, Map<String, String> params) throws Exception(Code) | | The httpPres is a Upoc method.
It returns a linked list of exchanges to be sent from the
endpoint.
Parameters: logger - - the loggger object Parameters: rootDir - - the root direcory of the SU Parameters: componentContext - - the componentContext object Parameters: channel - - the delivery channel object Parameters: exchange - - the MessageExchange object passed in Parameters: params - - the user paramaters in name/value pair - the LinkList containning one of many MessageExchange objects throws: Exception - |
|
|