BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Class
weblogic.apache.xerces.util.URI.MalformedURIException

Packages that use URI.MalformedURIException
weblogic.apache.xerces.util   
 

Uses of URI.MalformedURIException in weblogic.apache.xerces.util
 

Methods in weblogic.apache.xerces.util that throw URI.MalformedURIException
 void URI.setScheme(String p_scheme)
          Deprecated. Set the scheme for this URI.
 void URI.setUserinfo(String p_userinfo)
          Deprecated. Set the userinfo for this URI.
 void URI.setHost(String p_host)
          Deprecated. Set the host for this URI.
 void URI.setPort(int p_port)
          Deprecated. Set the port for this URI.
 void URI.setPath(String p_path)
          Deprecated. Set the path for this URI.
 void URI.appendPath(String p_addToPath)
          Deprecated. Append to the end of the path of this URI.
 void URI.setQueryString(String p_queryString)
          Deprecated. Set the query string for this URI.
 void URI.setFragment(String p_fragment)
          Deprecated. Set the fragment for this URI.
 

Constructors in weblogic.apache.xerces.util that throw URI.MalformedURIException
URI(String p_uriSpec)
          Deprecated. Construct a new URI from a URI specification string.
URI(URI p_base, String p_uriSpec)
          Deprecated. Construct a new URI from a base URI and a URI specification string.
URI(String p_scheme, String p_schemeSpecificPart)
          Deprecated. Construct a new URI that does not follow the generic URI syntax.
URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment)
          Deprecated. Construct a new URI that follows the generic URI syntax from its component parts.
URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment)
          Deprecated. Construct a new URI that follows the generic URI syntax from its component parts.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.