Class SequenceMediator

    • Constructor Detail

      • SequenceMediator

        public SequenceMediator()
    • Method Detail

      • getName

        public String getName()
      • getErrorHandler

        public String getErrorHandler()
      • setName

        public void setName​(String name)
      • setErrorHandler

        public void setErrorHandler​(String errorHandler)
      • getKey

        public org.apache.synapse.mediators.Value getKey()
      • setKey

        public void setKey​(org.apache.synapse.mediators.Value key)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getTagLocalName

        public String getTagLocalName()
        Description copied from interface: Mediator
        Get the name of the mediator
        Returns:
        name of the mediator
      • setAnonymous

        public void setAnonymous​(boolean anonymous)
      • isAnonymous

        public boolean isAnonymous()
      • serialize

        public org.apache.axiom.om.OMElement serialize​(org.apache.axiom.om.OMElement parent)
        Description copied from interface: Mediator
        Serialize this mediator in to the corresponding Synapse mediator configuration.
        Parameters:
        parent - if present the serialize node will be added to the parent
        Returns:
        the Synapse mediator configuration XML
      • build

        public void build​(org.apache.axiom.om.OMElement elem)
        Description copied from interface: Mediator
        Populate this mediator from the Synapse mediator configuration.
        Parameters:
        elem - synapse mediator configuration