| java.lang.Object com.sun.jbi.engine.xslt.TemplateCommand
TemplateCommand | public class TemplateCommand implements Command,TEResources(Code) | | This command contains the request response implementation.
author: Sun Microsystems, Inc. |
Method Summary | |
public void | execute() This is called by workmanager in a free thread. |
TemplateCommand | public TemplateCommand(String key, Source xslt)(Code) | | Construtor for creating TemplateCommand Object.
Parameters: key - for replying back to sender Parameters: xslt - received by the sender. |
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.
|
|
|