Uses of Class
com.sun.xml.wss.impl.misc.URI.MalformedURIException
Packages that use URI.MalformedURIException
-
Uses of URI.MalformedURIException in com.sun.xml.wss.impl.misc
Methods in com.sun.xml.wss.impl.misc that throw URI.MalformedURIExceptionModifier and TypeMethodDescriptionvoidURI.appendPath(String p_addToPath) Append to the end of the path of this URI.voidURI.setFragment(String p_fragment) Set the fragment for this URI.voidSet the host for this URI.voidSet the path for this URI.voidURI.setPort(int p_port) Set the port for this URI.voidURI.setQueryString(String p_queryString) Set the query string for this URI.voidSet the scheme for this URI.voidURI.setUserinfo(String p_userinfo) Set the userinfo for this URI.Constructors in com.sun.xml.wss.impl.misc that throw URI.MalformedURIException