org.apache.sandesha2.wsrm
Class TerminateSequenceResponse

java.lang.Object
  extended by org.apache.sandesha2.wsrm.TerminateSequenceResponse
All Implemented Interfaces:
IOMRMElement, IOMRMPart

public class TerminateSequenceResponse
extends java.lang.Object
implements IOMRMPart

Adds the Terminate Sequence Response body part.


Constructor Summary
TerminateSequenceResponse(java.lang.String namespaceValue)
           
 
Method Summary
 java.lang.Object fromOMElement(org.apache.axiom.om.OMElement body)
           
 Identifier getIdentifier()
           
 java.lang.String getNamespaceValue()
           
 boolean isNamespaceSupported(java.lang.String namespaceName)
           
 void setIdentifier(Identifier identifier)
           
 org.apache.axiom.om.OMElement toOMElement(org.apache.axiom.om.OMElement body)
           
 void toSOAPEnvelope(org.apache.axiom.soap.SOAPEnvelope envelope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerminateSequenceResponse

public TerminateSequenceResponse(java.lang.String namespaceValue)
                          throws SandeshaException
Throws:
SandeshaException
Method Detail

getNamespaceValue

public java.lang.String getNamespaceValue()
Specified by:
getNamespaceValue in interface IOMRMElement

fromOMElement

public java.lang.Object fromOMElement(org.apache.axiom.om.OMElement body)
                               throws org.apache.axiom.om.OMException,
                                      SandeshaException
Specified by:
fromOMElement in interface IOMRMElement
Throws:
org.apache.axiom.om.OMException
SandeshaException

toOMElement

public org.apache.axiom.om.OMElement toOMElement(org.apache.axiom.om.OMElement body)
                                          throws org.apache.axiom.om.OMException
Specified by:
toOMElement in interface IOMRMElement
Throws:
org.apache.axiom.om.OMException

getIdentifier

public Identifier getIdentifier()

setIdentifier

public void setIdentifier(Identifier identifier)

toSOAPEnvelope

public void toSOAPEnvelope(org.apache.axiom.soap.SOAPEnvelope envelope)
Specified by:
toSOAPEnvelope in interface IOMRMPart

isNamespaceSupported

public boolean isNamespaceSupported(java.lang.String namespaceName)
Specified by:
isNamespaceSupported in interface IOMRMElement


Copyright © The Apache Software Foundation. All Rights Reserved.