Uses of Class
org.apache.axis2.databinding.types.URI
-
Packages that use URI Package Description org.apache.axis2.databinding.types These classes are directly salvaged from Axis 1 codebase.org.apache.axis2.databinding.utils -
-
Uses of URI in org.apache.axis2.databinding.types
Methods in org.apache.axis2.databinding.types that return URI Modifier and Type Method Description URI
Notation. getPublic()
URI
Notation. getSystem()
Methods in org.apache.axis2.databinding.types with parameters of type URI Modifier and Type Method Description void
Notation. setPublic(URI publicURI)
void
Notation. setSystem(URI systemURI)
Constructors in org.apache.axis2.databinding.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, String p_uriSpec)
Construct a new URI from a base URI and a URI specification string. -
Uses of URI in org.apache.axis2.databinding.utils
Methods in org.apache.axis2.databinding.utils that return URI Modifier and Type Method Description static URI
ConverterUtil. convertToAnyURI(String s)
static URI
ConverterUtil. convertToURI(String s)
-