Apache CXF API

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


@Target(value={METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface XSLTTransform

Can be used to enable server-side XSLT transformations


Required Element Summary
 String value
          Template location
 
Optional Element Summary
 String[] mediaTypes
          Supported media types
 XSLTTransform.TransformType type
           
 

Element Detail

value

public abstract String value
Template location

mediaTypes

public abstract String[] mediaTypes
Supported media types

Default:
{}

type

public abstract XSLTTransform.TransformType type
Default:
org.apache.cxf.jaxrs.ext.xml.XSLTTransform.TransformType.SERVER

Apache CXF API

Apache CXF