org.glassfish.jersey.examples.managedclient
Class CustomHeaderFeature
java.lang.Object
org.glassfish.jersey.examples.managedclient.CustomHeaderFeature
- All Implemented Interfaces:
- javax.ws.rs.container.DynamicFeature
public class CustomHeaderFeature
- extends Object
- implements javax.ws.rs.container.DynamicFeature
Dynamic feature that appends a properly configured CustomHeaderFilter instance
to every method that is annotated with @Require internal feature
annotation.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
|
Method Summary |
void |
configure(javax.ws.rs.container.ResourceInfo resourceInfo,
javax.ws.rs.core.FeatureContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomHeaderFeature
public CustomHeaderFeature()
configure
public void configure(javax.ws.rs.container.ResourceInfo resourceInfo,
javax.ws.rs.core.FeatureContext context)
- Specified by:
configure in interface javax.ws.rs.container.DynamicFeature
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.