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

java.lang.Object
  extended by org.gcube.common.core.informationsystem.notifier.ISNotifier.TopicData
Enclosing interface:
ISNotifier

public static class ISNotifier.TopicData
extends Object

Topic registration data

Author:
Lucio Lelii (ISTI-CNR)

Constructor Summary
ISNotifier.TopicData(QName topic, org.apache.axis.message.addressing.EndpointReferenceType epr)
           
 
Method Summary
 org.apache.axis.message.addressing.EndpointReferenceType getEpr()
           
 QName getTopic()
           
 void setEpr(org.apache.axis.message.addressing.EndpointReferenceType epr)
           
 void setTopic(QName topic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISNotifier.TopicData

public ISNotifier.TopicData(QName topic,
                            org.apache.axis.message.addressing.EndpointReferenceType epr)
Method Detail

getTopic

public QName getTopic()

setTopic

public void setTopic(QName topic)

getEpr

public org.apache.axis.message.addressing.EndpointReferenceType getEpr()

setEpr

public void setEpr(org.apache.axis.message.addressing.EndpointReferenceType epr)


Copyright © 2013. All Rights Reserved.