public class Source extends Object
Constructor and Description |
---|
Source() |
Modifier and Type | Method and Description |
---|---|
ArrayList<org.apache.axiom.om.OMNode> |
evaluate(MessageContext synCtx,
SynapseLog synLog) |
String |
getInlineKey() |
org.apache.axiom.om.OMNode |
getInlineOMNode() |
String |
getProperty() |
int |
getSourceType() |
SynapseXPath |
getXpath() |
boolean |
isClone() |
void |
setClone(boolean clone) |
void |
setInlineKey(String inlineKey) |
void |
setInlineOMNode(org.apache.axiom.om.OMNode inlineOMNode) |
void |
setProperty(String property) |
void |
setSourceType(int sourceType) |
void |
setXpath(SynapseXPath xpath) |
public ArrayList<org.apache.axiom.om.OMNode> evaluate(MessageContext synCtx, SynapseLog synLog) throws org.jaxen.JaxenException
org.jaxen.JaxenException
public SynapseXPath getXpath()
public void setXpath(SynapseXPath xpath)
public int getSourceType()
public void setSourceType(int sourceType)
public String getProperty()
public void setProperty(String property)
public boolean isClone()
public void setClone(boolean clone)
public void setInlineOMNode(org.apache.axiom.om.OMNode inlineOMNode)
public org.apache.axiom.om.OMNode getInlineOMNode()
public String getInlineKey()
public void setInlineKey(String inlineKey)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.