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.axis2.soap.SOAPFactory factory)
           
AcksTo(org.apache.axis2.soap.SOAPFactory factory)
           
 
Method Summary
 java.lang.Object fromOMElement(org.apache.axis2.om.OMElement element)
           
 Address getAddress()
           
 org.apache.axis2.om.OMElement getOMElement()
           
 void setAddress(Address address)
           
 org.apache.axis2.om.OMElement toOMElement(org.apache.axis2.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.axis2.soap.SOAPFactory factory)

AcksTo

public AcksTo(Address address,
              org.apache.axis2.soap.SOAPFactory factory)
Method Detail

getOMElement

public org.apache.axis2.om.OMElement getOMElement()
                                           throws org.apache.axis2.om.OMException
Specified by:
getOMElement in interface IOMRMElement
Throws:
org.apache.axis2.om.OMException

fromOMElement

public java.lang.Object fromOMElement(org.apache.axis2.om.OMElement element)
                               throws org.apache.axis2.om.OMException
Specified by:
fromOMElement in interface IOMRMElement
Throws:
org.apache.axis2.om.OMException

toOMElement

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

getAddress

public Address getAddress()

setAddress

public void setAddress(Address address)


Copyright © 2005 Apache Web Services. All Rights Reserved.