Uses of Class
org.apache.synapse.util.xpath.SynapseXPath
-
Packages that use SynapseXPath Package Description org.apache.synapse.config.xml Factories and serializers for XML based configuration.org.apache.synapse.endpoints org.apache.synapse.eventing.filters org.apache.synapse.mediators.builtin org.apache.synapse.mediators.eip org.apache.synapse.mediators.ext org.apache.synapse.mediators.transform org.apache.synapse.mediators.transform.url org.apache.synapse.util.xpath Support for XPath expressions with Synapse specific extensions. -
-
Uses of SynapseXPath in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return SynapseXPath Modifier and Type Method Description SynapseXPathValueFactory. createSynXpath(org.apache.axiom.om.OMElement elem, String key)Create synapse xpath expression {} type user input is used to create real xpath expressionstatic SynapseXPathSynapseXPathFactory. getSynapseXPath(org.apache.axiom.om.OMElement elem, String expression)static SynapseXPathSynapseXPathFactory. getSynapseXPath(org.apache.axiom.om.OMElement elem, QName attribName)Methods in org.apache.synapse.config.xml with parameters of type SynapseXPath Modifier and Type Method Description static org.apache.axiom.om.OMElementSynapseXPathSerializer. serializeTextXPath(SynapseXPath xpath, String expression, org.apache.axiom.om.OMElement elem, String attribName)static org.apache.axiom.om.OMElementSynapseXPathSerializer. serializeXPath(SynapseXPath xpath, String expression, org.apache.axiom.om.OMElement elem, String attribName)static org.apache.axiom.om.OMElementSynapseXPathSerializer. serializeXPath(SynapseXPath xpath, org.apache.axiom.om.OMElement elem, String attribName) -
Uses of SynapseXPath in org.apache.synapse.endpoints
Methods in org.apache.synapse.endpoints that return SynapseXPath Modifier and Type Method Description SynapseXPathHTTPEndpoint. getHttpMethodExpression()SynapseXPathResolvingEndpoint. getKeyExpression()Methods in org.apache.synapse.endpoints with parameters of type SynapseXPath Modifier and Type Method Description voidHTTPEndpoint. setHttpMethodExpression(SynapseXPath httpMethodExpression)voidResolvingEndpoint. setKeyExpression(SynapseXPath keyExpression) -
Uses of SynapseXPath in org.apache.synapse.eventing.filters
Methods in org.apache.synapse.eventing.filters that return SynapseXPath Modifier and Type Method Description SynapseXPathXPathBasedEventFilter. getSourceXpath()Methods in org.apache.synapse.eventing.filters with parameters of type SynapseXPath Modifier and Type Method Description voidTopicBasedEventFilter. setSourceXpath(SynapseXPath sourceXpath)voidXPathBasedEventFilter. setSourceXpath(SynapseXPath sourceXpath) -
Uses of SynapseXPath in org.apache.synapse.mediators.builtin
Methods in org.apache.synapse.mediators.builtin that return SynapseXPath Modifier and Type Method Description SynapseXPathCalloutMediator. getRequestXPath()SynapseXPathCalloutMediator. getTargetXPath()Methods in org.apache.synapse.mediators.builtin with parameters of type SynapseXPath Modifier and Type Method Description voidCalloutMediator. setRequestXPath(SynapseXPath requestXPath)voidCalloutMediator. setTargetXPath(SynapseXPath targetXPath) -
Uses of SynapseXPath in org.apache.synapse.mediators.eip
Methods in org.apache.synapse.mediators.eip with parameters of type SynapseXPath Modifier and Type Method Description static voidEIPUtils. enrichEnvelope(org.apache.axiom.soap.SOAPEnvelope envelope, org.apache.axiom.soap.SOAPEnvelope enricher, MessageContext synCtxt, SynapseXPath expression)Merge two SOAP envelopes using the given XPath expression that specifies the element that enriches the first envelope from the secondstatic voidEIPUtils. enrichEnvelope(org.apache.axiom.soap.SOAPEnvelope envelope, MessageContext synCtxt, SynapseXPath expression)Modifies the envelope based on the provided XPath expression element that enriches the first envelope from the secondstatic List<org.apache.axiom.om.OMNode>EIPUtils. getDetachedMatchingElements(org.apache.axiom.soap.SOAPEnvelope envelope, MessageContext synCtxt, SynapseXPath expression)Return the set of detached elements specified by the XPath over the given envelopestatic ListEIPUtils. getMatchingElements(org.apache.axiom.soap.SOAPEnvelope envelope, MessageContext synCtxt, SynapseXPath expression)Return the set of elements specified by the XPath over the given envelopestatic ListEIPUtils. getMatchingElements(org.apache.axiom.soap.SOAPEnvelope envelope, SynapseXPath expression)Return the set of elements specified by the XPath over the given envelope -
Uses of SynapseXPath in org.apache.synapse.mediators.ext
Fields in org.apache.synapse.mediators.ext with type parameters of type SynapseXPath Modifier and Type Field Description protected Map<Field,SynapseXPath>AnnotatedCommandMediator. afterFieldsprotected Map<Method,SynapseXPath>AnnotatedCommandMediator. afterMethodsprotected Map<Field,SynapseXPath>AnnotatedCommandMediator. beforeFieldsprotected Map<Method,SynapseXPath>AnnotatedCommandMediator. beforeMethodsMethods in org.apache.synapse.mediators.ext that return SynapseXPath Modifier and Type Method Description protected SynapseXPathAnnotatedCommandMediator. createSynapseXPATH(String xpath, Namespaces nsAnnotation)Create an SynapseXPath from an xpath stringMethods in org.apache.synapse.mediators.ext that return types with arguments of type SynapseXPath Modifier and Type Method Description Map<String,SynapseXPath>POJOCommandMediator. getMessageGetterProperties()Map<String,SynapseXPath>POJOCommandMediator. getMessageSetterProperties()Methods in org.apache.synapse.mediators.ext with parameters of type SynapseXPath Modifier and Type Method Description voidPOJOCommandMediator. addMessageGetterProperty(String name, SynapseXPath xpath)voidPOJOCommandMediator. addMessageSetterProperty(String name, SynapseXPath xpath) -
Uses of SynapseXPath in org.apache.synapse.mediators.transform
Methods in org.apache.synapse.mediators.transform that return SynapseXPath Modifier and Type Method Description SynapseXPathFaultMediator. getFaultCodeExpr()SynapseXPathFaultMediator. getFaultDetailExpr()SynapseXPathFaultMediator. getFaultReasonExpr()SynapseXPathXSLTMediator. getSource()Methods in org.apache.synapse.mediators.transform with parameters of type SynapseXPath Modifier and Type Method Description voidFaultMediator. setFaultCodeExpr(SynapseXPath faultCodeExpr)voidFaultMediator. setFaultDetailExpr(SynapseXPath faultDetailExpr)voidFaultMediator. setFaultReasonExpr(SynapseXPath faultReasonExpr)voidXSLTMediator. setSource(SynapseXPath source) -
Uses of SynapseXPath in org.apache.synapse.mediators.transform.url
Methods in org.apache.synapse.mediators.transform.url that return SynapseXPath Modifier and Type Method Description SynapseXPathRewriteAction. getXpath()Methods in org.apache.synapse.mediators.transform.url with parameters of type SynapseXPath Modifier and Type Method Description voidRewriteAction. setXpath(SynapseXPath xpath) -
Uses of SynapseXPath in org.apache.synapse.util.xpath
Methods in org.apache.synapse.util.xpath that return SynapseXPath Modifier and Type Method Description SynapseXPathSourceXPathSupport. getXPath()Get the XPath expression.static SynapseXPathSynapseXPath. parseXPathString(String xPathStr)Methods in org.apache.synapse.util.xpath with parameters of type SynapseXPath Modifier and Type Method Description voidSourceXPathSupport. setXPath(SynapseXPath xpath)Set the XPath expression.
-