org.apache.sandesha.ws.rm
Class AckRequested

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

public class AckRequested
extends MessageElement
implements IRmElement

class AckRequested

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

Constructor Summary
AckRequested()
          Constructor AckRequested
 
Method Summary
 void addChildElement(MessageElement element)
          Method addChildElement
 AckRequested fromSOAPEnveploe(SOAPHeaderElement headerElement)
          Method fromSOAPEnveploe
 Identifier getIdentifier()
          Method getIdentifier
 MessageNumber getMessageNumber()
          Method getMessageNumber
 MessageElement getSoapElement()
          Method getSoapElement
 void removeHeaders(SOAPEnvelope soapEnvelope)
           
 void setIdentifier(Identifier identifier)
          Method setIdentifier
 void setMessageNumber(MessageNumber number)
          Method setMessageNumber
 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

AckRequested

public AckRequested()
Constructor AckRequested

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 java.lang.Exception
Method toSoapEnvelop

Parameters:
envelope -
Returns:
SOAPEnvelope
Throws:
SOAPException
java.lang.Exception

fromSOAPEnveploe

public AckRequested fromSOAPEnveploe(SOAPHeaderElement headerElement)
                              throws AxisFault
Method fromSOAPEnveploe

Parameters:
headerElement -
Returns:
AckRequested
Throws:
AxisFault

addChildElement

public void addChildElement(MessageElement element)
                     throws SOAPException
Method addChildElement

Specified by:
addChildElement in interface IRmElement
Parameters:
element -
Throws:
SOAPException

getIdentifier

public Identifier getIdentifier()
Method getIdentifier

Returns:
Identifier

getMessageNumber

public MessageNumber getMessageNumber()
Method getMessageNumber

Returns:
MessageNumber

setIdentifier

public void setIdentifier(Identifier identifier)
Method setIdentifier

Parameters:
identifier -

setMessageNumber

public void setMessageNumber(MessageNumber number)
Method setMessageNumber

Parameters:
number -

removeHeaders

public void removeHeaders(SOAPEnvelope soapEnvelope)
                   throws java.lang.Exception
Throws:
java.lang.Exception