service/service library

Classes

BaseProvider<PARAMS extends BaseServiceRequestParams>
BaseServiceRequest<RESULT, SERVICERESPONSE, PARAMS extends BaseServiceRequestParams>
BaseServiceRequestParams
BaseServiceResponse<T>
ServiceConst
A utility class that defines constants commonly used in HTTP services.
ServiceErrorResponse<T>
ServiceProviderUtils
A utility class providing helper methods for handling HTTP responses, building JSON-RPC requests, and parsing responses in a service-oriented architecture.
ServiceSuccessRespose<T>

Enums

RequestServiceType
Enum representing the types of HTTP requests supported by the service.
ServiceResponseType
Enum representing the types of responses that a service can return.