| java.lang.Object de.danet.an.workflow.clients.wfxml.AbstractResponseGenerator de.danet.an.workflow.clients.wfxml.ServiceRegistryResponseGenerator
ServiceRegistryResponseGenerator | class ServiceRegistryResponseGenerator extends AbstractResponseGenerator (Code) | | This class provides the methods of an
AbstractResponseGenerator that are relevant for the service registry.
A Service Registry is a special purpose factory (or meta-factory)
that can start new factories associated with new process definitions given to
them. It can provide a list of factories, in the same way that a factory can
provide a list of instances. This special purpose factory is needed to allow
process definition tools to add new processes to the server.
author: Dirk Schnelle |
ServiceRegistryResponseGenerator | public ServiceRegistryResponseGenerator(ObserverRegistry observerRegistry, WorkflowService wfs, ResourceReference decoder)(Code) | | Constructs a new object.
Parameters: observerRegistry - the observer registry. Parameters: wfs - Reference to the workflow engine. Parameters: decoder - the URI decoder. |
Methods inherited from de.danet.an.workflow.clients.wfxml.AbstractResponseGenerator | protected SOAPBodyElement createAsapResponseNode(SOAPMessage respMsg, String nodeName) throws SOAPException(Code)(Java Doc) protected SOAPBodyElement createWfxmlResponseNode(SOAPMessage respMsg, String nodeName) throws SOAPException(Code)(Java Doc) abstract public void evaluate(SOAPMessage reqMsg, SOAPMessage respMsg) throws SOAPException, RemoteException(Code)(Java Doc) void fillResponseHeader(SOAPMessage reqMsg, SOAPMessage respMsg) throws SOAPException(Code)(Java Doc) protected SOAPElement findChildNode(SOAPElement element, String key)(Code)(Java Doc) protected SOAPBodyElement getActionElement(SOAPMessage request) throws SOAPException(Code)(Java Doc) protected String getChildTextContent(SOAPMessage message, SOAPElement element, String prefix, String name) throws SOAPException(Code)(Java Doc) protected String getChildsTextContent(SOAPElement element, String key)(Code)(Java Doc) protected String getHeaderValue(SOAPMessage message, String key) throws SOAPException(Code)(Java Doc) protected ObserverRegistry getObserverRegistry()(Code)(Java Doc) abstract protected String getResourceName()(Code)(Java Doc) public ResourceReference getResourceReference()(Code)(Java Doc) public WorkflowService getWorkflowService()(Code)(Java Doc) protected SOAPElement importAsChild(SOAPElement parent, SOAPElement imported) throws SOAPException(Code)(Java Doc) protected static void importSAXAsChild(SOAPMessage message, SOAPElement parent, SAXEventBuffer sax) throws SOAPException(Code)(Java Doc) protected static SOAPElement importW3CNodeAsChild(SOAPElement parent, org.w3c.dom.Node imported) throws SOAPException(Code)(Java Doc) protected void maybeAddTextNode(SOAPElement element, String text) throws SOAPException(Code)(Java Doc) protected byte[] nodeToBytes(SOAPElement node) throws TransformerException(Code)(Java Doc)
|
|
|