org.apache.sandesha.ws.rm
Class Accept

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

public class Accept
extends MessageElement
implements IRmElement

class LastMessage

Author:
Amila Navarathna, Jaliya Ekanayaka, Sudar Nimalan
See Also:
Serialized Form

Constructor Summary
Accept()
          Constructor LastMessage
 
Method Summary
 void addChildElement(MessageElement element)
          Method addChildElement Adds an element to this element as a child element.
 Accept fromSOAPEnvelope(MessageElement bodyElement)
           
 MessageElement getAcceptElement()
          Method getLastMsgElement
 AcksTo getAcksTo()
           
 MessageElement getSoapElement()
          Method getSoapElement
 void setAcceptElement(MessageElement element)
          Method setLastMsgElement
 void setAcksTo(AcksTo acksTo)
           
 MessageElement toSOAPEnvelope(MessageElement msgElement)
          Method toSOAPEnvelope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Accept

public Accept()
Constructor LastMessage

Method Detail

getSoapElement

public MessageElement getSoapElement()
                              throws SOAPException
Method getSoapElement

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

fromSOAPEnvelope

public Accept fromSOAPEnvelope(MessageElement bodyElement)
                        throws SOAPException
Throws:
SOAPException

toSOAPEnvelope

public MessageElement toSOAPEnvelope(MessageElement msgElement)
                              throws SOAPException
Method toSOAPEnvelope

Parameters:
msgElement -
Returns:
MessageElement
Throws:
SOAPException

addChildElement

public void addChildElement(MessageElement element)
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

getAcceptElement

public MessageElement getAcceptElement()
Method getLastMsgElement

Returns:
MessageElement

setAcceptElement

public void setAcceptElement(MessageElement element)
Method setLastMsgElement

Parameters:
element -

setAcksTo

public void setAcksTo(AcksTo acksTo)

getAcksTo

public AcksTo getAcksTo()