Package org.apache.axis2.mex.om
Class Location
- java.lang.Object
-
- org.apache.axis2.mex.om.MexOM
-
- org.apache.axis2.mex.om.AnyURIType
-
- org.apache.axis2.mex.om.Location
-
- All Implemented Interfaces:
IMexOM
public class Location extends AnyURIType
Class implemented for Location element defined in the WS-MEX spec.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Location
fromOM(OMElement element)
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
-
Location
public Location(String uri) throws MexException
- Parameters:
uri
- valid URL to retrieve the metadata using HTTP Get- Throws:
MexException
-
Location
public Location(OMFactory defaultFactory, String namespaceValue, String uri) throws MexOMException
- Throws:
MexOMException
-
Location
public Location(OMFactory defaultFactory, String uri) throws MexOMException
- Throws:
MexOMException
-
-
Method Detail
-
fromOM
public Location fromOM(OMElement element) throws MexOMException
- Throws:
MexOMException
-
getElementName
protected String getElementName()
- Specified by:
getElementName
in classAnyURIType
-
-