Package org.serviceconnector.call
Class SCMPReceivePublicationCall
java.lang.Object
org.serviceconnector.call.SCMPCallAdapter
org.serviceconnector.call.SCMPReceivePublicationCall
- All Implemented Interfaces:
ISCMPCall
The Class SCMPReceivePublicationCall. Call receives publications from SC.
- Author:
- JTraber
-
Field Summary
Fields inherited from class org.serviceconnector.call.SCMPCallAdapter
requester, requestMessage, responseMessage, serviceName, sessionId -
Constructor Summary
ConstructorsConstructorDescriptionSCMPReceivePublicationCall(IRequester requester, String serviceName, String sessionId) Instantiates a new SCMP receive publication call.SCMPReceivePublicationCall(IRequester req, SCMPMessage msgToSend) Instantiates a new sCMP receive publication call. -
Method Summary
Methods inherited from class org.serviceconnector.call.SCMPCallAdapter
getRequest, getResponse, invoke, setRequestBody
-
Constructor Details
-
SCMPReceivePublicationCall
Instantiates a new SCMP receive publication call.- Parameters:
requester- the requesterserviceName- the service namesessionId- the session id
-
SCMPReceivePublicationCall
Instantiates a new sCMP receive publication call.- Parameters:
req- the reqmsgToSend- the msg to send
-
-
Method Details
-
getMessageType
Gets the message type.- Returns:
- the message type
-