public class AuditResponseInterceptor<T extends WsAuditDataset> extends AbstractAuditInterceptor<T>
DATASET_CONTEXT_KEY, WSSE_NS_URI, XUA_SAML_ASSERTION| Constructor and Description |
|---|
AuditResponseInterceptor(AuditStrategy<T> auditStrategy,
boolean serverSide,
AsynchronyCorrelator<T> correlator,
boolean asyncReceiver)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
process(org.apache.cxf.binding.soap.SoapMessage message)
Performs the actual work, being called from
Interceptor.handleMessage(Message). |
extractAddressesFromServletRequest, extractPojo, extractUserIdFromWSAddressing, extractXuaUserNameFromSaml2Assertion, getAuditDataset, getAuditStrategyhandleMessagegetFaultCodePrefix, getRoles, getUnderstoodHeaders, prepareStackTraceaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforepublic AuditResponseInterceptor(AuditStrategy<T> auditStrategy, boolean serverSide, AsynchronyCorrelator<T> correlator, boolean asyncReceiver)
auditStrategy - an audit strategy instance.serverSide - whether this interceptor is being used on the server side
(true) or on the client side (false).
Server side is where the response is generated.correlator - correlator for asynchronous messages (null on server side).asyncReceiver - true when this interceptor is installed
on the asynchronous receiver side.protected void process(org.apache.cxf.binding.soap.SoapMessage message)
throws Exception
AbstractSafeInterceptorInterceptor.handleMessage(Message).process in class AbstractSafeInterceptormessage - CXF message to process.Exception - any exception that occurred when processing the message.Copyright © 2016 Open eHealth Foundation. All rights reserved.