public class RewriteAction extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_APPEND |
static int |
ACTION_PREPEND |
static int |
ACTION_REMOVE |
static int |
ACTION_REPLACE |
static int |
ACTION_SET |
Constructor and Description |
---|
RewriteAction() |
Modifier and Type | Method and Description |
---|---|
void |
execute(URIFragments fragments,
MessageContext messageContext) |
int |
getActionType() |
int |
getFragmentIndex() |
String |
getRegex() |
String |
getValue() |
SynapseXPath |
getXpath() |
void |
setActionType(int actionType) |
void |
setFragmentIndex(int fragmentIndex) |
void |
setRegex(String regex) |
void |
setValue(String value) |
void |
setXpath(SynapseXPath xpath) |
public static final int ACTION_SET
public static final int ACTION_APPEND
public static final int ACTION_PREPEND
public static final int ACTION_REPLACE
public static final int ACTION_REMOVE
public void execute(URIFragments fragments, MessageContext messageContext) throws URISyntaxException
URISyntaxException
public int getFragmentIndex()
public void setFragmentIndex(int fragmentIndex)
public String getValue()
public void setValue(String value)
public SynapseXPath getXpath()
public void setXpath(SynapseXPath xpath)
public String getRegex()
public void setRegex(String regex)
public int getActionType()
public void setActionType(int actionType)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.