Package org.apache.axis2.mex.om
Class Dialect
- java.lang.Object
-
- org.apache.axis2.mex.om.MexOM
-
- org.apache.axis2.mex.om.AnyURIType
-
- org.apache.axis2.mex.om.Dialect
-
- All Implemented Interfaces:
IMexOM
public class Dialect extends AnyURIType
Class implemented for Dialect element defined in the WS-MEX spec.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getElementName()
-
Methods inherited from class org.apache.axis2.mex.om.AnyURIType
getURI, setURI, toOM
-
Methods inherited from class org.apache.axis2.mex.om.MexOM
getNamespaceValue, isNamespaceSupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.axis2.mex.om.IMexOM
getNamespaceValue, isNamespaceSupported
-
-
-
-
Constructor Detail
-
Dialect
public Dialect(OMFactory defaultFactory, String namespaceValue, String dialect) throws MexOMException
Constructor- Parameters:
defaultFactory
-namespaceValue
- namespace infodialect
- Dialect in URI representation- Throws:
MexOMException
-
Dialect
public Dialect(OMFactory defaultFactory, String dialect) throws MexOMException
Constructor with default namespace- Parameters:
defaultFactory
-dialect
- Dialect in URI representation- Throws:
MexOMException
-
-
Method Detail
-
getElementName
protected String getElementName()
- Specified by:
getElementName
in classAnyURIType
-
-