org.apache.sandesha.ws.rm
Class SequenceOffer
java.lang.Object
MessageElement
org.apache.sandesha.ws.rm.SequenceOffer
- All Implemented Interfaces:
- IRmElement
- public class SequenceOffer
- extends MessageElement
- implements IRmElement
class SequenceOffer
- Author:
- Jaliya Ekanayaka, Chamikara Jayalath
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequenceOffer
public SequenceOffer()
addChildElement
public void addChildElement(MessageElement element)
throws SOAPException
- Description copied from interface:
IRmElement
- Method addChildElement Adds an element to this element as a child
element. If not required to add a child element, just provide an empty
implementation in the concrete class
- Specified by:
addChildElement
in interface IRmElement
- Parameters:
element
- the child element
- Throws:
SOAPException
getSoapElement
public MessageElement getSoapElement()
throws SOAPException
- Description copied from interface:
IRmElement
- Methode getSoapElement
This gives the soap element of the protocol element. Each implementation
must implement this method such that then it can be easily get the
related soap element
- Specified by:
getSoapElement
in interface IRmElement
- Returns:
- the soap element
- Throws:
SOAPException
fromSOAPEnvelope
public SequenceOffer fromSOAPEnvelope(MessageElement element)
toSOAPEnvelope
public MessageElement toSOAPEnvelope(MessageElement element)
throws SOAPException
- Throws:
SOAPException
getIdentifier
public Identifier getIdentifier()
setIdentifier
public void setIdentifier(Identifier identifier)