org.gcube.common.core.informationsystem.notifier
Class ISNotifier.TopicData
java.lang.Object
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)
|
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 |
ISNotifier.TopicData
public ISNotifier.TopicData(QName topic,
org.apache.axis.message.addressing.EndpointReferenceType epr)
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.