Uses of Class
com.ibm.soa.parlayx21.common.ServiceError

Packages that use ServiceError
com.ibm.soa.parlayx21 Parlay X 2.1. 
com.ibm.soa.parlayx21.call_handling Call Handling. 
com.ibm.soa.parlayx21.terminal_location Terminal Location. 
com.ibm.soa.parlayx21.terminal_status Terminal Status. 
 

Uses of ServiceError in com.ibm.soa.parlayx21
 

Methods in com.ibm.soa.parlayx21 with parameters of type ServiceError
static java.lang.String Messages.getSubstitutedMessage(ServiceError se, java.util.Locale locale)
          Get the substituted message from the exception.
 

Uses of ServiceError in com.ibm.soa.parlayx21.call_handling
 

Methods in com.ibm.soa.parlayx21.call_handling that return ServiceError
 ServiceError SetRulesResult.getError()
           
 

Methods in com.ibm.soa.parlayx21.call_handling with parameters of type ServiceError
 void SetRulesResult.setError(ServiceError error)
           
 

Uses of ServiceError in com.ibm.soa.parlayx21.terminal_location
 

Methods in com.ibm.soa.parlayx21.terminal_location that return ServiceError
 ServiceError LocationData.getErrorInformation()
           
 

Methods in com.ibm.soa.parlayx21.terminal_location with parameters of type ServiceError
 void TerminalLocationNotificationProxy.locationError(java.lang.String correlator, java.net.URI address, ServiceError reason)
           
 void TerminalLocationNotificationBindingStub.locationError(java.lang.String correlator, java.net.URI address, ServiceError reason)
           
 void TerminalLocationNotification.locationError(java.lang.String correlator, java.net.URI address, ServiceError reason)
          The location error message is sent to the application to indicate that the notification for a terminal, or for the whole notification, is being cancelled by the Web Service.
 void LocationData.setErrorInformation(ServiceError errorInformation)
           
 

Uses of ServiceError in com.ibm.soa.parlayx21.terminal_status
 

Methods in com.ibm.soa.parlayx21.terminal_status that return ServiceError
 ServiceError StatusData.getErrorInformation()
           
 

Methods in com.ibm.soa.parlayx21.terminal_status with parameters of type ServiceError
 void StatusData.setErrorInformation(ServiceError errorInformation)
           
 void TerminalStatusNotificationProxy.statusError(java.lang.String correlator, java.net.URI address, ServiceError reason)
           
 void TerminalStatusNotificationBindingStub.statusError(java.lang.String correlator, java.net.URI address, ServiceError reason)
           
 void TerminalStatusNotification.statusError(java.lang.String correlator, java.net.URI address, ServiceError reason)
          This operation is invoked on the application to indicate that the notification is being cancelled by the Web Service.
 



Copyright © 2003 IBM Corp. All Rights Reserved.