Uses of Class
org.apache.synapse.config.xml.SynapsePath
-
Packages that use SynapsePath Package Description org.apache.synapse.config.xml Factories and serializers for XML based configuration.org.apache.synapse.endpoints org.apache.synapse.mediators org.apache.synapse.mediators.builtin org.apache.synapse.mediators.db org.apache.synapse.mediators.eip.aggregator org.apache.synapse.mediators.eip.splitter org.apache.synapse.mediators.elementary org.apache.synapse.mediators.filters org.apache.synapse.mediators.store org.apache.synapse.mediators.transform org.apache.synapse.util.xpath Support for XPath expressions with Synapse specific extensions. -
-
Uses of SynapsePath in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return SynapsePath Modifier and Type Method Description static SynapsePathSynapsePathFactory. getSynapsePath(org.apache.axiom.om.OMElement elem, String expression)static SynapsePathSynapsePathFactory. getSynapsePath(org.apache.axiom.om.OMElement elem, QName attribName)static SynapsePathSynapsePathFactory. getSynapsePathfromExpression(org.apache.axiom.om.OMElement elem, String expression)Methods in org.apache.synapse.config.xml with parameters of type SynapsePath Modifier and Type Method Description static org.apache.axiom.om.OMElementSynapsePathSerializer. serializePath(SynapsePath path, String expression, org.apache.axiom.om.OMElement elem, String attribName)static org.apache.axiom.om.OMElementSynapsePathSerializer. serializePath(SynapsePath path, org.apache.axiom.om.OMElement elem, String attribName)static org.apache.axiom.om.OMElementSynapsePathSerializer. serializePathWithBraces(SynapsePath path, org.apache.axiom.om.OMElement elem, String attribName)static org.apache.axiom.om.OMElementSynapsePathSerializer. serializeTextPath(SynapsePath path, String expression, org.apache.axiom.om.OMElement elem, String attribName) -
Uses of SynapsePath in org.apache.synapse.endpoints
Methods in org.apache.synapse.endpoints that return SynapsePath Modifier and Type Method Description SynapsePathEndpointDefinition. getDynamicPolicy()GET expression to evaluate dynamic ws policySynapsePathEndpointDefinition. getDynamicTimeoutExpression()Methods in org.apache.synapse.endpoints with parameters of type SynapsePath Modifier and Type Method Description voidEndpointDefinition. setDynamicPolicy(SynapsePath dynamicPolicy)Set expression to evaluate dynamic ws policyvoidEndpointDefinition. setDynamicTimeoutExpression(SynapsePath expression) -
Uses of SynapsePath in org.apache.synapse.mediators
Methods in org.apache.synapse.mediators that return SynapsePath Modifier and Type Method Description SynapsePathMediatorProperty. getExpression()SynapsePathValue. getExpression()Retrieving dynamic keyMethods in org.apache.synapse.mediators with parameters of type SynapsePath Modifier and Type Method Description voidMediatorProperty. setExpression(SynapsePath expression)Constructors in org.apache.synapse.mediators with parameters of type SynapsePath Constructor Description Value(SynapsePath expression)Create a key instance using a dynamic key (Xpath or JsonPath Expression) -
Uses of SynapsePath in org.apache.synapse.mediators.builtin
Methods in org.apache.synapse.mediators.builtin that return SynapsePath Modifier and Type Method Description SynapsePathForEachMediator. getExpression()SynapsePathPropertyMediator. getExpression()SynapsePathValidateMediator. getSource()Get the source XPath which yields the source element for validationMethods in org.apache.synapse.mediators.builtin with parameters of type SynapsePath Modifier and Type Method Description voidForEachMediator. setExpression(SynapsePath expression)voidPropertyMediator. setExpression(SynapsePath expression)voidPropertyMediator. setExpression(SynapsePath expression, String type)voidValidateMediator. setSource(SynapsePath source)Set the given XPath as the source XPath -
Uses of SynapsePath in org.apache.synapse.mediators.db
Methods in org.apache.synapse.mediators.db that return SynapsePath Modifier and Type Method Description SynapsePathStatement.Parameter. getPath()Methods in org.apache.synapse.mediators.db with parameters of type SynapsePath Modifier and Type Method Description voidStatement. addParameter(String propertyName, SynapsePath path, String type) -
Uses of SynapsePath in org.apache.synapse.mediators.eip.aggregator
Methods in org.apache.synapse.mediators.eip.aggregator that return SynapsePath Modifier and Type Method Description SynapsePathAggregateMediator. getAggregationExpression()SynapsePathAggregateMediator. getCorrelateExpression()Methods in org.apache.synapse.mediators.eip.aggregator with parameters of type SynapsePath Modifier and Type Method Description voidAggregateMediator. setAggregationExpression(SynapsePath aggregationExpression)voidAggregateMediator. setCorrelateExpression(SynapsePath correlateExpression) -
Uses of SynapsePath in org.apache.synapse.mediators.eip.splitter
Methods in org.apache.synapse.mediators.eip.splitter that return SynapsePath Modifier and Type Method Description SynapsePathIterateMediator. getAttachPath()SynapsePathIterateMediator. getExpression()Methods in org.apache.synapse.mediators.eip.splitter with parameters of type SynapsePath Modifier and Type Method Description voidIterateMediator. setAttachPath(SynapsePath attachPath)voidIterateMediator. setExpression(SynapsePath expression) -
Uses of SynapsePath in org.apache.synapse.mediators.elementary
Methods in org.apache.synapse.mediators.elementary that return SynapsePath Modifier and Type Method Description SynapsePathSource. getXpath()SynapsePathTarget. getXpath()Methods in org.apache.synapse.mediators.elementary with parameters of type SynapsePath Modifier and Type Method Description voidTarget. removeJsonFromBody(MessageContext synCtx, SynapsePath jsonPath)This method will remove all the matching elements of the given jsonPath from the JSON payload in the msg context.voidTarget. removeJsonFromProperty(MessageContext synCtx, String property, SynapsePath jsonPath)This method will remove all the matching elements of the given jsonPath from the JSON payload in the property and set the result back to the same property.voidSource. setXpath(SynapsePath xpath)voidTarget. setXpath(SynapsePath xpath) -
Uses of SynapsePath in org.apache.synapse.mediators.filters
Methods in org.apache.synapse.mediators.filters that return SynapsePath Modifier and Type Method Description SynapsePathFilterMediator. getSource()SynapsePathSwitchMediator. getSource()Return the source Path expression setSynapsePathFilterMediator. getXpath()Methods in org.apache.synapse.mediators.filters with parameters of type SynapsePath Modifier and Type Method Description voidFilterMediator. setSource(SynapsePath source)voidSwitchMediator. setSource(SynapsePath source)Sets the source Path expressionvoidFilterMediator. setXpath(SynapsePath xpath) -
Uses of SynapsePath in org.apache.synapse.mediators.store
Methods in org.apache.synapse.mediators.store that return SynapsePath Modifier and Type Method Description SynapsePathMessageStoreMediator. getMessageStoreExp()Methods in org.apache.synapse.mediators.store with parameters of type SynapsePath Modifier and Type Method Description voidMessageStoreMediator. setMessageStoreExp(SynapsePath messageStoreExp) -
Uses of SynapsePath in org.apache.synapse.mediators.transform
Methods in org.apache.synapse.mediators.transform that return SynapsePath Modifier and Type Method Description SynapsePathArgument. getExpression()SynapsePathHeaderMediator. getExpression()Methods in org.apache.synapse.mediators.transform with parameters of type SynapsePath Modifier and Type Method Description voidArgument. setExpression(SynapsePath expression)voidHeaderMediator. setExpression(SynapsePath expression) -
Uses of SynapsePath in org.apache.synapse.util.xpath
Subclasses of SynapsePath in org.apache.synapse.util.xpath Modifier and Type Class Description classSynapseJsonPathclassSynapseXPathXPath that has been used inside Synapse xpath processing.
-