Class Rule


  • public class Rule
    extends Object
    • Constructor Detail

      • Rule

        public Rule()
    • Method Detail

      • getName

        public String getName()
      • matches

        public boolean matches​(MimeType providedType)
      • createPipeline

        public Node[] createPipeline()
                              throws org.springframework.beans.BeansException,
                                     ParserConfigurationException
        Create the invocation pipeline for the configured nodes
        Returns:
        a tuple of the first and last Nodes of the pipeline, i.e. the input and output node.
        Throws:
        ParserConfigurationException - in case of a configuration error
        org.springframework.beans.BeansException - any errors during spring bean initialization