Package org.serviceconnector.call
Class SCMPSrvAbortSessionCall
java.lang.Object
org.serviceconnector.call.SCMPCallAdapter
org.serviceconnector.call.SCMPSrvAbortSessionCall
- All Implemented Interfaces:
ISCMPCall
The Class SCMPSrvAbortSessionCall. Call aborts a session on a backend server.
- Author:
- JTraber
-
Field Summary
Fields inherited from class org.serviceconnector.call.SCMPCallAdapter
requester, requestMessage, responseMessage, serviceName, sessionId -
Constructor Summary
ConstructorsConstructorDescriptionSCMPSrvAbortSessionCall(IRequester req, SCMPMessage receivedMessage) Instantiates a new SCMP srv abort session call. -
Method Summary
Methods inherited from class org.serviceconnector.call.SCMPCallAdapter
getRequest, getResponse, invoke, setRequestBody
-
Constructor Details
-
SCMPSrvAbortSessionCall
Instantiates a new SCMP srv abort session call.- Parameters:
req- the requesterreceivedMessage- the received message
-
-
Method Details
-
getMessageType
Gets the message type.- Returns:
- the message type
-