org.apache.sandesha2.wsrm
Class Endpoint

java.lang.Object
  extended by org.apache.sandesha2.wsrm.Endpoint
All Implemented Interfaces:
IOMRMElement

public class Endpoint
extends java.lang.Object
implements IOMRMElement


Constructor Summary
Endpoint(org.apache.axis2.addressing.EndpointReference epr, java.lang.String rmNamespaceValue, java.lang.String addressingNamespaceValue)
           
Endpoint(java.lang.String rmNamespaceValue)
           
 
Method Summary
 java.lang.Object fromOMElement(org.apache.axiom.om.OMElement endpointElement)
           
 org.apache.axis2.addressing.EndpointReference getEPR()
           
 java.lang.String getNamespaceValue()
           
 boolean isNamespaceSupported(java.lang.String namespaceName)
           
 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

Endpoint

public Endpoint(java.lang.String rmNamespaceValue)
         throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

Endpoint

public Endpoint(org.apache.axis2.addressing.EndpointReference epr,
                java.lang.String rmNamespaceValue,
                java.lang.String addressingNamespaceValue)
         throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault
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 endpointElement)
                               throws org.apache.axiom.om.OMException,
                                      org.apache.axis2.AxisFault
Specified by:
fromOMElement in interface IOMRMElement
Throws:
org.apache.axiom.om.OMException
org.apache.axis2.AxisFault

toOMElement

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

getEPR

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

isNamespaceSupported

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


Copyright © The Apache Software Foundation. All Rights Reserved.