|
Oracle Communication and Mobility Server Java API Reference E14335-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManagerClient
public class MessageNotificationManagerClient
Constructor Summary | |
---|---|
MessageNotificationManagerClient()
|
|
MessageNotificationManagerClient(String assertedId)
This constructor registers the assertedIdentityHandler to insert the SOAP header. |
Method Summary | |
---|---|
oracle.webservices.transport.ClientTransport |
getClientTransport()
returns the transport context |
String |
getEndpoint()
|
boolean |
getMaintainSession()
|
String |
getPassword()
|
oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManager |
getPort()
used to access the JAX-RPC level APIs returns the interface of the port instance |
String |
getUsername()
|
void |
setEndpoint(String endpoint)
|
void |
setMaintainSession(boolean maintainSession)
|
void |
setPassword(String password)
|
void |
setUsername(String username)
|
void |
startMessageNotification(org.csapi.schema.parlayx.common.v2_1.SimpleReference reference,
URI messageServiceActivationNumber,
String criteria)
Implemented according to Parlay-X 2.1 specification section 8.4.1. |
void |
stopMessageNotification(String correlator)
Implemented according to the Parlay-X 2.1 specification section 8.4.2. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageNotificationManagerClient() throws Exception
Exception
public MessageNotificationManagerClient(String assertedId) throws Exception
assertedId
- The asserted identity to be used to identify the user.
Exception
Method Detail |
---|
public void startMessageNotification(org.csapi.schema.parlayx.common.v2_1.SimpleReference reference, URI messageServiceActivationNumber, String criteria) throws RemoteException, org.csapi.schema.parlayx.common.v2_1.ServiceException, org.csapi.schema.parlayx.common.v2_1.PolicyException
reference
- Reference to the notification interface.messageServiceActivationNumber
- See Description.criteria
- ignored.
RemoteException
org.csapi.schema.parlayx.common.v2_1.ServiceException
org.csapi.schema.parlayx.common.v2_1.PolicyException
public void stopMessageNotification(String correlator) throws RemoteException, org.csapi.schema.parlayx.common.v2_1.ServiceException, org.csapi.schema.parlayx.common.v2_1.PolicyException
correlator
- Correlator passed in startMessageNotification.
RemoteException
org.csapi.schema.parlayx.common.v2_1.PolicyException
org.csapi.schema.parlayx.common.v2_1.ServiceException
public oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManager getPort()
public String getEndpoint()
public void setEndpoint(String endpoint)
public String getPassword()
public void setPassword(String password)
public String getUsername()
public void setUsername(String username)
public void setMaintainSession(boolean maintainSession)
public boolean getMaintainSession()
public oracle.webservices.transport.ClientTransport getClientTransport()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |