Uses of Class
org.apache.ws.security.util.URI.MalformedURIException

Packages that use URI.MalformedURIException
org.apache.ws.security.util   
 

Uses of URI.MalformedURIException in org.apache.ws.security.util
 

Methods in org.apache.ws.security.util that throw URI.MalformedURIException
 void URI.appendPath(String p_addToPath)
          Append to the end of the path of this URI.
 void URI.setHost(String p_host)
          Set the host for this URI.
 void URI.setPath(String p_path)
          Set the path for this URI.
 void URI.setPort(int p_port)
          Set the port for this URI.
 void URI.setScheme(String p_scheme)
          Set the scheme for this URI.
 void URI.setUserinfo(String p_userinfo)
          Set the userinfo for this URI.
 

Constructors in org.apache.ws.security.util that throw URI.MalformedURIException
URI(String p_uriSpec)
          Construct a new URI from a URI specification string.
URI(String p_scheme, String p_schemeSpecificPart)
          Construct a new URI that does not follow the generic URI syntax.
URI(URI p_base, String p_uriSpec)
          Construct a new URI from a base URI and a URI specification string.
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.