org.apache.ode.bpel.engine.replayer
Class ReplayerContext.Answers
java.lang.Object
org.apache.ode.bpel.engine.replayer.ReplayerContext.Answers
- Enclosing class:
- ReplayerContext
public class ReplayerContext.Answers
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
answersMap
public java.util.Map<java.lang.String,ReplayerContext.AnswersForKey> answersMap
ReplayerContext.Answers
public ReplayerContext.Answers()
getAnswersKey
public java.lang.String getAnswersKey(javax.xml.namespace.QName service,
java.lang.String operation)
add
public void add(CommunicationType.Exchange e)
fetchAnswer
public ReplayerContext.AnswerResult fetchAnswer(javax.xml.namespace.QName service,
java.lang.String operation,
org.w3c.dom.Element outgoingMessage,
java.util.Date currentEventDateTime)
remainingExchanges
public void remainingExchanges(java.util.List<CommunicationType.Exchange> e)