org.apache.sandesha2.wsrm
Class Endpoint
java.lang.Object
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,
java.lang.String addressingNamespaceValue)
|
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)
|
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 |
Endpoint
public Endpoint(java.lang.String rmNamespaceValue,
java.lang.String addressingNamespaceValue)
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
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()
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.