|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage> org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor org.apache.cxf.binding.soap.interceptor.SoapHeaderOutFilterInterceptor kieker.monitoring.probe.cxf.OperationExecutionSOAPResponseOutInterceptor
public class OperationExecutionSOAPResponseOutInterceptor
CXF OutInterceptor to set the sessionIdentifier header for an outgoing soap message. Look here how to add it to your client config: http://cwiki.apache.org/CXF20DOC/interceptors.html Setting the soap header with jaxb or aegis databinding didn't work yet: http://www.nabble.com/Add-%22out-of-band%22-soap-header-using-simple-frontend-td19380093.html
Field Summary | |
---|---|
protected static ControlFlowRegistry |
CF_REGISTRY
Stores the singleton instance of the control flow registry. |
protected IMonitoringController |
monitoringController
The monitoring controller of this interceptor. |
protected static SessionRegistry |
SESSION_REGISTRY
Stores the singleton instance of the session registry. |
static java.lang.String |
SIGNATURE
This constant contains the signature, which will be used in the monitoring logs. |
protected static SOAPTraceRegistry |
SOAP_REGISTRY
Stores the singleton instance of the SOAP trace registry. |
protected ITimeSource |
timeSource
The used time source. |
protected java.lang.String |
vmName
The name of the VM. |
Fields inherited from class org.apache.cxf.binding.soap.interceptor.SoapHeaderOutFilterInterceptor |
---|
INSTANCE |
Constructor Summary | |
---|---|
OperationExecutionSOAPResponseOutInterceptor()
Creates a new instance of this class, using the singleton instance of the MonitoringController as controller. |
|
OperationExecutionSOAPResponseOutInterceptor(IMonitoringController monitoringCtrl)
Creates a new instance of this class, using the given instance of a MonitoringController as controller. |
Method Summary | |
---|---|
void |
handleMessage(org.apache.cxf.binding.soap.SoapMessage msg)
|
Methods inherited from class org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor |
---|
getFaultCodePrefix, getRoles, getUnderstoodHeaders, prepareStackTrace |
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
---|
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.cxf.interceptor.Interceptor |
---|
handleFault |
Field Detail |
---|
public static final java.lang.String SIGNATURE
protected static final ControlFlowRegistry CF_REGISTRY
protected static final SessionRegistry SESSION_REGISTRY
protected static final SOAPTraceRegistry SOAP_REGISTRY
protected final IMonitoringController monitoringController
protected final ITimeSource timeSource
protected final java.lang.String vmName
Constructor Detail |
---|
public OperationExecutionSOAPResponseOutInterceptor()
MonitoringController
as controller.
public OperationExecutionSOAPResponseOutInterceptor(IMonitoringController monitoringCtrl)
MonitoringController
as controller.
monitoringCtrl
- The controller of this interceptor.Method Detail |
---|
public void handleMessage(org.apache.cxf.binding.soap.SoapMessage msg) throws org.apache.cxf.interceptor.Fault
handleMessage
in interface org.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>
handleMessage
in class org.apache.cxf.binding.soap.interceptor.SoapHeaderOutFilterInterceptor
org.apache.cxf.interceptor.Fault
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |