Package org.serviceconnector.call
Class SCMPClnExecuteCall
java.lang.Object
org.serviceconnector.call.SCMPCallAdapter
org.serviceconnector.call.SCMPClnExecuteCall
- All Implemented Interfaces:
ISCMPCall
The Class SCMPClnExecuteCall. Call sends data to backend server over SC.
- Author:
- JTraber
-
Field Summary
Fields inherited from class org.serviceconnector.call.SCMPCallAdapter
requester, requestMessage, responseMessage, serviceName, sessionId -
Constructor Summary
ConstructorsConstructorDescriptionSCMPClnExecuteCall(IRequester req, String serviceName, String sessionId) Instantiates a new SCMPClnExecuteCall. -
Method Summary
Modifier and TypeMethodDescriptionGets the message type.voidsetAppendixNr(int appendixNr) Sets the appendix number.voidsetCacheId(String cacheId) Sets the cache id.voidsetCompressed(boolean compressed) Sets the compression.voidsetMessageInfo(String messageInfo) Sets the message info.voidsetPartSize(int partSize) Sets the part size.voidsetRequestBody(Object obj) Sets the body.Methods inherited from class org.serviceconnector.call.SCMPCallAdapter
getRequest, getResponse, invoke
-
Constructor Details
-
SCMPClnExecuteCall
Instantiates a new SCMPClnExecuteCall.- Parameters:
req- the requester to use when invoking callserviceName- the service namesessionId- the session id
-
-
Method Details
-
setMessageInfo
Sets the message info.- Parameters:
messageInfo- the new message info
-
setPartSize
public void setPartSize(int partSize) Sets the part size.- Parameters:
partSize- the size of the message parts
-
setCacheId
Sets the cache id.- Parameters:
cacheId- the new cache id
-
setCompressed
public void setCompressed(boolean compressed) Sets the compression.- Parameters:
compressed- the compression
-
setRequestBody
Sets the body.- Specified by:
setRequestBodyin interfaceISCMPCall- Overrides:
setRequestBodyin classSCMPCallAdapter- Parameters:
obj- the new body
-
setAppendixNr
public void setAppendixNr(int appendixNr) Sets the appendix number.- Parameters:
appendixNr- the new appendix number
-
getMessageType
Gets the message type.- Returns:
- the message type
-