org.apache.sandesha2.wsrm
Class CreateSequence
java.lang.Object
org.apache.sandesha2.wsrm.CreateSequence
- All Implemented Interfaces:
- IOMRMElement, IOMRMPart
- public class CreateSequence
- extends java.lang.Object
- implements IOMRMPart
Represent the CreateSequence body element.
- Author:
- Chamikara Jayalath , Sanka Samaranayaka , Saminda Abeyruwan
Constructor Summary |
CreateSequence(AcksTo acksTo,
org.apache.axiom.soap.SOAPFactory factory,
java.lang.String rmNamespaceValue,
java.lang.String addressingNamespaceValue)
|
CreateSequence(org.apache.axiom.om.OMFactory factory,
java.lang.String rmNamespaceValue,
java.lang.String addressingNamespaceValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateSequence
public CreateSequence(org.apache.axiom.om.OMFactory factory,
java.lang.String rmNamespaceValue,
java.lang.String addressingNamespaceValue)
throws SandeshaException
CreateSequence
public CreateSequence(AcksTo acksTo,
org.apache.axiom.soap.SOAPFactory factory,
java.lang.String rmNamespaceValue,
java.lang.String addressingNamespaceValue)
throws SandeshaException
getNamespaceValue
public java.lang.String getNamespaceValue()
- Specified by:
getNamespaceValue
in interface IOMRMElement
fromOMElement
public java.lang.Object fromOMElement(org.apache.axiom.om.OMElement bodyElement)
throws org.apache.axiom.om.OMException,
SandeshaException
- Specified by:
fromOMElement
in interface IOMRMElement
- Throws:
org.apache.axiom.om.OMException
SandeshaException
toOMElement
public org.apache.axiom.om.OMElement toOMElement(org.apache.axiom.om.OMElement bodyElement)
throws org.apache.axiom.om.OMException
- Specified by:
toOMElement
in interface IOMRMElement
- Throws:
org.apache.axiom.om.OMException
setAcksTo
public void setAcksTo(AcksTo acksTo)
setSequenceOffer
public void setSequenceOffer(SequenceOffer sequenceOffer)
getAcksTo
public AcksTo getAcksTo()
getSequenceOffer
public SequenceOffer getSequenceOffer()
toSOAPEnvelope
public void toSOAPEnvelope(org.apache.axiom.soap.SOAPEnvelope envelope)
- Specified by:
toSOAPEnvelope
in interface IOMRMPart
isNamespaceSupported
public boolean isNamespaceSupported(java.lang.String namespaceName)
- Specified by:
isNamespaceSupported
in interface IOMRMElement
Copyright © 2005-2006 Apache Web Services. All Rights Reserved.