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

Packages that use InvalidInterfaceTypeException
org.csapi.jr.se Contains the common data type classes for use with all Parlay services. 
org.csapi.jr.se.cc.gccs Contains the Parlay Generic Call Control Service (GCCS) interfaces and classes. 
org.csapi.jr.se.cc.mmccs Contains the Parlay Multi-Media Call Control Service (MMCCS) interfaces. 
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.fw.fw_access.trust_and_security Contains the Parlay Framework Access Session Trust and Secruity Management interfaces. 
org.csapi.jr.se.fw.fw_service.integrity Contains the Parlay Framework-to-Service Integrity Management interfaces. 
org.csapi.jr.se.fw.fw_service.service_registration Contains the Parlay Framework-to-Service Service Registration interfaces. 
org.csapi.jr.se.mm.ul Contains the Parlay User Location interfaces. 
org.csapi.jr.se.mm.ulc Contains the Parlay User Location Camel interfaces. 
org.csapi.jr.se.mm.us Contains the Parlay User Status interfaces. 
org.csapi.jr.se.termcap Contains the Parlay Terminal Capabilities data types and interfaces. 
org.csapi.jr.se.ui Contains the Parlay Generic User Interaction interfaces and classes. 
 

Uses of InvalidInterfaceTypeException in org.csapi.jr.se
 

Methods in org.csapi.jr.se that throw InvalidInterfaceTypeException
 void Service.setCallback(org.csapi.jr.se.CsapiInterface appInterface)
          This method specifies the reference address of the callback interface that a service uses to invoke methods on the application.
It is not allowed to invoke this method on an interface that uses SessionIDs.
 

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

Methods in org.csapi.jr.se.cc.gccs that throw InvalidInterfaceTypeException
 org.csapi.jr.se.cc.gccs.Call CallControlManager.createCall()
          Invokes the createCall() method on the Parlay Gateway and returns a reference to a transient interface.
 void CallNotification.enableCallNotification(org.csapi.jr.se.cc.gccs.CallEventCriteria eventCriteria)
          Invokes the enableCallNotification() method on the Parlay Gateway.
 

Uses of InvalidInterfaceTypeException in org.csapi.jr.se.cc.mmccs
 

Methods in org.csapi.jr.se.cc.mmccs that throw InvalidInterfaceTypeException
 void MediaNotification.createMediaNotification(org.csapi.jr.se.cc.mmccs.NotificationMediaRequest notificationMediaRequest)
          Invokes the createMediaNotification() method on the Parlay Gateway.
 

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

Methods in org.csapi.jr.se.cc.mpccs that throw InvalidInterfaceTypeException
 org.csapi.jr.se.cc.mpccs.MultiPartyCall MultiPartyCallControlManager.createCall()
          Invokes the createCall() method on the Parlay Gateway and returns a reference to a transient interface.
 void Notification.createNotification(org.csapi.jr.se.cc.CallNotificationRequest notificationRequest)
          Invokes the createNotification() method on the Parlay Gateway.
 org.csapi.jr.se.cc.mpccs.CallLeg MultiPartyCall.createCallLeg()
          Invokes the createCallLeg() method on the Parlay Gateway and returns a reference to a transient interface.
 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 InvalidInterfaceTypeException in org.csapi.jr.se.dsc
 

Methods in org.csapi.jr.se.dsc that throw InvalidInterfaceTypeException
 void Notifications.createNotifications(org.csapi.jr.se.dsc.DataSessionEventCriteria eventCriteria)
          Invokes the createNotifications() method on the Parlay Gateway.
 

Uses of InvalidInterfaceTypeException in org.csapi.jr.se.fw.fw_access.trust_and_security
 

Methods in org.csapi.jr.se.fw.fw_access.trust_and_security that throw InvalidInterfaceTypeException
 org.csapi.jr.se.CsapiInterface Access.obtainInterfaceWithCallback(java.lang.String interfaceName, org.csapi.jr.se.CsapiInterface clientInterface)
          This method is used to obtain other framework interfaces.
 org.csapi.jr.se.CsapiInterface Authentication.requestAccess(java.lang.String accessType, org.csapi.jr.se.CsapiInterface clientAccessInterface)
          Once the client has been authenticated by the framework, the client may invoke the requestAccess operation on the IpAuthentication or IpAPILevelAuthentication interface.
 org.csapi.jr.se.fw.AuthDomain Initial.initiateAuthentication(org.csapi.jr.se.fw.AuthDomain clientDomain, java.lang.String authType)
          Deprecated.  
 org.csapi.jr.se.fw.AuthDomain Initial.initiateAuthenticationWithVersion(org.csapi.jr.se.fw.AuthDomain clientDomain, java.lang.String authType, java.lang.String frameworkVersion)
          This method is invoked by the client to start the process of authentication with the framework, and request the use of a specific authentication method using the new method with support for backward compatibility in the framework.
 

Uses of InvalidInterfaceTypeException in org.csapi.jr.se.fw.fw_service.integrity
 

Methods in org.csapi.jr.se.fw.fw_service.integrity that throw InvalidInterfaceTypeException
 void FwHeartBeatMgmt.enableHeartBeat(int interval, org.csapi.jr.se.fw.fw_service.integrity.SvcHeartBeat svcInterface)
          With this method, the service instance instructs the framework to begin sending its heartbeat to the specified interface at the specified interval.
 void SvcHeartBeatMgmt.enableSvcHeartBeat(int interval, org.csapi.jr.se.fw.fw_service.integrity.FwHeartBeat fwInterface)
          With this method, the framework instructs the service instance to begin sending its heartbeat to the specified interface at the specified interval.
 

Uses of InvalidInterfaceTypeException in org.csapi.jr.se.fw.fw_service.service_registration
 

Methods in org.csapi.jr.se.fw.fw_service.service_registration that throw InvalidInterfaceTypeException
 void FwServiceRegistration.announceServiceAvailability(java.lang.String serviceID, org.csapi.jr.se.fw.fw_service.service_lifecycle.ServiceInstanceLifecycleManager serviceInstanceLifecycleManagerRef)
          The registerService() method described previously does not make the service discoverable.
 

Uses of InvalidInterfaceTypeException in org.csapi.jr.se.mm.ul
 

Methods in org.csapi.jr.se.mm.ul that throw InvalidInterfaceTypeException
 void LocationReport.locationReportReq(org.csapi.jr.se.Address[] users)
          Invokes the locationReportReq() method on the Parlay Gateway.
 void PeriodicLocationReporting.periodicLocationReportingStartReq(org.csapi.jr.se.Address[] users, org.csapi.jr.se.mm.LocationRequest request, int reportingInterval)
          Invokes the periodicLocationReportingStartReq() method on the Parlay Gateway.
 void ExtendedLocationReport.extendedLocationReportReq(org.csapi.jr.se.Address[] users, org.csapi.jr.se.mm.LocationRequest request)
          Invokes the extendedLocationReportReq() method on the Parlay Gateway.
 void TriggeredLocationReporting.triggeredLocationReportingStartReq(org.csapi.jr.se.Address[] users, org.csapi.jr.se.mm.LocationRequest request, org.csapi.jr.se.mm.LocationTrigger[] triggers)
          Invokes the triggeredLocationReportingStartReq() method on the Parlay Gateway.
 

Uses of InvalidInterfaceTypeException in org.csapi.jr.se.mm.ulc
 

Methods in org.csapi.jr.se.mm.ulc that throw InvalidInterfaceTypeException
 void TriggeredLocationReporting.triggeredLocationReportingStartReq(org.csapi.jr.se.Address[] users, org.csapi.jr.se.mm.LocationTriggerCamel trigger)
          Invokes the triggeredLocationReportingStartReq() method on the Parlay Gateway.
 void LocationReport.locationReportReq(org.csapi.jr.se.Address[] users)
          Invokes the locationReportReq() method on the Parlay Gateway.
 void PeriodicLocationReporting.periodicLocationReportingStartReq(org.csapi.jr.se.Address[] users, int reportingInterval)
          Invokes the periodicLocationReportingStartReq() method on the Parlay Gateway.
 

Uses of InvalidInterfaceTypeException in org.csapi.jr.se.mm.us
 

Methods in org.csapi.jr.se.mm.us that throw InvalidInterfaceTypeException
 void StatusReport.statusReportReq(org.csapi.jr.se.Address[] users)
          Invokes the statusReportReq() method on the Parlay Gateway.
 void TriggeredStatusReporting.triggeredStatusReportingStartReq(org.csapi.jr.se.Address[] users)
          Invokes the triggeredStatusReportingStartReq() method on the Parlay Gateway.
 void ExtendedStatusReport.extendedStatusReportReq(org.csapi.jr.se.Address[] users)
          Invokes the extendedStatusReportReq() method on the Parlay Gateway.
 void ExtTriggeredStatusReporting.extTriggeredStatusReportingStartReq(org.csapi.jr.se.Address[] users)
          Invokes the extTriggeredStatusReportingStartReq() method on the Parlay Gateway.
 

Uses of InvalidInterfaceTypeException in org.csapi.jr.se.termcap
 

Methods in org.csapi.jr.se.termcap that throw InvalidInterfaceTypeException
 void TriggeredTerminalCapability.triggeredTerminalCapabilityStartReq(org.csapi.jr.se.Address[] terminals, org.csapi.jr.se.termcap.TerminalCapabilityScope capabilityScope, int criteria)
          Invokes the triggeredTerminalCapabilityStartReq() method on the Parlay Gateway.
 

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

Methods in org.csapi.jr.se.ui that throw InvalidInterfaceTypeException
 org.csapi.jr.se.ui.UI UIManager.createUI(org.csapi.jr.se.Address userAddress)
          Invokes the createUI() method on the Parlay Gateway and returns a reference to a transient interface.
 org.csapi.jr.se.ui.UICall UIManager.createUICall(org.csapi.jr.se.ui.UITargetObject uiTargetObject)
          Invokes the createUICall() method on the Parlay Gateway and returns a reference to a transient interface.
 void Notification.createNotification(org.csapi.jr.se.ui.UIEventCriteria eventCriteria)
          Invokes the createNotification() method on the Parlay Gateway.