|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SynapseXPath | |
|---|---|
| org.apache.synapse.config.xml | Factories and serializers for XML based configuration. |
| org.apache.synapse.endpoints | |
| org.apache.synapse.eventing.filters | |
| org.apache.synapse.experimental | |
| org.apache.synapse.mediators | |
| org.apache.synapse.mediators.builtin | |
| org.apache.synapse.mediators.db | |
| org.apache.synapse.mediators.eip | |
| org.apache.synapse.mediators.eip.aggregator | |
| org.apache.synapse.mediators.eip.splitter | |
| org.apache.synapse.mediators.elementary | |
| org.apache.synapse.mediators.ext | |
| org.apache.synapse.mediators.filters | |
| org.apache.synapse.mediators.transform | |
| org.apache.synapse.mediators.transform.url | |
| org.apache.synapse.mediators.xquery | |
| 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 | |
|---|---|
SynapseXPath |
ValueFactory.createSynXpath(OMElement elem,
String key)
Create synapse xpath expression {} type user input is used to create real xpath expression |
static SynapseXPath |
SynapseXPathFactory.getSynapseXPath(OMElement elem,
QName attribName)
|
static SynapseXPath |
SynapseXPathFactory.getSynapseXPath(OMElement elem,
String expression)
|
| Methods in org.apache.synapse.config.xml with parameters of type SynapseXPath | |
|---|---|
static OMElement |
SynapseXPathSerializer.serializeXPath(SynapseXPath xpath,
OMElement elem,
String attribName)
|
static OMElement |
SynapseXPathSerializer.serializeXPath(SynapseXPath xpath,
String expression,
OMElement elem,
String attribName)
|
| Uses of SynapseXPath in org.apache.synapse.endpoints |
|---|
| Methods in org.apache.synapse.endpoints that return SynapseXPath | |
|---|---|
SynapseXPath |
ResolvingEndpoint.getKeyExpression()
|
| Methods in org.apache.synapse.endpoints with parameters of type SynapseXPath | |
|---|---|
void |
ResolvingEndpoint.setKeyExpression(SynapseXPath keyExpression)
|
| Uses of SynapseXPath in org.apache.synapse.eventing.filters |
|---|
| Methods in org.apache.synapse.eventing.filters that return SynapseXPath | |
|---|---|
SynapseXPath |
XPathBasedEventFilter.getSourceXpath()
|
| Methods in org.apache.synapse.eventing.filters with parameters of type SynapseXPath | |
|---|---|
void |
TopicBasedEventFilter.setSourceXpath(SynapseXPath sourceXpath)
|
void |
XPathBasedEventFilter.setSourceXpath(SynapseXPath sourceXpath)
|
| Uses of SynapseXPath in org.apache.synapse.experimental |
|---|
| Methods in org.apache.synapse.experimental that return SynapseXPath | |
|---|---|
SynapseXPath |
DetachMediator.getSource()
|
SynapseXPath |
ReplaceMediator.getTarget()
|
| Methods in org.apache.synapse.experimental with parameters of type SynapseXPath | |
|---|---|
void |
DetachMediator.setSource(SynapseXPath source)
|
void |
ReplaceMediator.setTarget(SynapseXPath source)
|
| Uses of SynapseXPath in org.apache.synapse.mediators |
|---|
| Methods in org.apache.synapse.mediators that return SynapseXPath | |
|---|---|
SynapseXPath |
MediatorProperty.getExpression()
|
SynapseXPath |
Value.getExpression()
Retrieving dynamic key |
| Methods in org.apache.synapse.mediators with parameters of type SynapseXPath | |
|---|---|
void |
MediatorProperty.setExpression(SynapseXPath expression)
|
| Constructors in org.apache.synapse.mediators with parameters of type SynapseXPath | |
|---|---|
Value(SynapseXPath expression)
Create a key instance using a dynamic key (Xpath Expression) |
|
| Uses of SynapseXPath in org.apache.synapse.mediators.builtin |
|---|
| Methods in org.apache.synapse.mediators.builtin that return SynapseXPath | |
|---|---|
SynapseXPath |
RMSequenceMediator.getCorrelation()
|
SynapseXPath |
PropertyMediator.getExpression()
|
SynapseXPath |
RMSequenceMediator.getLastMessage()
|
SynapseXPath |
CalloutMediator.getRequestXPath()
|
SynapseXPath |
ValidateMediator.getSource()
Get the source XPath which yields the source element for validation |
SynapseXPath |
CalloutMediator.getTargetXPath()
|
| Methods in org.apache.synapse.mediators.builtin with parameters of type SynapseXPath | |
|---|---|
void |
RMSequenceMediator.setCorrelation(SynapseXPath correlation)
|
void |
PropertyMediator.setExpression(SynapseXPath expression)
|
void |
PropertyMediator.setExpression(SynapseXPath expression,
String type)
|
void |
RMSequenceMediator.setLastMessage(SynapseXPath lastMessage)
|
void |
CalloutMediator.setRequestXPath(SynapseXPath requestXPath)
|
void |
ValidateMediator.setSource(SynapseXPath source)
Set the given XPath as the source XPath |
void |
CalloutMediator.setTargetXPath(SynapseXPath targetXPath)
|
| Uses of SynapseXPath in org.apache.synapse.mediators.db |
|---|
| Methods in org.apache.synapse.mediators.db that return SynapseXPath | |
|---|---|
SynapseXPath |
Statement.Parameter.getXpath()
|
| Methods in org.apache.synapse.mediators.db with parameters of type SynapseXPath | |
|---|---|
void |
Statement.addParameter(String propertyName,
SynapseXPath xpath,
String type)
|
| Uses of SynapseXPath in org.apache.synapse.mediators.eip |
|---|
| Methods in org.apache.synapse.mediators.eip with parameters of type SynapseXPath | |
|---|---|
static void |
EIPUtils.enrichEnvelope(SOAPEnvelope envelope,
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 second |
static List<OMNode> |
EIPUtils.getDetachedMatchingElements(SOAPEnvelope envelope,
MessageContext synCtxt,
SynapseXPath expression)
Return the set of detached elements specified by the XPath over the given envelope |
static List |
EIPUtils.getMatchingElements(SOAPEnvelope envelope,
MessageContext synCtxt,
SynapseXPath expression)
Return the set of elements specified by the XPath over the given envelope |
static List |
EIPUtils.getMatchingElements(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.eip.aggregator |
|---|
| Methods in org.apache.synapse.mediators.eip.aggregator that return SynapseXPath | |
|---|---|
SynapseXPath |
AggregateMediator.getAggregationExpression()
|
SynapseXPath |
AggregateMediator.getCorrelateExpression()
|
| Methods in org.apache.synapse.mediators.eip.aggregator with parameters of type SynapseXPath | |
|---|---|
void |
AggregateMediator.setAggregationExpression(SynapseXPath aggregationExpression)
|
void |
AggregateMediator.setCorrelateExpression(SynapseXPath correlateExpression)
|
| Uses of SynapseXPath in org.apache.synapse.mediators.eip.splitter |
|---|
| Methods in org.apache.synapse.mediators.eip.splitter that return SynapseXPath | |
|---|---|
SynapseXPath |
IterateMediator.getAttachPath()
|
SynapseXPath |
IterateMediator.getExpression()
|
| Methods in org.apache.synapse.mediators.eip.splitter with parameters of type SynapseXPath | |
|---|---|
void |
IterateMediator.setAttachPath(SynapseXPath attachPath)
|
void |
IterateMediator.setExpression(SynapseXPath expression)
|
| Uses of SynapseXPath in org.apache.synapse.mediators.elementary |
|---|
| Methods in org.apache.synapse.mediators.elementary that return SynapseXPath | |
|---|---|
SynapseXPath |
Source.getXpath()
|
SynapseXPath |
Target.getXpath()
|
| Methods in org.apache.synapse.mediators.elementary with parameters of type SynapseXPath | |
|---|---|
void |
Source.setXpath(SynapseXPath xpath)
|
void |
Target.setXpath(SynapseXPath xpath)
|
| Uses of SynapseXPath in org.apache.synapse.mediators.ext |
|---|
| Fields in org.apache.synapse.mediators.ext with type parameters of type SynapseXPath | |
|---|---|
protected Map<Field,SynapseXPath> |
AnnotatedCommandMediator.afterFields
|
protected Map<Method,SynapseXPath> |
AnnotatedCommandMediator.afterMethods
|
protected Map<Field,SynapseXPath> |
AnnotatedCommandMediator.beforeFields
|
protected Map<Method,SynapseXPath> |
AnnotatedCommandMediator.beforeMethods
|
| Methods in org.apache.synapse.mediators.ext that return SynapseXPath | |
|---|---|
protected SynapseXPath |
AnnotatedCommandMediator.createSynapseXPATH(String xpath,
Namespaces nsAnnotation)
Create an SynapseXPath from an xpath string |
| Methods in org.apache.synapse.mediators.ext that return types with arguments of type SynapseXPath | |
|---|---|
Map<String,SynapseXPath> |
POJOCommandMediator.getMessageGetterProperties()
|
Map<String,SynapseXPath> |
POJOCommandMediator.getMessageSetterProperties()
|
| Methods in org.apache.synapse.mediators.ext with parameters of type SynapseXPath | |
|---|---|
void |
POJOCommandMediator.addMessageGetterProperty(String name,
SynapseXPath xpath)
|
void |
POJOCommandMediator.addMessageSetterProperty(String name,
SynapseXPath xpath)
|
| Uses of SynapseXPath in org.apache.synapse.mediators.filters |
|---|
| Methods in org.apache.synapse.mediators.filters that return SynapseXPath | |
|---|---|
SynapseXPath |
FilterMediator.getSource()
|
SynapseXPath |
SwitchMediator.getSource()
Return the source XPath expression set |
SynapseXPath |
FilterMediator.getXpath()
|
| Methods in org.apache.synapse.mediators.filters with parameters of type SynapseXPath | |
|---|---|
void |
FilterMediator.setSource(SynapseXPath source)
|
void |
SwitchMediator.setSource(SynapseXPath source)
Sets the source XPath expression |
void |
FilterMediator.setXpath(SynapseXPath xpath)
|
| Uses of SynapseXPath in org.apache.synapse.mediators.transform |
|---|
| Methods in org.apache.synapse.mediators.transform that return SynapseXPath | |
|---|---|
SynapseXPath |
HeaderMediator.getExpression()
|
SynapseXPath |
PayloadFactoryMediator.Argument.getExpression()
|
SynapseXPath |
FaultMediator.getFaultCodeExpr()
|
SynapseXPath |
FaultMediator.getFaultDetailExpr()
|
SynapseXPath |
FaultMediator.getFaultReasonExpr()
|
SynapseXPath |
XSLTMediator.getSource()
|
| Methods in org.apache.synapse.mediators.transform with parameters of type SynapseXPath | |
|---|---|
void |
HeaderMediator.setExpression(SynapseXPath expression)
|
void |
PayloadFactoryMediator.Argument.setExpression(SynapseXPath expression)
|
void |
FaultMediator.setFaultCodeExpr(SynapseXPath faultCodeExpr)
|
void |
FaultMediator.setFaultDetailExpr(SynapseXPath faultDetailExpr)
|
void |
FaultMediator.setFaultReasonExpr(SynapseXPath faultReasonExpr)
|
void |
XSLTMediator.setSource(SynapseXPath source)
|
| Uses of SynapseXPath in org.apache.synapse.mediators.transform.url |
|---|
| Methods in org.apache.synapse.mediators.transform.url that return SynapseXPath | |
|---|---|
SynapseXPath |
RewriteAction.getXpath()
|
| Methods in org.apache.synapse.mediators.transform.url with parameters of type SynapseXPath | |
|---|---|
void |
RewriteAction.setXpath(SynapseXPath xpath)
|
| Uses of SynapseXPath in org.apache.synapse.mediators.xquery |
|---|
| Methods in org.apache.synapse.mediators.xquery that return SynapseXPath | |
|---|---|
SynapseXPath |
MediatorCustomVariable.getExpression()
|
SynapseXPath |
XQueryMediator.getTarget()
|
| Methods in org.apache.synapse.mediators.xquery with parameters of type SynapseXPath | |
|---|---|
void |
MediatorCustomVariable.setExpression(SynapseXPath expression)
|
void |
XQueryMediator.setTarget(SynapseXPath source)
|
| Uses of SynapseXPath in org.apache.synapse.util.xpath |
|---|
| Methods in org.apache.synapse.util.xpath that return SynapseXPath | |
|---|---|
SynapseXPath |
SourceXPathSupport.getXPath()
Get the XPath expression. |
static SynapseXPath |
SynapseXPath.parseXPathString(String xPathStr)
|
| Methods in org.apache.synapse.util.xpath with parameters of type SynapseXPath | |
|---|---|
void |
SourceXPathSupport.setXPath(SynapseXPath xpath)
Set the XPath expression. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||