javax.rws
Annotation Type Header


public @interface Header

Allows the injection of headers values, typically HTTP headers. If the header is a repeating header, then all values are consolidated into a single comma separated value.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value