| Constructor and Description |
|---|
MetadataReference()
Constructor
|
MetadataReference(org.apache.axiom.om.OMFactory defaultFactory,
java.lang.String namespaceValue)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
MetadataReference |
fromOM(org.apache.axiom.om.OMElement element)
Populates an MetadataReference object based on the endpoint reference type
OMElement passed. |
EndpointReference |
getEPR() |
org.apache.axiom.om.OMElement |
getEPRElement() |
void |
setEPR(EndpointReference endRef)
Set EPR
|
void |
setEPR(org.apache.axiom.om.OMElement element)
Set EPR
|
org.apache.axiom.om.OMElement |
toOM()
Convert MetadatReference object content to the OMElement representation.
|
getNamespaceValue, isNamespaceSupportedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamespaceValue, isNamespaceSupportedpublic MetadataReference()
throws MexException
MexExceptionpublic MetadataReference(org.apache.axiom.om.OMFactory defaultFactory,
java.lang.String namespaceValue)
throws MexOMException
defaultFactory - namespaceValue - MexOMExceptionpublic org.apache.axiom.om.OMElement getEPRElement()
public EndpointReference getEPR()
public MetadataReference fromOM(org.apache.axiom.om.OMElement element) throws MexOMException
OMElement passed.inElement - MetadataReference elementMexOMExceptionpublic org.apache.axiom.om.OMElement toOM()
throws MexOMException
toOM in interface IMexOMtoOM in class MexOMMexOMExceptionpublic void setEPR(org.apache.axiom.om.OMElement element)
throws MexOMException
element - Endpoint Reference Type elementMexOMExceptionpublic void setEPR(EndpointReference endRef) throws MexOMException
element - Endpoint Reference Type elemMexOMExceptionCopyright © 2004-2022 The Apache Software Foundation. All Rights Reserved.