de.starface.integration.uci.java.v30.messages.events
Interface UciFaxEvents


@UciService(value="ucp.v30.events.fax")
@RpcInterface(value="ucp.v30.events.fax")
@RpcValueTranslation(version=30)
public interface UciFaxEvents

This interface defines communication fax events that can be received by a UCI client implementation in order to handle outgoing faxes.


Method Summary
 void receiveFaxState(Fax faxProperties)
          Much the same as ReceiveCallState the ReceiveFaxState event notifies the UCI client of state changes to an outgoing fax request by providing several properties about the fax request including the id of the fax request, the new state of the fax request and the timestamp when the request did change its state.
 

Method Detail

receiveFaxState

void receiveFaxState(Fax faxProperties)
Much the same as ReceiveCallState the ReceiveFaxState event notifies the UCI client of state changes to an outgoing fax request by providing several properties about the fax request including the id of the fax request, the new state of the fax request and the timestamp when the request did change its state. The state Waiting is never signaled by the server. It is assumed after a successful call to SendFax.

Parameters:
faxProperties - the different properties of the fax in a map. The constants of FaxProperties are used as keys in the map.


Copyright © 2012 STARFACE GmbH. All rights reserved.