com.ibm.soa.sp.pxnotify
Interface CallNotification

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
CallNotificationBindingStub, CallNotificationProxy

public interface CallNotification
extends java.rmi.Remote


Method Summary
 void notifyBusy(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty, SPNotificationExtension notificationExtension)
           
 void notifyCalledNumber(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty, SPNotificationExtension notificationExtension)
           
 void notifyNoAnswer(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty, SPNotificationExtension notificationExtension)
           
 void notifyNotReachable(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty, SPNotificationExtension notificationExtension)
           
 

Method Detail

notifyBusy

void notifyBusy(java.lang.String correlator,
                java.net.URI callingParty,
                java.lang.String callingPartyName,
                java.net.URI calledParty,
                SPNotificationExtension notificationExtension)
                throws java.rmi.RemoteException,
                       InvocationException,
                       com.ibm.soa.parlayx21.common.PolicyException,
                       com.ibm.soa.parlayx21.common.ServiceException
Throws:
java.rmi.RemoteException
InvocationException
com.ibm.soa.parlayx21.common.PolicyException
com.ibm.soa.parlayx21.common.ServiceException

notifyNotReachable

void notifyNotReachable(java.lang.String correlator,
                        java.net.URI callingParty,
                        java.lang.String callingPartyName,
                        java.net.URI calledParty,
                        SPNotificationExtension notificationExtension)
                        throws java.rmi.RemoteException,
                               InvocationException,
                               com.ibm.soa.parlayx21.common.PolicyException,
                               com.ibm.soa.parlayx21.common.ServiceException
Throws:
java.rmi.RemoteException
InvocationException
com.ibm.soa.parlayx21.common.PolicyException
com.ibm.soa.parlayx21.common.ServiceException

notifyNoAnswer

void notifyNoAnswer(java.lang.String correlator,
                    java.net.URI callingParty,
                    java.lang.String callingPartyName,
                    java.net.URI calledParty,
                    SPNotificationExtension notificationExtension)
                    throws java.rmi.RemoteException,
                           InvocationException,
                           com.ibm.soa.parlayx21.common.PolicyException,
                           com.ibm.soa.parlayx21.common.ServiceException
Throws:
java.rmi.RemoteException
InvocationException
com.ibm.soa.parlayx21.common.PolicyException
com.ibm.soa.parlayx21.common.ServiceException

notifyCalledNumber

void notifyCalledNumber(java.lang.String correlator,
                        java.net.URI callingParty,
                        java.lang.String callingPartyName,
                        java.net.URI calledParty,
                        SPNotificationExtension notificationExtension)
                        throws java.rmi.RemoteException,
                               InvocationException,
                               com.ibm.soa.parlayx21.common.PolicyException,
                               com.ibm.soa.parlayx21.common.ServiceException
Throws:
java.rmi.RemoteException
InvocationException
com.ibm.soa.parlayx21.common.PolicyException
com.ibm.soa.parlayx21.common.ServiceException


Copyright © 2003 IBM Corp. All Rights Reserved.