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. 
 

Uses of UriBuilderException in javax.ws.rs.core
 

Methods in javax.ws.rs.core that throw UriBuilderException
abstract  java.net.URI UriBuilder.build(java.lang.Object... values)
          Build a URI, using the supplied values in order to replace any URI template parameters.
 Link Link.Builder.build(java.lang.Object... values)
          Finish building this link using the supplied values as URI parameters.
abstract  java.net.URI UriBuilder.buildFromEncoded(java.lang.Object... values)
          Build a URI.
abstract  java.net.URI UriBuilder.buildFromEncodedMap(java.util.Map<java.lang.String,? extends java.lang.Object> values)
          Build a URI, any URI template parameters will be replaced by the value in the supplied map.
abstract  java.net.URI UriBuilder.buildFromMap(java.util.Map<java.lang.String,? extends java.lang.Object> values)
          Build a URI, any URI template parameters will be replaced by the value in the supplied map.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.