org.apache.axis2.mex.om
Class MexOM

java.lang.Object
  extended by org.apache.axis2.mex.om.MexOM
All Implemented Interfaces:
IMexOM
Direct Known Subclasses:
AnyURIType, Metadata, MetadataReference, MetadataSection

public abstract class MexOM
extends java.lang.Object
implements IMexOM

Base class for objects implemented for elements defined in the WS-MEX spec.


Constructor Summary
MexOM()
           
 
Method Summary
 java.lang.String getNamespaceValue()
           
 boolean isNamespaceSupported(java.lang.String namespaceName)
           
 org.apache.axiom.om.OMElement toOM()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MexOM

public MexOM()
Method Detail

toOM

public org.apache.axiom.om.OMElement toOM()
                                   throws MexOMException
Specified by:
toOM in interface IMexOM
Throws:
MexOMException

getNamespaceValue

public java.lang.String getNamespaceValue()
Specified by:
getNamespaceValue in interface IMexOM

isNamespaceSupported

public boolean isNamespaceSupported(java.lang.String namespaceName)
Specified by:
isNamespaceSupported in interface IMexOM


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