Package org.serviceconnector.call
Class SCMPFileUploadCall
java.lang.Object
org.serviceconnector.call.SCMPCallAdapter
org.serviceconnector.call.SCMPFileUploadCall
- All Implemented Interfaces:
ISCMPCall
The Class SCMPFileUploadCall.
-
Field Summary
Fields inherited from class org.serviceconnector.call.SCMPCallAdapter
requester, requestMessage, responseMessage, serviceName, sessionId -
Constructor Summary
ConstructorsConstructorDescriptionSCMPFileUploadCall(IRequester requester, String serviceName, String sessionId) Instantiates a new sCMP file upload call.SCMPFileUploadCall(Requester requester, SCMPMessage msgToForward) Instantiates a new sCMP file upload call. -
Method Summary
Modifier and TypeMethodDescriptionGets the message type.voidsetRemoteFileName(String remoteFileName) Sets the remote file name.voidsetRequestBody(Object obj) Sets the body.Methods inherited from class org.serviceconnector.call.SCMPCallAdapter
getRequest, getResponse, invoke
-
Constructor Details
-
SCMPFileUploadCall
Instantiates a new sCMP file upload call.- Parameters:
requester- the requesterserviceName- the service namesessionId- the session id
-
SCMPFileUploadCall
Instantiates a new sCMP file upload call.- Parameters:
requester- the requestermsgToForward- the msg to forward
-
-
Method Details
-
setRemoteFileName
Sets the remote file name.- Parameters:
remoteFileName- the new remote file name
-
setRequestBody
Sets the body.- Specified by:
setRequestBodyin interfaceISCMPCall- Overrides:
setRequestBodyin classSCMPCallAdapter- Parameters:
obj- the new body
-
getMessageType
Gets the message type.- Returns:
- the message type
-