| Interface | Description |
|---|---|
| Loggable |
Extend this interface in your particular Service implementation if you want service calls to be logged.
|
| Service |
This interface defines a contract between the consumers of the service and the provider of the service.
|
| ServiceLogger |
Class which logs service invocations must implement this interface.
|
| Class | Description |
|---|---|
| LogNode |
This class contains all information which can be recored by logging service.
|
| NopServiceLogger |
The implementation of the ServiceLogger interface which does nothing.
|
| ServiceFactory |
The ServiceFactory is a static class that provides a factory for the creation of instances of the type com.toolsverse.service.Service.
|
| ServiceLoggerManager |
This class delegates service invocation logging to the appropriate ServiceLogger.
|
| ServiceProxy |
The basis of each element in the service proxy stack.
|
| ServiceProxyLocal |
Local implementation of the ServiceProxy class.
|
| ServiceRequest |
The ServiceRequest is used if translation is required between request and response protocols (for example for Web services).
|
| ServiceResponse |
The ServiceResponse is used if translation is required between request and response protocols (for example for Web services).
|
| Annotation Type | Description |
|---|---|
| LoggableMethod |
The LoggableMethod annotation is used to define a method execution of which can be logged.
|
Copyright © 2010-2020 Toolsverse. All Rights Reserved.