Package com.highdeal.hci.http
package com.highdeal.hci.http
This
Java package provides you with the Java classes for implementing the calling API through the HTTP protocol
in HCI;
You use the HttpMessageSenderFactory class.
Note
This Java package is part of
the HCI technical interface provided
by SAP Convergent Charging. See the main com.highdeal.hci package
for more information.
-
ClassesClassDescriptionYour client application must use an
HttpMessageSenderto sendHCI messagesand receive corresponding results using the HTTP protocol via HCI;Asynchronousorsynchronouscommunications are possible.ThisJava classdefines a factory API that enables your client applications (using the HCI technical interface) to create a genericHTTP message sendernecessary for HCI communications; You can also develop amessage sender dedicated to administration and connected to a dispatcher instance of the SAP CC systemor develop amessage sender dedicated to the communications with the updater instance of the SAP CC system.