|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.soa.parlayx21.call_direction.CallDirectionManagerProxy
public class CallDirectionManagerProxy
Constructor Summary | |
---|---|
CallDirectionManagerProxy()
|
Method Summary | |
---|---|
CallDirectionManager |
getCallDirectionManager()
|
java.lang.String |
getEndpoint()
|
void |
setEndpoint(java.lang.String endpoint)
|
void |
startCallDirectionNotification(SimpleReference reference,
java.lang.String[] addresses,
CallEvents[] criteria)
This operation initiates notifications to the application for a given address. |
void |
stopCallDirectionNotification(java.lang.String correlator)
The application may end a call direction notification using this operation. |
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 CallDirectionManagerProxy()
Method Detail |
---|
public void useJNDI(boolean useJNDI)
public java.lang.String getEndpoint()
public void setEndpoint(java.lang.String endpoint)
public CallDirectionManager getCallDirectionManager()
public void startCallDirectionNotification(SimpleReference reference, java.lang.String[] addresses, CallEvents[] criteria) throws java.rmi.RemoteException, PolicyException, ServiceException
CallDirectionManager
This operation initiates notifications to the application for a given address. Thethe specified addresses, which are is an Address Data items as defined in ES 202 391-1 [2].
The correlator provided in the reference must be unique for the application Web Service at the time the notification is initiated, otherwise a fault (SVC0005) will be returned to the application.
The criteria specifies the event-specific criteria used by application to define the call event(s) required. Only events that meet this criteria are notified. If the criteria parameter is not present, all call events will be notified.
ServiceException from ES 202 391-1 [2]
* SVC0001 Service error
* SVC0002 Invalid input value
* SVC0005 Duplicate correlator
PolicyException from ES 202 391-1 [2]
* POL0001 Policy error
startCallDirectionNotification
in interface CallDirectionManager
reference
- common:SimpleReference
Notification endpoint definitionaddresses
- xsd:anyURI [1..unbounded]
Addresses for which to receive notificationscriteria
- CallEvents [0..unbounded]
Call events for which a notification is required. If not specified, all call events are notified.
java.rmi.RemoteException
PolicyException
ServiceException
public void stopCallDirectionNotification(java.lang.String correlator) throws java.rmi.RemoteException, PolicyException, ServiceException
CallDirectionManager
ServiceException from ES 202 391-1 [2]
* SVC0001 Service error
* SVC0002 Invalid input value
PolicyException from ES 202 391-1 [2]
* POL0001 Policy error
stopCallDirectionNotification
in interface CallDirectionManager
correlator
- xsd:string
Correlator of request to end
java.rmi.RemoteException
PolicyException
ServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |