Class MessageAnalyser
java.lang.Object
com.predic8.membrane.core.interceptor.AbstractInterceptor
com.predic8.membrane.core.interceptor.MessageAnalyser
- All Implemented Interfaces:
Interceptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.predic8.membrane.core.interceptor.Interceptor
Interceptor.Flow -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.predic8.membrane.core.interceptor.AbstractInterceptor
name, router -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.predic8.membrane.core.interceptor.AbstractInterceptor
getDisplayName, getFlow, getHelpId, getMessage, getRouter, getRule, handleAbort, init, init, setDisplayName, setFlow
-
Field Details
-
REQUEST_ROOT_ELEMENT_NAME
- See Also:
-
REQUEST_ROOT_ELEMENT_NS
- See Also:
-
REQUEST_SOAP_VERSION
- See Also:
-
REQUEST_SOAP_OPERATION
- See Also:
-
REQUEST_SOAP_OPERATION_NS
- See Also:
-
RESPONSE_ROOT_ELEMENT_NAME
- See Also:
-
RESPONSE_ROOT_ELEMENT_NS
- See Also:
-
RESPONSE_SOAP_VERSION
- See Also:
-
RESPONSE_SOAP_OPERATION
- See Also:
-
RESPONSE_SOAP_OPERATION_NS
- See Also:
-
-
Constructor Details
-
MessageAnalyser
public MessageAnalyser()
-
-
Method Details
-
getLongDescription
- Specified by:
getLongDescriptionin interfaceInterceptor- Overrides:
getLongDescriptionin classAbstractInterceptor
-
getShortDescription
- Specified by:
getShortDescriptionin interfaceInterceptor- Overrides:
getShortDescriptionin classAbstractInterceptor
-
handleRequest
- Specified by:
handleRequestin interfaceInterceptor- Overrides:
handleRequestin classAbstractInterceptor- Throws:
Exception
-
handleResponse
- Specified by:
handleResponsein interfaceInterceptor- Overrides:
handleResponsein classAbstractInterceptor- Throws:
Exception
-