com.bea.wli.transform
Annotation Type XsltTransform


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

This annotation annotates the XSLT abstract methods in a DTF file. During run time, a business process (JPD) invokes the abstract method which in turn invokes the associated XSLT.


Required Element Summary
 XsltTransform.TransformMethodType transformType
          This attribute specifies the type of XSLT tranformation, whether the xslt is inlined in the annotation or referenced from an external XSLT file
 String value
          This attribute specifies the inline XSLT value if the transformType is XSLT or the external XSLT file name if the transformType is XSLT_REF
 

Element Detail

transformType

public abstract XsltTransform.TransformMethodType transformType
This attribute specifies the type of XSLT tranformation, whether the xslt is inlined in the annotation or referenced from an external XSLT file


value

public abstract String value
This attribute specifies the inline XSLT value if the transformType is XSLT or the external XSLT file name if the transformType is XSLT_REF