Package org.serviceconnector.call
Class SCMPCscChangeSubscriptionCall
java.lang.Object
org.serviceconnector.call.SCMPCallAdapter
org.serviceconnector.call.SCMPCscChangeSubscriptionCall
- All Implemented Interfaces:
ISCMPCall
The Class SCMPCscChangeSubscriptionCall.
-
Field Summary
Fields inherited from class org.serviceconnector.call.SCMPCallAdapter
requester, requestMessage, responseMessage, serviceName, sessionId -
Constructor Summary
ConstructorsConstructorDescriptionSCMPCscChangeSubscriptionCall(Requester requester, SCMPMessage msgToSend) Instantiates a new SCMP csc change subscription call. -
Method Summary
Modifier and TypeMethodDescriptionGets the message type.voidinvoke(ISCMPMessageCallback scmpCallback, int timeoutMillis) Invoke asynchronous.Methods inherited from class org.serviceconnector.call.SCMPCallAdapter
getRequest, getResponse, setRequestBody
-
Constructor Details
-
SCMPCscChangeSubscriptionCall
Instantiates a new SCMP csc change subscription call.- Parameters:
requester- the requestermsgToSend- the message to send
-
-
Method Details
-
invoke
Invoke asynchronous.- Specified by:
invokein interfaceISCMPCall- Overrides:
invokein classSCMPCallAdapter- Parameters:
scmpCallback- the callbacktimeoutMillis- the timeout in milliseconds- Throws:
Exception- the exception
-
getMessageType
Gets the message type.- Returns:
- the message type
-