com.sun.jersey.api.provider.jaxb
Annotation Type XmlHeader


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface XmlHeader

Allows to specify XML header for XML output produced by a resource method it is attached to.

Example usage:

Author:
Martin Matula

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2011 Oracle Corporation. All Rights Reserved.