Package org.serviceconnector.call
Class SCMPClnUnsubscribeCall
java.lang.Object
org.serviceconnector.call.SCMPCallAdapter
org.serviceconnector.call.SCMPClnUnsubscribeCall
- All Implemented Interfaces:
ISCMPCall
The Class SCMPClnUnsubscribeCall. Call unsubscribes from a publish service.
- Author:
- JTraber
-
Field Summary
Fields inherited from class org.serviceconnector.call.SCMPCallAdapter
requester, requestMessage, responseMessage, serviceName, sessionId -
Constructor Summary
ConstructorsConstructorDescriptionSCMPClnUnsubscribeCall(IRequester req, String serviceName, String sessionId) Instantiates a new SCMPClnUnsubscribeCall. -
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
-
SCMPClnUnsubscribeCall
Instantiates a new SCMPClnUnsubscribeCall.- Parameters:
req- the requesterserviceName- 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
-