Uses of Class
com.sun.xml.wss.impl.misc.URI.MalformedURIException

Packages that use URI.MalformedURIException
com.sun.xml.wss.impl.misc   
 

Uses of URI.MalformedURIException in com.sun.xml.wss.impl.misc
 

Methods in com.sun.xml.wss.impl.misc that throw URI.MalformedURIException
 void URI.appendPath(java.lang.String p_addToPath)
          Append to the end of the path of this URI.
 void URI.setFragment(java.lang.String p_fragment)
          Set the fragment for this URI.
 void URI.setHost(java.lang.String p_host)
          Set the host for this URI.
 void URI.setPath(java.lang.String p_path)
          Set the path for this URI.
 void URI.setPort(int p_port)
          Set the port for this URI.
 void URI.setQueryString(java.lang.String p_queryString)
          Set the query string for this URI.
 void URI.setScheme(java.lang.String p_scheme)
          Set the scheme for this URI.
 void URI.setUserinfo(java.lang.String p_userinfo)
          Set the userinfo for this URI.
 

Constructors in com.sun.xml.wss.impl.misc that throw URI.MalformedURIException
URI(java.lang.String p_uriSpec)
          Construct a new URI from a URI specification string.
URI(URI p_base, java.lang.String p_uriSpec)
          Construct a new URI from a base URI and a URI specification string.
 



Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.