Uses of Class
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.Mediator
Packages that use Mediator
Package
Description
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.debugger.visitor
Methods in org.eclipse.lemminx.customservice.synapse.debugger.visitor with parameters of type MediatorModifier and TypeMethodDescriptionstatic voidVisitorUtils.visitMediator(Mediator node, AbstractMediatorVisitor visitor) Visit the mediator node.Method parameters in org.eclipse.lemminx.customservice.synapse.debugger.visitor with type arguments of type MediatorModifier and TypeMethodDescriptionstatic voidVisitorUtils.visitMediators(List<Mediator> mediators, BreakpointMediatorVisitor visitor) Visit the mediators in the list and get the debug info.static voidVisitorUtils.visitMediators(List<Mediator> mediators, BreakpointMediatorVisitor visitor, HashMap<Breakpoint, IDebugInfo> debugInfos) Visit the mediators in the list and generate debug info for the current breakpoint.static voidVisitorUtils.visitMediators(List<Mediator> mediators, StepOverMediatorVisitor visitor) Visit the mediators in the list and get the next step over breakpoints. -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.dependency.tree
Methods in org.eclipse.lemminx.customservice.synapse.dependency.tree with parameters of type MediatorModifier and TypeMethodDescriptionstatic voidDependencyVisitorUtils.visitMediator(Mediator node, MediatorDependencyVisitor visitor) Visits the mediator node.Method parameters in org.eclipse.lemminx.customservice.synapse.dependency.tree with type arguments of type MediatorModifier and TypeMethodDescriptionstatic List<Dependency>DependencyVisitorUtils.visitMediators(List<Mediator> mediators, String projectPath, DependencyLookUp dependencyLookUp) Visits the mediators in the list and returns the dependencies. -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.dependency.tree.visitor
Methods in org.eclipse.lemminx.customservice.synapse.dependency.tree.visitor with parameters of type Mediator -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.mediator
Methods in org.eclipse.lemminx.customservice.synapse.mediator with parameters of type Mediator -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.mediator.schema.generate.visitor
Methods in org.eclipse.lemminx.customservice.synapse.mediator.schema.generate.visitor with parameters of type MediatorModifier and TypeMethodDescriptionstatic voidUtils.visitMediator(Mediator node, AbstractMediatorVisitor visitor) Method parameters in org.eclipse.lemminx.customservice.synapse.mediator.schema.generate.visitor with type arguments of type MediatorModifier and TypeMethodDescriptionstatic voidUtils.visitMediators(String projectPath, List<Mediator> mediatorList, MediatorTryoutInfo info, org.eclipse.lsp4j.Position position) static voidUtils.visitMediators(String projectPath, List<Mediator> mediatorList, MediatorTryoutInfo info, org.eclipse.lsp4j.Position position, boolean needRangeCheck) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators that return MediatorModifier and TypeMethodDescriptionprotected abstract MediatorAbstractMediatorFactory.createSpecificMediator(DOMElement element) protected MediatorConnectorFactory.createSpecificMediator(DOMElement element) protected MediatorInvalidMediatorFactory.createSpecificMediator(DOMElement element) protected MediatorSequenceMediatorFactory.createSpecificMediator(DOMElement element) MediatorFactoryFinder.getMediator(DOMNode node) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.advanced
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.advanced that return MediatorModifier and TypeMethodDescriptionprotected MediatorCacheFactory.createSpecificMediator(DOMElement element) protected MediatorCloneFactory.createSpecificMediator(DOMElement element) protected MediatorDataServiceFactory.createSpecificMediator(DOMElement element) protected MediatorDBMediatorFactory.createSpecificMediator(DOMElement element) protected MediatorEnqueueFactory.createSpecificMediator(DOMElement element) protected MediatorEventFactory.createSpecificMediator(DOMElement element) protected MediatorTransactionFactory.createSpecificMediator(DOMElement element) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.ai
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.ai that return MediatorModifier and TypeMethodDescriptionprotected MediatorAIAgentConnectorFactory.createSpecificMediator(DOMElement element) protected MediatorAIChatConnectorFactory.createSpecificMediator(DOMElement element) protected MediatorKnowledgeBaseConnectorFactory.createSpecificMediator(DOMElement element) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.core
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.core that return MediatorModifier and TypeMethodDescriptionprotected MediatorCallFactory.createSpecificMediator(DOMElement element) protected MediatorCallOutFactory.createSpecificMediator(DOMElement element) protected MediatorCallTemplateFactory.createSpecificMediator(DOMElement element) protected MediatorDropFactory.createSpecificMediator(DOMElement element) protected MediatorHeaderFactory.createSpecificMediator(DOMElement element) protected MediatorLogFactory.createSpecificMediator(DOMElement element) protected MediatorLoopbackFactory.createSpecificMediator(DOMElement element) protected MediatorPropertyFactory.createSpecificMediator(DOMElement element) protected MediatorPropertyGroupFactory.createSpecificMediator(DOMElement element) protected MediatorRespondFactory.createSpecificMediator(DOMElement element) protected MediatorSendFactory.createSpecificMediator(DOMElement element) protected MediatorStoreFactory.createSpecificMediator(DOMElement element) protected MediatorThrowErrorFactory.createSpecificMediator(DOMElement element) protected MediatorValidateFactory.createSpecificMediator(DOMElement element) protected MediatorVariableFactory.createSpecificMediator(DOMElement element) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.eip
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.eip that return MediatorModifier and TypeMethodDescriptionprotected MediatorAggregateFactory.createSpecificMediator(DOMElement element) protected MediatorForeachFactory.createSpecificMediator(DOMElement element) protected MediatorIterateFactory.createSpecificMediator(DOMElement element) protected MediatorScatterGatherFactory.createSpecificMediator(DOMElement element) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.extension
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.extension that return MediatorModifier and TypeMethodDescriptionprotected MediatorBeanFactory.createSpecificMediator(DOMElement element) protected MediatorClassFactory.createSpecificMediator(DOMElement element) protected MediatorEjbFactory.createSpecificMediator(DOMElement element) protected MediatorPojoCommandFactory.createSpecificMediator(DOMElement element) protected MediatorScriptFactory.createSpecificMediator(DOMElement element) protected MediatorSpringFactory.createSpecificMediator(DOMElement element) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.filter
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.filter that return MediatorModifier and TypeMethodDescriptionprotected MediatorConditionalRouterFactory.createSpecificMediator(DOMElement element) protected MediatorFilterFactory.createSpecificMediator(DOMElement element) protected MediatorSwitchFactory.createSpecificMediator(DOMElement element) protected MediatorThrottleFactory.createSpecificMediator(DOMElement element) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.other
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.other that return MediatorModifier and TypeMethodDescriptionprotected MediatorBamFactory.createSpecificMediator(DOMElement element) protected MediatorBuilderFactory.createSpecificMediator(DOMElement element) protected MediatorEntitlementFactory.createSpecificMediator(DOMElement element) protected MediatorNtlmFactory.createSpecificMediator(DOMElement element) protected MediatorOauthServiceFactory.createSpecificMediator(DOMElement element) protected MediatorPublishEventFactory.createSpecificMediator(DOMElement element) protected MediatorRuleFactory.createSpecificMediator(DOMElement element) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.transformation
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.transformation that return MediatorModifier and TypeMethodDescriptionprotected MediatorDataMapperFactory.createSpecificMediator(DOMElement element) protected MediatorEnrichFactory.createSpecificMediator(DOMElement element) protected MediatorFastXSLTFactory.createSpecificMediator(DOMElement element) protected MediatorFaultFactory.createSpecificMediator(DOMElement element) protected MediatorJsonTransformFactory.createSpecificMediator(DOMElement element) protected MediatorPayloadFactoryFactory.createSpecificMediator(DOMElement element) protected MediatorRewriteFactory.createSpecificMediator(DOMElement element) protected MediatorSmooksFactory.createSpecificMediator(DOMElement element) protected MediatorXqueryFactory.createSpecificMediator(DOMElement element) protected MediatorXsltFactory.createSpecificMediator(DOMElement element) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo
Subclasses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojoMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo that return types with arguments of type MediatorMethod parameters in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo with type arguments of type MediatorModifier and TypeMethodDescriptionvoidNamedSequence.setMediatorList(List<Mediator> mediatorList) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.connector
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.connector.ai
Modifier and TypeClassDescriptionclassclassclassclassMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.connector.ai that return MediatorMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.connector.ai with parameters of type Mediator -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator that return types with arguments of type MediatorMethod parameters in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator with type arguments of type MediatorModifier and TypeMethodDescriptionvoidSequenceMediator.setMediatorList(List<Mediator> mediatorList) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.advanced
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.advanced.cache
Subclasses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.advanced.cacheMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.advanced.cache that return types with arguments of type MediatorMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.advanced.cache with parameters of type MediatorMethod parameters in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.advanced.cache with type arguments of type MediatorModifier and TypeMethodDescriptionvoidCacheOnCacheHit.setMediatorList(List<Mediator> mediatorList) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.advanced.Clone
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.advanced.DataServiceCall
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.advanced.DbMediator
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.core
Modifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassRepresents a ThrowError mediator in the Synapse configuration.class -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.core.call
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.core.callout
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.core.validate
Subclasses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.core.validateMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.core.validate that return types with arguments of type MediatorMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.core.validate with parameters of type MediatorMethod parameters in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.core.validate with type arguments of type MediatorModifier and TypeMethodDescriptionvoidValidateOnFail.setMediatorList(List<Mediator> mediatorList) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.eip
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.eip.aggregate
Subclasses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.eip.aggregateMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.eip.aggregate that return types with arguments of type MediatorMethod parameters in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.eip.aggregate with type arguments of type MediatorModifier and TypeMethodDescriptionvoidAggregateOnComplete.setMediatorList(List<Mediator> mediatorList) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.extension
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.extension.command
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.extension.ejb
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.filter.condRouter
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.filter.filter
Subclasses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.filter.filterMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.filter.filter that return types with arguments of type MediatorMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.filter.filter with parameters of type MediatorModifier and TypeMethodDescriptionvoidFilterElse.addToMediatorList(Mediator mediator) voidFilterThen.addToMediatorList(Mediator mediator) Method parameters in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.filter.filter with type arguments of type MediatorModifier and TypeMethodDescriptionvoidFilterElse.setMediatorList(List<Mediator> mediatorList) voidFilterThen.setMediatorList(List<Mediator> mediatorList) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.filter.switchMediator
Subclasses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.filter.switchMediatorMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.filter.switchMediator that return types with arguments of type MediatorMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.filter.switchMediator with parameters of type MediatorModifier and TypeMethodDescriptionvoidSwitchCase.addToMediatorList(Mediator mediator) voidSwitchDefault.addToMediatorList(Mediator mediator) Method parameters in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.filter.switchMediator with type arguments of type MediatorModifier and TypeMethodDescriptionvoidSwitchCase.setMediatorList(List<Mediator> mediatorList) voidSwitchDefault.setMediatorList(List<Mediator> mediatorList) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.filter.throttle
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.other
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.other.bam
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.other.builder
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.other.entitlement
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.other.ntlm
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.other.publishEvent
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.other.rule
Subclasses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.other.ruleMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.other.rule that return types with arguments of type MediatorMethod parameters in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.other.rule with type arguments of type MediatorModifier and TypeMethodDescriptionvoidRuleChildMediators.setMediatorList(List<Mediator> mediatorList) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation.enrich
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation.fault
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation.payload
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation.rewrite
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation.smooks
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation.xquery
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation.xslt
-
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.misc.common
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.misc.common that return types with arguments of type MediatorMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.misc.common with parameters of type MediatorMethod parameters in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.misc.common with type arguments of type Mediator -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer
Method parameters in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer with type arguments of type MediatorModifier and TypeMethodDescriptionstatic org.apache.axiom.om.OMElementAnonymousSequenceSerializer.serializeAnonymousSequence(List<Mediator> mediatorList) static org.apache.axiom.om.OMElementAnonymousSequenceSerializer.serializeAnonymousSequence(List<Mediator> mediatorList, org.apache.axiom.om.OMElement parentElt) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator with parameters of type MediatorModifier and TypeMethodDescriptionMediatorSerializerFinder.getSerializer(Mediator mediator) final org.apache.axiom.om.OMElementAbstractMediatorSerializer.serializeMediator(org.apache.axiom.om.OMElement parent, Mediator m) Return the XML representation of this mediatorprotected abstract org.apache.axiom.om.OMElementAbstractMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementCommentMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementConnectorSerializer.serializeSpecificMediator(Mediator m) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.core
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.core with parameters of type MediatorModifier and TypeMethodDescriptionprotected org.apache.axiom.om.OMElementCallMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementCallTemplateMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementDropMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementLogMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementPropertyGroupMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementPropertyMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementRespondMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementSendMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementSequenceMediatorSerializer.serializeSpecificMediator(Mediator m) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.data
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.data with parameters of type MediatorModifier and TypeMethodDescriptionprotected org.apache.axiom.om.OMElementDataServiceCallMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementDBLookupMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementDBReportMediatorSerializer.serializeSpecificMediator(Mediator m) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.extension
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.extension with parameters of type MediatorModifier and TypeMethodDescriptionprotected org.apache.axiom.om.OMElementClassMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementScriptMediatorSerializer.serializeSpecificMediator(Mediator m) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.flowControl
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.flowControl with parameters of type MediatorModifier and TypeMethodDescriptionprotected org.apache.axiom.om.OMElementAggregateMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementCloneMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementFilterMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementForeachMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementIterateMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementSwitchMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementValidateMediatorSerializer.serializeSpecificMediator(Mediator m) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.other
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.other with parameters of type MediatorModifier and TypeMethodDescriptionprotected org.apache.axiom.om.OMElementLoopbackMediatorSerializer.serializeSpecificMediator(Mediator m) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.qos
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.qos with parameters of type MediatorModifier and TypeMethodDescriptionprotected org.apache.axiom.om.OMElementCacheMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementEntitlementMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementNTLMMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementOauthMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementThrottleMediatorSerializer.serializeSpecificMediator(Mediator m) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.transformation
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer.mediator.transformation with parameters of type MediatorModifier and TypeMethodDescriptionprotected org.apache.axiom.om.OMElementDatamapperMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementEnrichMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementFaultMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementHeaderMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementJsonTransformMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementPayloadFactoryMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementStoreMediatorSerializer.serializeSpecificMediator(Mediator m) protected org.apache.axiom.om.OMElementXsltMediatorSerializer.serializeSpecificMediator(Mediator m) -
Uses of Mediator in org.eclipse.lemminx.customservice.synapse.syntaxTree.utils
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.utils that return MediatorMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.utils that return types with arguments of type Mediator