Package org.glassfish.jersey.examples.managedclient

Class Summary
CustomHeaderFeature Dynamic feature that appends a properly configured CustomHeaderFilter instance to every method that is annotated with @Require internal feature annotation.
CustomHeaderFilter A filter for appending and validating custom headers.
InternalResource Internal resource accessed from the managed client resource.
MyApplication Jersey managed client example application.
MyApplication.MyClientAConfig  
MyApplication.MyClientBConfig  
PublicResource A resource that uses managed clients to retrieve values of internal resources 'A' and 'B', which are protected by a CustomHeaderFilter and require a specific custom header in a request to be set to a specific value.
 

Annotation Types Summary
ClientA Managed client configuration for client A.
ClientB Managed client configuration for client B.
CustomHeaderFeature.Require A method annotation to be placed on those resource methods to which a validating CustomHeaderFilter instance should be added.
 



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