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.
Constructor Summary |
Location(org.apache.axiom.om.OMFactory defaultFactory,
java.lang.String uri)
|
Location(org.apache.axiom.om.OMFactory defaultFactory,
java.lang.String namespaceValue,
java.lang.String uri)
|
Location(java.lang.String uri)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Location
public Location(java.lang.String uri)
throws MexException
- Parameters:
uri
- valid URL to retrieve the metadata using HTTP Get
- Throws:
MexException
Location
public Location(org.apache.axiom.om.OMFactory defaultFactory,
java.lang.String namespaceValue,
java.lang.String uri)
throws MexOMException
- Throws:
MexOMException
Location
public Location(org.apache.axiom.om.OMFactory defaultFactory,
java.lang.String uri)
throws MexOMException
- Throws:
MexOMException
fromOM
public Location fromOM(org.apache.axiom.om.OMElement element)
throws MexOMException
- Throws:
MexOMException
getElementName
protected java.lang.String getElementName()
- Specified by:
getElementName
in class AnyURIType
Copyright © 2007 Apache Web Services Project. All Rights Reserved.