org.gcube.common.core.informationsystem.notifier
Class ISNotifier.NotificationMessage
java.lang.Object
org.gcube.common.core.informationsystem.notifier.ISNotifier.NotificationMessage
- Enclosing interface:
- ISNotifier
public static class ISNotifier.NotificationMessage
- extends Object
Delivered Notification
- Author:
- Manuele Simi (ISTI-CNR)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISNotifier.NotificationMessage
public ISNotifier.NotificationMessage(QName topic,
org.apache.axis.message.MessageElement[] message,
org.apache.axis.message.addressing.EndpointReferenceType producer)
ISNotifier.NotificationMessage
public ISNotifier.NotificationMessage(QName topic,
Object message,
org.apache.axis.message.addressing.EndpointReferenceType producer)
getTopic
public QName getTopic()
- Returns:
- the topic
getMessage
public org.apache.axis.message.MessageElement[] getMessage()
- Used to return a RP Notfication Message
- Returns:
- the message
getMessageObject
public Object getMessageObject()
- Used to return a not RP Notfication Message
- Returns:
- the message
getProducer
public org.apache.axis.message.addressing.EndpointReferenceType getProducer()
- Returns:
- the producer
Copyright © 2013. All Rights Reserved.