org.apache.sandesha2.wsrm
Class CreateSequence

java.lang.Object
  extended byorg.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.axis2.soap.SOAPFactory factory)
           
CreateSequence(org.apache.axis2.soap.SOAPFactory factory)
           
 
Method Summary
 java.lang.Object fromOMElement(org.apache.axis2.om.OMElement bodyElement)
           
 AcksTo getAcksTo()
           
 org.apache.axis2.om.OMElement getOMElement()
           
 SequenceOffer getSequenceOffer()
           
 void setAcksTo(AcksTo acksTo)
           
 void setSequenceOffer(SequenceOffer sequenceOffer)
           
 org.apache.axis2.om.OMElement toOMElement(org.apache.axis2.om.OMElement bodyElement)
           
 void toSOAPEnvelope(org.apache.axis2.soap.SOAPEnvelope envelope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateSequence

public CreateSequence(org.apache.axis2.soap.SOAPFactory factory)

CreateSequence

public CreateSequence(AcksTo acksTo,
                      org.apache.axis2.soap.SOAPFactory factory)
Method Detail

getOMElement

public org.apache.axis2.om.OMElement getOMElement()
                                           throws org.apache.axis2.om.OMException
Specified by:
getOMElement in interface IOMRMElement
Throws:
org.apache.axis2.om.OMException

fromOMElement

public java.lang.Object fromOMElement(org.apache.axis2.om.OMElement bodyElement)
                               throws org.apache.axis2.om.OMException
Specified by:
fromOMElement in interface IOMRMElement
Throws:
org.apache.axis2.om.OMException

toOMElement

public org.apache.axis2.om.OMElement toOMElement(org.apache.axis2.om.OMElement bodyElement)
                                          throws org.apache.axis2.om.OMException
Specified by:
toOMElement in interface IOMRMElement
Throws:
org.apache.axis2.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.axis2.soap.SOAPEnvelope envelope)
Specified by:
toSOAPEnvelope in interface IOMRMPart


Copyright © 2005 Apache Web Services. All Rights Reserved.