com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api
Interface PublisherRegistrationRP
- All Superinterfaces:
- org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable
- All Known Implementing Classes:
- PublisherRegistrationRPImpl
public interface PublisherRegistrationRP
- extends org.ow2.easywsdl.schema.api.SchemaElement
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation |
getPublisherReference
com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType getPublisherReference()
throws WSNotificationException
- Throws:
WSNotificationException
setPublisherReference
void setPublisherReference(com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType ref)
getTopic
java.util.List<TopicExpressionType> getTopic()
throws WSNotificationException
- Throws:
WSNotificationException
addTopic
void addTopic(TopicExpressionType topic)
isDemand
boolean isDemand()
setDemand
void setDemand(boolean value)
getCreationTime
java.util.Date getCreationTime()
setCreationTime
void setCreationTime(java.util.Date value)
throws WSNotificationException
- Throws:
WSNotificationException
Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.