org.apache.sandesha.ws.rm
Class CreateSequence

java.lang.Object
  extended byorg.apache.sandesha.ws.rm.CreateSequence
All Implemented Interfaces:
IRmElement

public class CreateSequence
extends java.lang.Object
implements IRmElement

class CreateSequence

Author:
Amila Navarathna, Jaliya Ekanayaka, Sudar Nimalan

Constructor Summary
CreateSequence()
          Constructor CreateSequence
 
Method Summary
 void addChildElement(MessageElement element)
          Method addChildElement
 CreateSequence fromSOAPEnveploe(SOAPBodyElement bodyElement)
          Method fromSOAPEnveploe
 AcksTo getAcksTo()
           
 SequenceOffer getOffer()
           
 MessageElement getSoapElement()
          Method getSoapElement
 void setAcksTo(AcksTo acksTo)
           
 void setOffer(SequenceOffer offer)
           
 SOAPEnvelope toSoapEnvelop(SOAPEnvelope envelope)
          Method toSoapEnvelop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateSequence

public CreateSequence()
Constructor CreateSequence

Method Detail

getSoapElement

public MessageElement getSoapElement()
                              throws SOAPException
Method getSoapElement

Specified by:
getSoapElement in interface IRmElement
Returns:
MessageElement
Throws:
SOAPException

toSoapEnvelop

public SOAPEnvelope toSoapEnvelop(SOAPEnvelope envelope)
                           throws SOAPException
Method toSoapEnvelop

Parameters:
envelope -
Returns:
SOAPEnvelope
Throws:
SOAPException

fromSOAPEnveploe

public CreateSequence fromSOAPEnveploe(SOAPBodyElement bodyElement)
                                throws java.lang.Exception
Method fromSOAPEnveploe

Parameters:
bodyElement -
Returns:
CreateSequence
Throws:
java.lang.Exception

addChildElement

public void addChildElement(MessageElement element)
Method addChildElement

Specified by:
addChildElement in interface IRmElement
Parameters:
element -

getOffer

public SequenceOffer getOffer()

setOffer

public void setOffer(SequenceOffer offer)

getAcksTo

public AcksTo getAcksTo()

setAcksTo

public void setAcksTo(AcksTo acksTo)