Package org.serviceconnector.call
Class SCMPClnDeleteSessionCall
java.lang.Object
org.serviceconnector.call.SCMPCallAdapter
org.serviceconnector.call.SCMPClnDeleteSessionCall
- All Implemented Interfaces:
ISCMPCall
The Class SCMPClnDeleteSessionCall. Call deletes a session.
- Author:
- JTraber
-
Field Summary
Fields inherited from class org.serviceconnector.call.SCMPCallAdapter
requester, requestMessage, responseMessage, serviceName, sessionId -
Constructor Summary
ConstructorsConstructorDescriptionSCMPClnDeleteSessionCall(IRequester req, String serviceName, String sessionId) Instantiates a new SCMPClnDeleteSessionCall. -
Method Summary
Modifier and TypeMethodDescriptionGets the message type.voidsetSessionInfo(String sessionInfo) Sets the session info.Methods inherited from class org.serviceconnector.call.SCMPCallAdapter
getRequest, getResponse, invoke, setRequestBody
-
Constructor Details
-
SCMPClnDeleteSessionCall
Instantiates a new SCMPClnDeleteSessionCall.- Parameters:
req- the requester to use when invoking callserviceName- the service namesessionId- the session id
-
-
Method Details
-
getMessageType
Gets the message type.- Returns:
- the message type
-
setSessionInfo
Sets the session info.- Parameters:
sessionInfo- the new session info
-