Package org.serviceconnector.call
Class SCMPSrvUnsubscribeCall
java.lang.Object
org.serviceconnector.call.SCMPCallAdapter
org.serviceconnector.call.SCMPSrvUnsubscribeCall
- All Implemented Interfaces:
ISCMPCall
The Class SCMPSrvUnsubscribeCall. Call unsubscribes client from service.
- Author:
- JTraber
-
Field Summary
Fields inherited from class org.serviceconnector.call.SCMPCallAdapter
requester, requestMessage, responseMessage, serviceName, sessionId -
Constructor Summary
ConstructorsConstructorDescriptionSCMPSrvUnsubscribeCall(IRequester req, SCMPMessage receivedMessage) Instantiates a new SCMPSrvUnsubscribeCall. -
Method Summary
Methods inherited from class org.serviceconnector.call.SCMPCallAdapter
getRequest, getResponse, invoke, setRequestBody
-
Constructor Details
-
SCMPSrvUnsubscribeCall
Instantiates a new SCMPSrvUnsubscribeCall.- Parameters:
req- the requesterreceivedMessage- the received message
-
-
Method Details
-
getMessageType
Gets the message type.- Returns:
- the message type
-