public class MessageNotificationManagerClient extends oracle.sdpinternal.parlayx.ParlayXClientBase implements MessageNotificationManager
| Constructor and Description |
|---|
MessageNotificationManagerClient(Map<String,Object> parameters)
Construct a client capable of invoking a Parlay X
MessageNotificationManager webservice.
|
| Modifier and Type | Method and Description |
|---|---|
MessageNotificationManager |
getPort() |
void |
startMessageNotification(SimpleReference reference,
String messageServiceActivationNumber,
String criteria) |
void |
stopMessageNotification(String correlator) |
public MessageNotificationManagerClient(Map<String,Object> parameters)
parameters - A Map of configuration parameters for the client. The
values in this map will be passed through to the JAX-WS
RequestContext as described above.public MessageNotificationManager getPort()
public void startMessageNotification(SimpleReference reference, String messageServiceActivationNumber, String criteria) throws PolicyException, ServiceException
startMessageNotification in interface MessageNotificationManagerPolicyExceptionServiceExceptionpublic void stopMessageNotification(String correlator) throws PolicyException, ServiceException
stopMessageNotification in interface MessageNotificationManagerPolicyExceptionServiceExceptionCopyright © 2009,2014 Oracle and/or its affiliates. All rights reserved.