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
 java.lang.String getNamespaceValue()
           
 boolean isNamespaceSupported(java.lang.String namespaceName)
           
 org.apache.axiom.om.OMElement toOM()
           
 

Method Detail

toOM

org.apache.axiom.om.OMElement toOM()
                                   throws MexOMException
Throws:
MexOMException

getNamespaceValue

java.lang.String getNamespaceValue()

isNamespaceSupported

boolean isNamespaceSupported(java.lang.String namespaceName)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.