|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.mex.om.MexOM org.apache.axis2.mex.om.MetadataReference
public class MetadataReference
Class implemented for MetadataReference element defined in the WS-MetadataExchange spec.
Constructor Summary | |
---|---|
MetadataReference()
Constructor |
|
MetadataReference(org.apache.axiom.om.OMFactory defaultFactory,
java.lang.String namespaceValue)
Constructor |
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.axis2.mex.om.MexOM |
---|
getNamespaceValue, isNamespaceSupported |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.axis2.mex.om.IMexOM |
---|
getNamespaceValue, isNamespaceSupported |
Constructor Detail |
---|
public MetadataReference() throws MexException
MexException
public MetadataReference(org.apache.axiom.om.OMFactory defaultFactory, java.lang.String namespaceValue) throws MexOMException
defaultFactory
- namespaceValue
-
MexOMException
Method Detail |
---|
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 element
MexOMException
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 element
MexOMException
public void setEPR(EndpointReference endRef) throws MexOMException
element
- Endpoint Reference Type elem
MexOMException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |