public class SOAPStackTraceFilterInterceptor extends AbstractInterceptor
The soapStackTraceFilter removes SOAP stack traces from message bodies.
Using this interceptor hides sensitive information, as the structure of your backend source code, from the caller.
The soapStackTraceFilter works without further configuration with most backend servers, but it is advised to test its functionality in combination with your SOAP service provider before deploying it in production.
Interceptor.Flowid, name, router| Constructor and Description |
|---|
SOAPStackTraceFilterInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Outcome |
handleRequest(Exchange exc) |
Outcome |
handleResponse(Exchange exc) |
getDisplayName, getFlow, getHelpId, getId, getLongDescription, getRouter, getRule, getShortDescription, handleAbort, init, init, setDisplayName, setFlow, setIdpublic SOAPStackTraceFilterInterceptor()
throws XPathExpressionException
XPathExpressionExceptionpublic 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 AbstractInterceptorExceptionCopyright © 2021. All Rights Reserved.