Package org.serviceconnector.call
Class SCMPAttachCall
java.lang.Object
org.serviceconnector.call.SCMPCallAdapter
org.serviceconnector.call.SCMPAttachCall
- All Implemented Interfaces:
ISCMPCall
The Class SCMPAttachCall. Call attaches on SCMP level.
- Author:
- JTraber
-
Field Summary
Fields inherited from class org.serviceconnector.call.SCMPCallAdapter
requester, requestMessage, responseMessage, serviceName, sessionId -
Constructor Summary
Constructors -
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
-
SCMPAttachCall
Instantiates a new SCMPAttachCall.- Parameters:
req- the requester to use when invoking call
-
-
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
-