Class CommentMediatorFactory

    • Constructor Detail

      • CommentMediatorFactory

        public CommentMediatorFactory()
    • Method Detail

      • createSpecificMediator

        protected Mediator createSpecificMediator​(org.apache.axiom.om.OMElement elem,
                                                  Properties properties)
        Create Comment Mediator instance using provided XML Element and properties
        Specified by:
        createSpecificMediator in class AbstractMediatorFactory
        Parameters:
        elem - configuration element describing the properties of the mediator
        properties - bag of properties to pass in any information to the factory
        Returns:
        CommentMediator instance created with the given comment text
      • getTagQName

        public QName getTagQName()
        Returns Tag QName for the comment mediator
        Returns:
        QName of the mediator