org.apache.sandesha2.wsrm
Class UsesSequenceSTR

java.lang.Object
  extended byorg.apache.sandesha2.wsrm.UsesSequenceSTR
All Implemented Interfaces:
IOMRMElement, IOMRMPart

public class UsesSequenceSTR
extends java.lang.Object
implements IOMRMPart

Class which handles the UsesSequenceSTR header block


Constructor Summary
UsesSequenceSTR(org.apache.axiom.soap.SOAPFactory factory, java.lang.String namespaceValue)
           
 
Method Summary
 java.lang.Object fromOMElement(org.apache.axiom.om.OMElement usesSequenceStrElement)
           
 java.lang.String getNamespaceValue()
           
 boolean isMustUnderstand()
           
 boolean isNamespaceSupported(java.lang.String namespaceName)
           
 void setMustUnderstand(boolean mustUnderstand)
           
 org.apache.axiom.om.OMElement toOMElement(org.apache.axiom.om.OMElement header)
           
 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

UsesSequenceSTR

public UsesSequenceSTR(org.apache.axiom.soap.SOAPFactory factory,
                       java.lang.String namespaceValue)
                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 usesSequenceStrElement)
                               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 header)
                                          throws org.apache.axiom.om.OMException,
                                                 SandeshaException
Specified by:
toOMElement in interface IOMRMElement
Throws:
org.apache.axiom.om.OMException
SandeshaException

toSOAPEnvelope

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

isNamespaceSupported

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

isMustUnderstand

public boolean isMustUnderstand()

setMustUnderstand

public void setMustUnderstand(boolean mustUnderstand)


Copyright © 2005-2006 Apache Web Services. All Rights Reserved.