Class HttpMessageSender

java.lang.Object
com.highdeal.hci.http.HttpMessageSender
All Implemented Interfaces:
MessageSender

public class HttpMessageSender extends Object implements MessageSender
Your client application must use an HttpMessageSender to send HCI messages and receive corresponding results using the HTTP protocol via HCI; Asynchronous or synchronous communications are possible. You use the HttpMessageSenderFactory to instantiate such a Java class.

This HttpMessageSender defines Java classes and method to send

Implementation in Your Client Application

Use the HttpMessageSenderFactory class to instantiate an HttpMessageSender object.

Important Note

This Java class should not be instantiated directly, but obtained through the HttpMessageSenderFactory class.

Use benefit from the asyncSend(..) and send(..) methods to manage the communications between your client application and the connected SAP CC system.

See Also: