public class SessionServiceHandler extends ServiceHandler
stringTable| Constructor and Description |
|---|
SessionServiceHandler(SessionManager sessionManager) |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceContext |
createServiceContext(RequestHeader requestHeader)
Create the serviceContext object used to identify the session and other parameters of a service
call.
|
protected org.slf4j.Logger |
getLogger() |
int |
getMinServerNonceLength() |
void |
onActivateSession(EndpointServiceRequest<ActivateSessionRequest,ActivateSessionResponse> req) |
void |
onCancel(EndpointServiceRequest<CancelRequest,CancelResponse> req) |
void |
onCloseSession(EndpointServiceRequest<CloseSessionRequest,CloseSessionResponse> req) |
void |
onCreateSession(EndpointServiceRequest<CreateSessionRequest,CreateSessionResponse> req) |
void |
setMinServerNonceLength(int minServerNonceLength) |
checkRequestLength, fireRequestResponse, getEncoderContext, getMaxOperationsPerRequest, getNode, getNodeManagerTable, getOperationLimits, getServer, getSessionManager, handleServiceResultException, hasNode, localizationHintsForServiceContext, setMaxOperationsPerRequest, setRequestResponseListener, toExtensionObject, validateEncoding, validateEncoding, validateOperationalDiagnostics, validateRequest, validateRequest, validateResponse, validateResponse, validateServiceDiagnosticspublic SessionServiceHandler(SessionManager sessionManager)
sessionManager - public int getMinServerNonceLength()
public final void onActivateSession(EndpointServiceRequest<ActivateSessionRequest,ActivateSessionResponse> req) throws ServiceFaultException
ServiceFaultExceptionpublic final void onCancel(EndpointServiceRequest<CancelRequest,CancelResponse> req) throws ServiceFaultException
ServiceFaultExceptionpublic final void onCloseSession(EndpointServiceRequest<CloseSessionRequest,CloseSessionResponse> req) throws ServiceFaultException
ServiceFaultExceptionpublic final void onCreateSession(EndpointServiceRequest<CreateSessionRequest,CreateSessionResponse> req) throws ServiceFaultException
ServiceFaultExceptionpublic void setMinServerNonceLength(int minServerNonceLength)
protected ServiceContext createServiceContext(RequestHeader requestHeader) throws ServiceException
ServiceHandlercreateServiceContext in class ServiceHandlerrequestHeader - The session token used to identity the session during communicationsServiceException - If the serviceContext is not found, StatusCode = Bad_SessionIdInvalidprotected org.slf4j.Logger getLogger()
getLogger in class ServiceHandlerCopyright © 2026. All rights reserved.