|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthr.tis.mgw.client.message.notification.MmNotificationPortImpl
Implementation of org.csapi.www.wsdl.parlayx.mm.v1_0.notification.MmNotificationPort
that processes incoming messages from gateway, and triggers apropriate method on registered MessageListener.
Triggering of MessageListener is performed in a new thread to avoid possible blocking of web service threads
in case of bad listener implementations.
MessageManager, for acquiring MMS attachments in case of MMS message receivedMessageListener, for notifying it about received messages
| Constructor Summary | |
MmNotificationPortImpl()
Deprecated. |
|
| Method Summary | |
MessageListener |
getMessageListener()
Deprecated. |
MessageManager |
getMessageManager()
Deprecated. |
void |
notifyMessageReception(java.lang.String routeId,
org.csapi.www.schema.parlayx.mm.v1_0.MessageRef messageRef)
Deprecated. Triggered when notification is received from message gateway. |
void |
setMessageListener(MessageListener messageListener)
Deprecated. Method for registering MessageListener that will asynchronously accept incoming messages and delivery reports from gateway. |
void |
setMessageManager(MessageManager messageManager)
Deprecated. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MmNotificationPortImpl()
| Method Detail |
public void notifyMessageReception(java.lang.String routeId,
org.csapi.www.schema.parlayx.mm.v1_0.MessageRef messageRef)
throws java.rmi.RemoteException,
org.csapi.www.wsdl.parlayx.mm.v1_0.notification.ApplicationException
MmNotificationServletEndpoint
delegates notifications through this method.
notifyMessageReception in interface org.csapi.www.wsdl.parlayx.mm.v1_0.notification.MmNotificationPortrouteId - gateway route ID, or registration ID per Parlay X specificationmessageRef - MessageRef instance
java.rmi.RemoteException - thrown when there was network error
org.csapi.www.wsdl.parlayx.mm.v1_0.notification.ApplicationException - thrown when there was internal application errorpublic void setMessageManager(MessageManager messageManager)
public MessageManager getMessageManager()
public void setMessageListener(MessageListener messageListener)
messageListener - MessageListener instancepublic MessageListener getMessageListener()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||