|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.synapse.util.xpath.SynapseXPathVariableContext
public class SynapseXPathVariableContext
Jaxen variable context for the XPath variables implicitly exposed by Synapse. It exposes the following variables:
| Constructor Summary | |
|---|---|
SynapseXPathVariableContext(VariableContext parent,
MessageContext synCtx)
Initializes the SynapseVariableContext with the specified context |
|
SynapseXPathVariableContext(VariableContext parent,
MessageContext synCtx,
SOAPEnvelope env)
Initializes the SynapseVariableContext with the specified envelope |
|
SynapseXPathVariableContext(VariableContext parent,
SOAPEnvelope env)
Initializes the SynapseVariableContext with the specified envelope |
|
| Method Summary | |
|---|---|
Object |
getVariableValue(String namespaceURI,
String prefix,
String localName)
Gets the variable values resolved from the context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SynapseXPathVariableContext(VariableContext parent,
MessageContext synCtx)
Initializes the SynapseVariableContext with the specified context
parent - the parent variable contextsynCtx - context to be initialized for the variable resolution
public SynapseXPathVariableContext(VariableContext parent,
SOAPEnvelope env)
Initializes the SynapseVariableContext with the specified envelope
parent - the parent variable contextenv - envelope to be initialized for the variable resolution
public SynapseXPathVariableContext(VariableContext parent,
MessageContext synCtx,
SOAPEnvelope env)
Initializes the SynapseVariableContext with the specified envelope
parent - the parent variable contextsynCtx - Synapse Message context to be initialized for the variable resolutionenv - envelope to be initialized for the variable resolution| Method Detail |
|---|
public Object getVariableValue(String namespaceURI,
String prefix,
String localName)
throws UnresolvableException
getVariableValue in interface VariableContextnamespaceURI - namespaces for the variable resolutionprefix - string prefix for the variable resolutionlocalName - string local name for the variable resolution
UnresolvableException - if the variable specified does not found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||