org.apache.sandesha2.wsrm
Class AcksTo

java.lang.Object
  extended byorg.apache.sandesha2.wsrm.AcksTo
All Implemented Interfaces:
IOMRMElement

public class AcksTo
extends java.lang.Object
implements IOMRMElement

Author:
Chamikara Jayalath , Sanka Samaranayaka , Saminda Abeyruwan

Constructor Summary
AcksTo(Address address, org.apache.axiom.soap.SOAPFactory factory, java.lang.String rmNamespaceValue, java.lang.String addressingNamespaceValue)
           
AcksTo(org.apache.axiom.om.OMFactory factory, java.lang.String rmNamespaceValue, java.lang.String addressingNamespaceValue)
           
 
Method Summary
 java.lang.Object fromOMElement(org.apache.axiom.om.OMElement element)
           
 Address getAddress()
           
 java.lang.String getNamespaceValue()
           
 boolean isNamespaceSupported(java.lang.String namespaceName)
           
 void setAddress(Address address)
           
 org.apache.axiom.om.OMElement toOMElement(org.apache.axiom.om.OMElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcksTo

public AcksTo(org.apache.axiom.om.OMFactory factory,
              java.lang.String rmNamespaceValue,
              java.lang.String addressingNamespaceValue)
       throws SandeshaException

AcksTo

public AcksTo(Address address,
              org.apache.axiom.soap.SOAPFactory factory,
              java.lang.String rmNamespaceValue,
              java.lang.String addressingNamespaceValue)
       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 element)
                               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 element)
                                          throws org.apache.axiom.om.OMException
Specified by:
toOMElement in interface IOMRMElement
Throws:
org.apache.axiom.om.OMException

getAddress

public Address getAddress()

setAddress

public void setAddress(Address address)

isNamespaceSupported

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


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