org.apache.sandesha2.wsrm
Class Address

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

public class Address
extends java.lang.Object
implements IOMRMElement

Author:
Chamikara Jayalath , Sanka Samaranayaka , Saminda Abeyruwan

Constructor Summary
Address(org.apache.axis2.addressing.EndpointReference epr, org.apache.axiom.om.OMFactory factory, java.lang.String addressingNamespaceValue)
           
Address(org.apache.axiom.om.OMFactory factory, java.lang.String addressingNamespaceValue)
           
 
Method Summary
 java.lang.Object fromOMElement(org.apache.axiom.om.OMElement element)
           
 org.apache.axis2.addressing.EndpointReference getEpr()
           
 java.lang.String getNamespaceValue()
           
 boolean isNamespaceSupported(java.lang.String namespaceName)
           
 void setEpr(org.apache.axis2.addressing.EndpointReference epr)
           
 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

Address

public Address(org.apache.axiom.om.OMFactory factory,
               java.lang.String addressingNamespaceValue)

Address

public Address(org.apache.axis2.addressing.EndpointReference epr,
               org.apache.axiom.om.OMFactory factory,
               java.lang.String addressingNamespaceValue)
Method Detail

fromOMElement

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

getNamespaceValue

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

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

getEpr

public org.apache.axis2.addressing.EndpointReference getEpr()

setEpr

public void setEpr(org.apache.axis2.addressing.EndpointReference epr)

isNamespaceSupported

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


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