Uses of Class
org.glassfish.jersey.client.JerseyInvocation

Packages that use JerseyInvocation
org.glassfish.jersey.client Jersey client-side classes. 
 

Uses of JerseyInvocation in org.glassfish.jersey.client
 

Methods in org.glassfish.jersey.client that return JerseyInvocation
 JerseyInvocation JerseyInvocation.Builder.build(String method)
           
 JerseyInvocation JerseyInvocation.Builder.build(String method, javax.ws.rs.client.Entity<?> entity)
           
 JerseyInvocation JerseyInvocation.Builder.buildDelete()
           
 JerseyInvocation JerseyInvocation.Builder.buildGet()
           
 JerseyInvocation JerseyInvocation.Builder.buildPost(javax.ws.rs.client.Entity<?> entity)
           
 JerseyInvocation JerseyInvocation.Builder.buildPut(javax.ws.rs.client.Entity<?> entity)
           
 JerseyInvocation JerseyInvocation.property(String name, Object value)
           
 



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