public class RewriteAction
extends java.lang.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() |
java.lang.String |
getRegex() |
java.lang.String |
getValue() |
SynapseXPath |
getXpath() |
void |
setActionType(int actionType) |
void |
setFragmentIndex(int fragmentIndex) |
void |
setRegex(java.lang.String regex) |
void |
setValue(java.lang.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 java.net.URISyntaxException
java.net.URISyntaxException
public int getFragmentIndex()
public void setFragmentIndex(int fragmentIndex)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public SynapseXPath getXpath()
public void setXpath(SynapseXPath xpath)
public java.lang.String getRegex()
public void setRegex(java.lang.String regex)
public int getActionType()
public void setActionType(int actionType)
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.