Uses of Class
kieker.monitoring.probe.cxf.SOAPTraceRegistry
Package | Description |
---|---|
kieker.monitoring.probe.cxf |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of SOAPTraceRegistry in kieker.monitoring.probe.cxf
Fields in kieker.monitoring.probe.cxf declared as SOAPTraceRegistry Modifier and Type Field Description protected static SOAPTraceRegistry
OperationExecutionSOAPRequestInInterceptor. SOAP_REGISTRY
Stores the singleton instance of the SOAP trace registry.protected static SOAPTraceRegistry
OperationExecutionSOAPRequestOutInterceptor. SOAP_REGISTRY
Stores the singleton instance of the SOAP trace registry.protected static SOAPTraceRegistry
OperationExecutionSOAPResponseInInterceptor. SOAP_REGISTRY
Stores the singleton instance of the SOAP trace registry.protected static SOAPTraceRegistry
OperationExecutionSOAPResponseOutInterceptor. SOAP_REGISTRY
Stores the singleton instance of the SOAP trace registry.Methods in kieker.monitoring.probe.cxf that return SOAPTraceRegistry Modifier and Type Method Description static SOAPTraceRegistry
SOAPTraceRegistry. getInstance()
Delivers the one and only instance of this class.