Package org.apache.axis2.mex.om
Interface IMexOM
-
- All Known Implementing Classes:
AnyURIType,Dialect,Identifier,Location,Metadata,MetadataReference,MetadataSection,MexOM
public interface IMexOMBase interface for objects implemented for elements defined in the WS-MEX spec.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNamespaceValue()booleanisNamespaceSupported(String namespaceName)OMElementtoOM()
-
-
-
Method Detail
-
toOM
OMElement toOM() throws MexOMException
- Throws:
MexOMException
-
getNamespaceValue
String getNamespaceValue()
-
isNamespaceSupported
boolean isNamespaceSupported(String namespaceName)
-
-