Package org.apache.axis2.mex.om
Interface IMexOM
-
- All Known Implementing Classes:
AnyURIType
,Dialect
,Identifier
,Location
,Metadata
,MetadataReference
,MetadataSection
,MexOM
public interface IMexOM
Base 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 String
getNamespaceValue()
boolean
isNamespaceSupported(String namespaceName)
OMElement
toOM()
-
-
-
Method Detail
-
toOM
OMElement toOM() throws MexOMException
- Throws:
MexOMException
-
getNamespaceValue
String getNamespaceValue()
-
isNamespaceSupported
boolean isNamespaceSupported(String namespaceName)
-
-