public class RewriteInterceptor extends AbstractInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
RewriteInterceptor.Mapping |
static class |
RewriteInterceptor.Type |
Interceptor.FlowELEMENT_NAME, id, namerouter| Constructor and Description |
|---|
RewriteInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHelpId() |
String |
getLongDescription() |
List<RewriteInterceptor.Mapping> |
getMappings() |
String |
getShortDescription() |
Outcome |
handleRequest(Exchange exc) |
protected void |
parseChildren(XMLStreamReader token,
String child) |
void |
setMappings(List<RewriteInterceptor.Mapping> mappings) |
protected void |
writeInterceptor(XMLStreamWriter out) |
getDisplayName, getElementName, getFlow, getId, handleResponse, parseAttributes, setDisplayName, setFlow, setId, writegetRouter, setRouterdoAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseCharacters, toXml, writeIfNotNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRouter, setRouterparsepublic Outcome handleRequest(Exchange exc) throws Exception
handleRequest in interface InterceptorhandleRequest in class AbstractInterceptorExceptionpublic List<RewriteInterceptor.Mapping> getMappings()
public void setMappings(List<RewriteInterceptor.Mapping> mappings)
protected void writeInterceptor(XMLStreamWriter out) throws XMLStreamException
writeInterceptor in class AbstractInterceptorXMLStreamExceptionprotected void parseChildren(XMLStreamReader token, String child) throws Exception
parseChildren in class AbstractXmlElementExceptionpublic String getHelpId()
getHelpId in interface InterceptorgetHelpId in class AbstractInterceptorpublic String getShortDescription()
getShortDescription in interface InterceptorgetShortDescription in class AbstractInterceptorpublic String getLongDescription()
getLongDescription in interface InterceptorgetLongDescription in class AbstractInterceptorCopyright © 2012. All Rights Reserved.