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