| java.lang.Object com.sun.jbi.engine.xslt.ServiceExecutor
ServiceExecutor | public class ServiceExecutor implements Command,TEResources(Code) | | This command contains the request response implementation.
author: Sun Microsystems Inc. |
ServiceExecutor | public ServiceExecutor(DeliveryChannel channel, MessageExchange exchange)(Code) | | Construtor for creating RequestResponseCommand Object.
Parameters: channel - for replying back to sender Parameters: exchange - received by the sender. |
convertToXml | public boolean convertToXml(Service service, String outputfile, String inputFile)(Code) | | Converts the non-xml data to xml.
Parameters: service - Service Parameters: outputfile - Output file Parameters: inputFile - Input file boolean |
execute | public void execute()(Code) | | This is called by workmanager in a free thread. It extracts the symbol
from the normalized message, processes it and generates response or
fault depending upon the input message.
|
processInOut | public void processInOut(InOut inout)(Code) | | DOCUMENT ME!
Parameters: inout - NOT YET DOCUMENTED |
|
|