Uses of Class
org.glassfish.jersey.process.internal.InvocationContext.State

Packages that use InvocationContext.State
org.glassfish.jersey.process.internal Common Jersey internal processing classes. 
 

Uses of InvocationContext.State in org.glassfish.jersey.process.internal
 

Methods in org.glassfish.jersey.process.internal that return InvocationContext.State
 InvocationContext.State InvocationContext.state()
          Get the current state of the invocation context.
static InvocationContext.State InvocationContext.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InvocationContext.State[] InvocationContext.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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