JSR-043: JTAPI-1.4

javax.telephony.callcenter.capabilities
Interface RouteAddressCapabilities

All Superinterfaces:
AddressCapabilities

public interface RouteAddressCapabilities
extends AddressCapabilities

The RouteAddressCapabilities interface extends the AddressCapabilities interface to add capabilities methods for the RouteAddress interface. Applications query these methods to find out what actions are possible on the RouteAddress interface.


Method Summary
 boolean canRouteCalls()
          This method returns true if the methods registerRouteCallback, cancelRouteCallback, getRouteCallback and getActiveRouteSessions on the RouteAddress interface are supported.
 
Methods inherited from interface javax.telephony.capabilities.AddressCapabilities
isObservable
 

Method Detail

canRouteCalls

public boolean canRouteCalls()
This method returns true if the methods registerRouteCallback, cancelRouteCallback, getRouteCallback and getActiveRouteSessions on the RouteAddress interface are supported.

Returns:
True if the methods for routing on the RouteAddress interface are supported.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org