public class MessageAnalyser extends AbstractInterceptor
Interceptor.Flow| Modifier and Type | Field and Description |
|---|---|
static String |
REQUEST_ROOT_ELEMENT_NAME |
static String |
REQUEST_ROOT_ELEMENT_NS |
static String |
REQUEST_SOAP_OPERATION |
static String |
REQUEST_SOAP_OPERATION_NS |
static String |
REQUEST_SOAP_VERSION |
static String |
RESPONSE_ROOT_ELEMENT_NAME |
static String |
RESPONSE_ROOT_ELEMENT_NS |
static String |
RESPONSE_SOAP_OPERATION |
static String |
RESPONSE_SOAP_OPERATION_NS |
static String |
RESPONSE_SOAP_VERSION |
id, name, router| Constructor and Description |
|---|
MessageAnalyser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLongDescription() |
String |
getShortDescription() |
Outcome |
handleRequest(Exchange exc) |
Outcome |
handleResponse(Exchange exc) |
getDisplayName, getFlow, getHelpId, getId, getRouter, getRule, handleAbort, init, init, setDisplayName, setFlow, setIdpublic static final String REQUEST_ROOT_ELEMENT_NAME
public static final String REQUEST_ROOT_ELEMENT_NS
public static final String REQUEST_SOAP_VERSION
public static final String REQUEST_SOAP_OPERATION
public static final String REQUEST_SOAP_OPERATION_NS
public static final String RESPONSE_ROOT_ELEMENT_NAME
public static final String RESPONSE_ROOT_ELEMENT_NS
public static final String RESPONSE_SOAP_VERSION
public static final String RESPONSE_SOAP_OPERATION
public static final String RESPONSE_SOAP_OPERATION_NS
public String getLongDescription()
getLongDescription in interface InterceptorgetLongDescription in class AbstractInterceptorpublic String getShortDescription()
getShortDescription in interface InterceptorgetShortDescription in class AbstractInterceptorpublic 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 © 2022. All Rights Reserved.