public class XSLTInterceptor extends AbstractInterceptor
The transform feature applies an XSLT transformation to the content in the body of a message. After the transformation the body content is replaced with the result of the transformation.
Interceptor.Flowid, name, router| Constructor and Description |
|---|
XSLTInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLongDescription() |
String |
getShortDescription() |
String |
getXslt() |
Outcome |
handleRequest(Exchange exc) |
Outcome |
handleResponse(Exchange exc) |
void |
init()
Called after parsing is complete and this has been added to the object tree (whose root is Router).
|
void |
setXslt(String xslt) |
getDisplayName, getFlow, getHelpId, getId, getRouter, getRule, handleAbort, init, setDisplayName, setFlow, setIdpublic Outcome handleRequest(Exchange exc) throws Exception
handleRequest in interface InterceptorhandleRequest in class AbstractInterceptorExceptionpublic Outcome handleResponse(Exchange exc) throws Exception
handleResponse in interface InterceptorhandleResponse in class AbstractInterceptorExceptionpublic void init()
throws Exception
AbstractInterceptorinit in class AbstractInterceptorExceptionpublic String getXslt()
public void setXslt(String xslt)
public String getShortDescription()
getShortDescription in interface InterceptorgetShortDescription in class AbstractInterceptorpublic String getLongDescription()
getLongDescription in interface InterceptorgetLongDescription in class AbstractInterceptorCopyright © 2019. All Rights Reserved.