org.jbpm.bpel.xml
Class ReplyReader

java.lang.Object
  extended by org.jbpm.bpel.xml.ActivityReader
      extended by org.jbpm.bpel.xml.ReplyReader

public class ReplyReader
extends ActivityReader

Version:
$Revision: 1.11 $ $Date: 2007/09/04 06:42:26 $
Author:
Juan Cantú

Field Summary
 
Fields inherited from class org.jbpm.bpel.xml.ActivityReader
bpelReader
 
Constructor Summary
ReplyReader()
           
 
Method Summary
 Activity read(Element activityElem, CompositeActivity parent)
          Loads the activity properties from the given DOM element
 void readReply(Element replyElem, Reply reply)
           
 ReplyAction readReplyAction(Element replyElem, CompositeActivity parent)
           
 
Methods inherited from class org.jbpm.bpel.xml.ActivityReader
getBpelReader, readJoinCondition, readSources, readStandardProperties, readTargets, setBpelReader, validateNonInitial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplyReader

public ReplyReader()
Method Detail

read

public Activity read(Element activityElem,
                     CompositeActivity parent)
Loads the activity properties from the given DOM element

Specified by:
read in class ActivityReader

readReply

public void readReply(Element replyElem,
                      Reply reply)

readReplyAction

public ReplyAction readReplyAction(Element replyElem,
                                   CompositeActivity parent)