|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.soa.parlayx21.call_notification.CallNotificationProxy
public class CallNotificationProxy
Constructor Summary | |
---|---|
CallNotificationProxy()
|
Method Summary | |
---|---|
CallNotification |
getCallNotification()
|
java.lang.String |
getEndpoint()
|
void |
notifyBusy(java.lang.String correlator,
java.net.URI callingParty,
java.lang.String callingPartyName,
java.net.URI calledParty)
A busy notification informs the application that a call between two parties was attempted, but the called party was busy. |
void |
notifyCalledNumber(java.lang.String correlator,
java.net.URI callingParty,
java.lang.String callingPartyName,
java.net.URI calledParty)
A called number notification informs the application that a call between two parties is being attempted. |
void |
notifyNoAnswer(java.lang.String correlator,
java.net.URI callingParty,
java.lang.String callingPartyName,
java.net.URI calledParty)
A no answer notification informs the application that a call between two parties was attempted, but the called party did not answer. |
void |
notifyNotReachable(java.lang.String correlator,
java.net.URI callingParty,
java.lang.String callingPartyName,
java.net.URI calledParty)
A not reachable notification informs the application that a call between two parties was attempted, but the called party was not reachable. |
void |
setEndpoint(java.lang.String endpoint)
|
void |
useJNDI(boolean useJNDI)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CallNotificationProxy()
Method Detail |
---|
public void useJNDI(boolean useJNDI)
public java.lang.String getEndpoint()
public void setEndpoint(java.lang.String endpoint)
public CallNotification getCallNotification()
public void notifyBusy(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty) throws java.rmi.RemoteException, PolicyException, ServiceException
CallNotification
A busy notification informs the application that a call between two parties was attempted, but the called party was busy.
None.
notifyBusy
in interface CallNotification
correlator
- xsd:string
Correlator provided in the request to set up this notificationcallingParty
- xsd:anyURI
It contains the address of the callercallingPartyName
- xsd:string
It contains the name of the callercalledParty
- xsd:anyURI
It contains the address of the called party. This party is busy
java.rmi.RemoteException
PolicyException
ServiceException
public void notifyNotReachable(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty) throws java.rmi.RemoteException, PolicyException, ServiceException
CallNotification
A not reachable notification informs the application that a call between two parties was attempted, but the called party was not reachable.
None.
notifyNotReachable
in interface CallNotification
correlator
- xsd:string
Correlator provided in the request to set up this notificationcallingParty
- xsd:anyURI
It contains the address of the callercallingPartyName
- xsd:string
It contains the name of the callercalledParty
- xsd:anyURI
It contains the address of the called party. This party is not reachable
java.rmi.RemoteException
PolicyException
ServiceException
public void notifyNoAnswer(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty) throws java.rmi.RemoteException, PolicyException, ServiceException
CallNotification
A no answer notification informs the application that a call between two parties was attempted, but the called party did not answer.
None.
notifyNoAnswer
in interface CallNotification
correlator
- xsd:string
Correlator provided in the request to set up this notificationcallingParty
- xsd:anyURI
It contains the address of the callercallingPartyName
- xsd:string
It contains the name of the callercalledParty
- xsd:anyURI
It contains the address of the called party. This party did not answer
java.rmi.RemoteException
PolicyException
ServiceException
public void notifyCalledNumber(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty) throws java.rmi.RemoteException, PolicyException, ServiceException
CallNotification
A called number notification informs the application that a call between two parties is being attempted.
None.
notifyCalledNumber
in interface CallNotification
correlator
- xsd:string
Correlator provided in the request to set up this notificationcallingParty
- xsd:anyURI
It contains the address of the callercallingPartyName
- xsd:string
It contains the name of the callercalledParty
- xsd:anyURI
It contains the address of the called party
java.rmi.RemoteException
PolicyException
ServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |