Package org.apache.axis2.mex.om
Class MexOM
- java.lang.Object
-
- org.apache.axis2.mex.om.MexOM
-
- All Implemented Interfaces:
IMexOM
- Direct Known Subclasses:
AnyURIType
,Metadata
,MetadataReference
,MetadataSection
public abstract class MexOM extends Object implements IMexOM
Base class for objects implemented for elements defined in the WS-MEX spec.
-
-
Constructor Summary
Constructors Constructor Description MexOM()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNamespaceValue()
boolean
isNamespaceSupported(String namespaceName)
OMElement
toOM()
-
-
-
Method Detail
-
toOM
public OMElement toOM() throws MexOMException
- Specified by:
toOM
in interfaceIMexOM
- Throws:
MexOMException
-
getNamespaceValue
public String getNamespaceValue()
- Specified by:
getNamespaceValue
in interfaceIMexOM
-
isNamespaceSupported
public boolean isNamespaceSupported(String namespaceName)
- Specified by:
isNamespaceSupported
in interfaceIMexOM
-
-