Interface MediatorFactory

    • Method Detail

      • createMediator

        Mediator createMediator​(org.apache.axiom.om.OMElement elem,
                                Properties properties)
        Creates an instance of the mediator using the OMElement
        Parameters:
        elem - configuration element describing the mediator properties
        properties - bag of properties to pass in any information to the factory
        Returns:
        the created mediator
      • getTagQName

        QName getTagQName()
        The QName of this mediator element in the XML config
        Returns:
        QName of the mediator element