Uses of Class
com.sun.xml.messaging.saaj.util.JaxmURI.MalformedURIException
-
Packages that use JaxmURI.MalformedURIException Package Description com.sun.xml.messaging.saaj.util -
-
Uses of JaxmURI.MalformedURIException in com.sun.xml.messaging.saaj.util
Methods in com.sun.xml.messaging.saaj.util that throw JaxmURI.MalformedURIException Modifier and Type Method Description voidJaxmURI. appendPath(String p_addToPath)Append to the end of the path of this URI.voidJaxmURI. setFragment(String p_fragment)Set the fragment for this URI.voidJaxmURI. setHost(String p_host)Set the host for this URI.voidJaxmURI. setPath(String p_path)Set the path for this URI.voidJaxmURI. setPort(int p_port)Set the port for this URI.voidJaxmURI. setQueryString(String p_queryString)Set the query string for this URI.voidJaxmURI. setScheme(String p_scheme)Set the scheme for this URI.voidJaxmURI. setUserinfo(String p_userinfo)Set the userinfo for this URI.Constructors in com.sun.xml.messaging.saaj.util that throw JaxmURI.MalformedURIException Constructor Description JaxmURI(JaxmURI p_base, String p_uriSpec)Construct a new URI from a base URI and a URI specification string.JaxmURI(String p_uriSpec)Construct a new URI from a URI specification string.JaxmURI(String p_scheme, String p_schemeSpecificPart)Construct a new URI that does not follow the generic URI syntax.JaxmURI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment)Construct a new URI that follows the generic URI syntax from its component parts.JaxmURI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment)Construct a new URI that follows the generic URI syntax from its component parts.
-