com.ebmwebsourcing.wsstar.brokerednotification.datatypes.api.abstraction
Interface PublisherRegistrationRP
public interface PublisherRegistrationRP
|
Method Summary |
void |
addTopic(com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.TopicExpressionType topic)
|
java.util.Date |
getCreationTime()
|
com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType |
getPublisherReference()
|
java.util.List<com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.TopicExpressionType> |
getTopics()
|
boolean |
isDemand()
|
void |
setCreationTime(java.util.Date gregorianCalendar)
|
void |
setDemand(boolean value)
|
void |
setPublisherReference(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType publisherReference)
|
getPublisherReference
com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType getPublisherReference()
setPublisherReference
void setPublisherReference(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType publisherReference)
isDemand
boolean isDemand()
setDemand
void setDemand(boolean value)
getCreationTime
java.util.Date getCreationTime()
setCreationTime
void setCreationTime(java.util.Date gregorianCalendar)
getTopics
java.util.List<com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.TopicExpressionType> getTopics()
addTopic
void addTopic(com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.TopicExpressionType topic)
Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.