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(java.lang.String method)
           
 JerseyInvocation JerseyInvocation.Builder.build(java.lang.String method, Entity<?> entity)
           
 JerseyInvocation JerseyInvocation.Builder.buildDelete()
           
 JerseyInvocation JerseyInvocation.Builder.buildGet()
           
 JerseyInvocation JerseyInvocation.Builder.buildPost(Entity<?> entity)
           
 JerseyInvocation JerseyInvocation.Builder.buildPut(Entity<?> entity)
           
 



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