Uses of Class
org.csapi.jr.se.UnsupportedAddressPlanException

Packages that use UnsupportedAddressPlanException
org.csapi.jr.se.cc.gccs Contains the Parlay Generic Call Control Service (GCCS) interfaces and classes. 
org.csapi.jr.se.cc.mpccs Contains the Parlay Multi-Party Call Control Service (MPCCS) interfaces. 
 

Uses of UnsupportedAddressPlanException in org.csapi.jr.se.cc.gccs
 

Methods in org.csapi.jr.se.cc.gccs that throw UnsupportedAddressPlanException
 void CallLoadControl.setCallLoadControl(int duration, org.csapi.jr.se.cc.CallLoadControlMechanism mechanism, org.csapi.jr.se.cc.gccs.CallTreatment treatment, org.csapi.jr.se.AddressRange addressRange)
          Invokes the setCallLoadControl() method on the Parlay Gateway.
 void Route.routeReq(org.csapi.jr.se.cc.gccs.CallReportRequest[] responseRequested, org.csapi.jr.se.Address targetAddress, org.csapi.jr.se.Address originatingAddress, org.csapi.jr.se.Address originalDestinationAddress, org.csapi.jr.se.Address redirectingAddress, org.csapi.jr.se.cc.gccs.CallAppInfo[] appInfo)
          Invokes the routeReq() method on the Parlay Gateway.
 

Uses of UnsupportedAddressPlanException in org.csapi.jr.se.cc.mpccs
 

Methods in org.csapi.jr.se.cc.mpccs that throw UnsupportedAddressPlanException
 void CallLoadControl.setCallLoadControl(int duration, org.csapi.jr.se.cc.CallLoadControlMechanism mechanism, org.csapi.jr.se.cc.CallTreatment treatment, org.csapi.jr.se.AddressRange addressRange)
          Invokes the setCallLoadControl() method on the Parlay Gateway.
 void CallLeg.routeReq(org.csapi.jr.se.Address targetAddress, org.csapi.jr.se.Address originatingAddress, org.csapi.jr.se.cc.CallAppInfo[] appInfo, org.csapi.jr.se.cc.CallLegConnectionProperties connectionProperties)
          Invokes the routeReq() method on the Parlay Gateway.
 org.csapi.jr.se.cc.mpccs.CallLeg MultiPartyCall.createAndRouteCallLegReq(org.csapi.jr.se.cc.CallEventRequest[] eventsRequested, org.csapi.jr.se.Address targetAddress, org.csapi.jr.se.Address originatingAddress, org.csapi.jr.se.cc.CallAppInfo[] appInfo)
          Invokes the createAndRouteCallLegReq() method on the Parlay Gateway and returns a reference to a transient interface.