Uses of Class
javax.ws.rs.core.UriBuilderException

Packages that use UriBuilderException
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
org.glassfish.jersey.uri.internal Common Jersey internal classes that provide support for JAX-RS URI templates and encoding/decoding of URI components. 
 

Uses of UriBuilderException in javax.ws.rs.core
 

Methods in javax.ws.rs.core that throw UriBuilderException
abstract  URI UriBuilder.build(Object... values)
          Build a URI, using the supplied values in order to replace any URI template parameters.
abstract  URI UriBuilder.build(Object[] values, boolean encodeSlashInPath)
          Build a URI, using the supplied values in order to replace any URI template parameters.
abstract  URI UriBuilder.buildFromEncoded(Object... values)
          Build a URI.
abstract  URI UriBuilder.buildFromEncodedMap(Map<String,?> values)
          Build a URI.
abstract  URI UriBuilder.buildFromMap(Map<String,?> values, boolean encodeSlashInPath)
          Build a URI.
 

Uses of UriBuilderException in org.glassfish.jersey.uri.internal
 

Methods in org.glassfish.jersey.uri.internal that throw UriBuilderException
 URI JerseyUriBuilder.buildFromEncodedMap(Map<String,?> values)
           
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.