Interface TransformationRule

  • All Superinterfaces:
    ConfigBeanProxy

    public interface TransformationRule
    extends ConfigBeanProxy
    Specifies configuration for a XSLT transformation rule
    • Method Detail

      • getName

        @NotNull
        @NotNull String getName()
        Gets the value of the name property. Name of the transformation rule
        Returns:
        possible object is String
      • getEnabled

        String getEnabled()
        Gets the value of the enabled property. If false, this transformation rule is disabled
        Returns:
        possible object is String
      • getApplyTo

        String getApplyTo()
        Gets the value of the applyTo property. - "request": transformations are applied to request in the order in which they are specified. - "response": transformation is applied to response in the order in which they are specified. - "both": transformation rule is applied to request and response. The order is reversed for response.
        Returns:
        possible object is String
      • getRuleFileLocation

        @NotNull
        @NotNull String getRuleFileLocation()
        Gets the value of the ruleFileLocation property. Location of rule file to do transformation. Only XSLT files are allowed. Default is: ${com.sun.aas.instanceRoot}/generated/xml/// Absolute paths can also be specified
        Returns:
        possible object is String