Package org.serviceconnector.call
Class SCMPSrvAbortSubscriptionCall
java.lang.Object
org.serviceconnector.call.SCMPCallAdapter
org.serviceconnector.call.SCMPSrvAbortSubscriptionCall
- All Implemented Interfaces:
ISCMPCall
The Class SCMPSrvAbortSubscriptionCall. Call aborts a subscription on a backend server.
- Author:
- JTraber
-
Field Summary
Fields inherited from class org.serviceconnector.call.SCMPCallAdapter
requester, requestMessage, responseMessage, serviceName, sessionId -
Constructor Summary
ConstructorsConstructorDescriptionSCMPSrvAbortSubscriptionCall(IRequester req, SCMPMessage receivedMessage) Instantiates a new SCMP server abort subscription call. -
Method Summary
Methods inherited from class org.serviceconnector.call.SCMPCallAdapter
getRequest, getResponse, invoke, setRequestBody
-
Constructor Details
-
SCMPSrvAbortSubscriptionCall
Instantiates a new SCMP server abort subscription call.- Parameters:
req- the requesterreceivedMessage- the received message
-
-
Method Details
-
getMessageType
Gets the message type.- Returns:
- the message type
-