org.apache.ode.bpel.o
Class OMessageVarType
java.lang.Object
org.apache.ode.bpel.o.OBase
org.apache.ode.bpel.o.OVarType
org.apache.ode.bpel.o.OMessageVarType
- All Implemented Interfaces:
- java.io.Serializable
public class OMessageVarType
- extends OVarType
Message variable type.
- See Also:
- Serialized Form
Method Summary |
org.w3c.dom.Node |
newInstance(org.w3c.dom.Document doc)
Create a new instance of this variable. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
messageType
public javax.xml.namespace.QName messageType
parts
public final java.util.Map<java.lang.String,OMessageVarType.Part> parts
docLitType
public final OElementVarType docLitType
- For doc-lit-like message types , the element type of the only part.
OMessageVarType
public OMessageVarType(OProcess owner,
javax.xml.namespace.QName messageType,
java.util.Collection<OMessageVarType.Part> parts)
newInstance
public org.w3c.dom.Node newInstance(org.w3c.dom.Document doc)
- Description copied from class:
OVarType
- Create a new instance of this variable.
- Specified by:
newInstance
in class OVarType
- Returns:
- a "skeleton" representation of this variable