Constructor and Description |
---|
MetadataReference()
Constructor
|
MetadataReference(OMFactory defaultFactory,
String namespaceValue)
Constructor
|
Modifier and Type | Method and Description |
---|---|
MetadataReference |
fromOM(OMElement element)
Populates an MetadataReference object based on the endpoint reference type
OMElement passed. |
EndpointReference |
getEPR() |
OMElement |
getEPRElement() |
void |
setEPR(EndpointReference endRef)
Set EPR
|
void |
setEPR(OMElement element)
Set EPR
|
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(OMFactory defaultFactory, String namespaceValue) throws MexOMException
defaultFactory
- namespaceValue
- MexOMException
public OMElement getEPRElement()
public EndpointReference getEPR()
public MetadataReference fromOM(OMElement element) throws MexOMException
OMElement
passed.inElement
- MetadataReference elementMexOMException
public OMElement toOM() throws MexOMException
toOM
in interface IMexOM
toOM
in class MexOM
MexOMException
public void setEPR(OMElement element) throws MexOMException
element
- Endpoint Reference Type elementMexOMException
public void setEPR(EndpointReference endRef) throws MexOMException
element
- Endpoint Reference Type elemMexOMException
Copyright © The Apache Software Foundation. All Rights Reserved.