Constructor and Description |
---|
MetadataReference()
Constructor
|
MetadataReference(org.apache.axiom.om.OMFactory defaultFactory,
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, isNamespaceSupported
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNamespaceValue, isNamespaceSupported
public MetadataReference() throws MexException
MexException
public MetadataReference(org.apache.axiom.om.OMFactory defaultFactory, String namespaceValue) throws MexOMException
defaultFactory
- namespaceValue
- MexOMException
public org.apache.axiom.om.OMElement getEPRElement()
public EndpointReference getEPR()
public MetadataReference fromOM(org.apache.axiom.om.OMElement element) throws MexOMException
OMElement
passed.inElement
- MetadataReference elementMexOMException
public org.apache.axiom.om.OMElement toOM() throws MexOMException
toOM
in interface IMexOM
toOM
in class MexOM
MexOMException
public void setEPR(org.apache.axiom.om.OMElement element) throws MexOMException
element
- Endpoint Reference Type elementMexOMException
public void setEPR(EndpointReference endRef) throws MexOMException
element
- Endpoint Reference Type elemMexOMException
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.