Uses of Class
org.apache.axis.types.URI
-
Packages that use URI Package Description org.apache.axis.holders org.apache.axis.types -
-
Uses of URI in org.apache.axis.holders
Fields in org.apache.axis.holders declared as URI Modifier and Type Field Description URIURIHolder. valueField _valueConstructors in org.apache.axis.holders with parameters of type URI Constructor Description URIHolder(URI value)Constructor URIHolder -
Uses of URI in org.apache.axis.types
Methods in org.apache.axis.types that return URI Modifier and Type Method Description URINotation. getPublic()URINotation. getSystem()URISchema. getTargetNamespace()Methods in org.apache.axis.types with parameters of type URI Modifier and Type Method Description voidURI. absolutize(URI p_base)Absolutize URI with given base URI.voidNotation. setPublic(URI publicURI)voidNotation. setSystem(URI systemURI)voidSchema. setTargetNamespace(URI targetNamespace)Constructors in org.apache.axis.types with parameters of type URI Constructor Description Notation(NCName name, URI publicURI, URI systemURI)URI(URI p_other)Construct a new URI from another URI.URI(URI p_base, java.lang.String p_uriSpec)Construct a new URI from a base URI and a URI specification string.URI(URI p_base, java.lang.String p_uriSpec, boolean allowNonAbsoluteURI)Construct a new URI from a base URI and a URI specification string.
-