org.glassfish.jersey.examples.managedclient
Annotation Type CustomHeaderFeature.Require


@Retention(value=RUNTIME)
@Documented
@Target(value=METHOD)
public static @interface CustomHeaderFeature.Require

A method annotation to be placed on those resource methods to which a validating CustomHeaderFilter instance should be added.


Required Element Summary
 String headerName
          Expected custom header name to be validated by the CustomHeaderFilter.
 String headerValue
          Expected custom header value to be validated by the CustomHeaderFilter.
 

Element Detail

headerName

public abstract String headerName
Expected custom header name to be validated by the CustomHeaderFilter.


headerValue

public abstract String headerValue
Expected custom header value to be validated by the CustomHeaderFilter.



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