org.apache.ode.bpel.runtime
Class BpelRuntimeContext.ValueReferencePair

java.lang.Object
  extended by org.apache.ode.bpel.runtime.BpelRuntimeContext.ValueReferencePair
Enclosing interface:
BpelRuntimeContext

public static class BpelRuntimeContext.ValueReferencePair
extends java.lang.Object


Field Summary
 org.w3c.dom.Node reference
           
 org.w3c.dom.Node value
           
 
Constructor Summary
BpelRuntimeContext.ValueReferencePair()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public org.w3c.dom.Node value

reference

public org.w3c.dom.Node reference
Constructor Detail

BpelRuntimeContext.ValueReferencePair

public BpelRuntimeContext.ValueReferencePair()