public class SampleUsageRequestLauncher.SampleResponseConsumer
extends java.lang.Object
implements oracle.communication.brm.charging.messages.framework.ResponseConsumer<oracle.communication.brm.charging.messages.framework.SingleResponseEnvelope<UsageResponse>>
public void receive(oracle.communication.brm.charging.messages.framework.SingleResponseEnvelope<UsageResponse> responseEnvelope)
Description copied from interface: oracle.communication.brm.charging.messages.framework.ResponseConsumer
Call back to receive a response matching a previously submitted request.
Specified by:
receive in interface oracle.communication.brm.charging.messages.framework.ResponseConsumer<oracle.communication.brm.charging.messages.framework.SingleResponseEnvelope<UsageResponse>>