com.intel.gpe.clients.api.workflow
Class Pick.OnMessage

java.lang.Object
  extended by com.intel.gpe.clients.api.workflow.Pick.OnMessage
Enclosing class:
Pick

public static class Pick.OnMessage
extends java.lang.Object

The message handler.

Author:
Alexander Lukichev

Constructor Summary
Pick.OnMessage(javax.xml.namespace.QName portType, java.lang.String operation, PartnerLink partnerLink, Variable variable, Action body, com.intel.gpe.util.xml.Namespaces namespaces)
          Create the message handler with the supplied message signature.
 
Method Summary
 void emitCode(Scope scope, org.w3c.dom.Element target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pick.OnMessage

public Pick.OnMessage(javax.xml.namespace.QName portType,
                      java.lang.String operation,
                      PartnerLink partnerLink,
                      Variable variable,
                      Action body,
                      com.intel.gpe.util.xml.Namespaces namespaces)
Create the message handler with the supplied message signature.

Parameters:
portType - the port type
operation - the operation
partnerLink - the partner link to the producer of the message
variable - the variable where the message is stored
body - the action to perform in the case of matching the message
namespaces - the namespaces
Method Detail

emitCode

public void emitCode(Scope scope,
                     org.w3c.dom.Element target)
              throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.