Methods in javax.ws.rs.core that throw UriBuilderException |
abstract java.net.URI |
UriBuilder.build()
Build a URI, any URI template parameters will be replaced by the empty
string. |
abstract java.net.URI |
UriBuilder.build(java.util.Map<java.lang.String,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.build(java.lang.Object... values)
Build a URI, using the supplied values in order to replace any URI
template parameters. |