Package org.serviceconnector.call
Class SCMPCscCreateSessionCall
java.lang.Object
org.serviceconnector.call.SCMPCallAdapter
org.serviceconnector.call.SCMPCscCreateSessionCall
- All Implemented Interfaces:
ISCMPCall
The Class SCMPCscCreateSessionCall. Call tries creating a session to a backend server over a SC.
- Author:
- JTraber
-
Field Summary
Fields inherited from class org.serviceconnector.call.SCMPCallAdapter
requester, requestMessage, responseMessage, serviceName, sessionId -
Constructor Summary
ConstructorsConstructorDescriptionSCMPCscCreateSessionCall(IRequester req, SCMPMessage messageToForward) Instantiates a new SCMP csc create session 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
-
SCMPCscCreateSessionCall
Instantiates a new SCMP csc create session call.- Parameters:
req- the requestermessageToForward- the message to forward
-
-
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
-