org.gcube.common.core.informationsystem.notifier
Class ISNotifier.NotificationMessage

java.lang.Object
  extended by 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)

Constructor Summary
ISNotifier.NotificationMessage(QName topic, org.apache.axis.message.MessageElement[] message, org.apache.axis.message.addressing.EndpointReferenceType producer)
           
ISNotifier.NotificationMessage(QName topic, Object message, org.apache.axis.message.addressing.EndpointReferenceType producer)
           
 
Method Summary
 org.apache.axis.message.MessageElement[] getMessage()
          Used to return a RP Notfication Message
 Object getMessageObject()
          Used to return a not RP Notfication Message
 org.apache.axis.message.addressing.EndpointReferenceType getProducer()
           
 QName getTopic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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 © 2012. All Rights Reserved.