Apache CXF API

org.apache.cxf.jaxrs.ext.xml
Annotation Type XMLInstruction


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

Can be used to add custom XML processing instructions to out-bound XML messages


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value

Apache CXF API

Apache CXF