oracle.sdp.parlayx.multimedia_messaging.notification
Class MessageNotificationClient
java.lang.Object
oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotificationClient
public class MessageNotificationClient
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageNotificationClient
public MessageNotificationClient()
throws Exception
- Throws:
Exception
notifyMessageReception
public void notifyMessageReception(String correlator,
org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference message)
throws RemoteException
- delegate all operations to the underlying implementation class.
- Throws:
RemoteException
notifyMessageDeliveryReceipt
public void notifyMessageDeliveryReceipt(String correlator,
org.csapi.schema.parlayx.multimedia_messaging.v2_4.DeliveryInformation deliveryStatus)
throws RemoteException
- Throws:
RemoteException
getPort
public oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotification getPort()
- used to access the JAX-RPC level APIs
returns the interface of the port instance
getEndpoint
public String getEndpoint()
setEndpoint
public void setEndpoint(String endpoint)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
setMaintainSession
public void setMaintainSession(boolean maintainSession)
getMaintainSession
public boolean getMaintainSession()
getClientTransport
public oracle.webservices.transport.ClientTransport getClientTransport()
- returns the transport context
Copyright © 2007-2009 Oracle Corporation. All Rights Reserved.