|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MessageContext
This Java interface defines the necessary Java methods to handle HCI messages
sent via asynchronous communications; A message context is returned by the MessageSender.asyncSend(com.highdeal.hci.MessageEnvelope, com.highdeal.hci.ClientMessageListener)
operation to cancel the message or retrieve results of
the message when it is completelly processed by the connected SAP CC system.
MessageSender| Method Summary | |
|---|---|
MessageEnvelope |
getResult()
Retrieves the result of the operation. |
void |
stop()
Stops the message. |
| Method Detail |
|---|
void stop()
throws CommunicationFailureException
CommunicationFailureException - if the SAP CC system cannot be reached
MessageEnvelope getResult()
throws CommunicationFailureException
CommunicationFailureException - if the SAP CC system cannot be reached
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||