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

Packages that use InvalidAddressException
org.csapi.jr.se Contains the common data type classes for use with all Parlay services. 
org.csapi.jr.se.am Contains the Parlay Account Management (AM) data types and interfaces. 
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. 
org.csapi.jr.se.dsc Contains the Parlay Data Session Control data types and interfaces. 
org.csapi.jr.se.ui Contains the Parlay Generic User Interaction interfaces and classes. 
 

Uses of InvalidAddressException in org.csapi.jr.se
 

Subclasses of InvalidAddressException in org.csapi.jr.se
 class UnsupportedAddressPlanException
          An address contains an address plan which is not supported.
 

Uses of InvalidAddressException in org.csapi.jr.se.am
 

Methods in org.csapi.jr.se.am that throw InvalidAddressException
 void Notification.createNotification(org.csapi.jr.se.am.ChargingEventCriteria chargingEventCriteria)
          Invokes the createNotification() method on the Parlay Gateway.
 void Notification.changeNotification(org.csapi.jr.se.am.ChargingEventCriteria eventCriteria)
          Invokes the changeNotification() method on the Parlay Gateway.
 

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

Methods in org.csapi.jr.se.cc.gccs that throw InvalidAddressException
 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 InvalidAddressException in org.csapi.jr.se.cc.mpccs
 

Methods in org.csapi.jr.se.cc.mpccs that throw InvalidAddressException
 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.
 

Uses of InvalidAddressException in org.csapi.jr.se.dsc
 

Methods in org.csapi.jr.se.dsc that throw InvalidAddressException
 void Connect.connectReq(org.csapi.jr.se.dsc.DataSessionReportRequest[] responseRequested, org.csapi.jr.se.Address targetAddress)
          Invokes the connectReq() method on the Parlay Gateway.
 

Uses of InvalidAddressException in org.csapi.jr.se.ui
 

Methods in org.csapi.jr.se.ui that throw InvalidAddressException
 void UI.setOriginatingAddress(java.lang.String origin)
          Invokes the setOriginatingAddress() method on the Parlay Gateway.