org.apache.sandesha.ws.rm
Class AcksTo

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

public class AcksTo
extends java.lang.Object
implements IRmElement


Constructor Summary
AcksTo()
          Constructor Nack
AcksTo(Address address)
           
 
Method Summary
 void addChildElement(MessageElement element)
          Method addChildElement
 AcksTo fromSOAPEnvelope(MessageElement element)
          Method fromSOAPEnvelope
 Address getAddress()
          get the address
 MessageElement getSoapElement()
          Methode getSoapElement

This gives the soap element of the protocol element.

 void setAddress(Address address)
          set the address
 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

AcksTo

public AcksTo()
Constructor Nack


AcksTo

public AcksTo(Address address)
Method Detail

fromSOAPEnvelope

public AcksTo fromSOAPEnvelope(MessageElement element)
                        throws SOAPException
Method fromSOAPEnvelope

Parameters:
element -
Returns:
Nack
Throws:
SOAPException

toSOAPEnvelope

public MessageElement toSOAPEnvelope(MessageElement msgElement)
                              throws SOAPException
Method toSOAPEnvelope

Parameters:
msgElement -
Returns:
MessageElement
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

addChildElement

public void addChildElement(MessageElement element)
Method addChildElement

Specified by:
addChildElement in interface IRmElement
Parameters:
element -

getAddress

public Address getAddress()
get the address

Returns:

setAddress

public void setAddress(Address address)
set the address

Parameters:
address -