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


Method Summary
 void addTopic(TopicExpressionType topic)
           
 java.util.Date getCreationTime()
           
 com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType getPublisherReference()
           
 java.util.List<TopicExpressionType> getTopic()
           
 boolean isDemand()
           
 void setCreationTime(java.util.Date value)
           
 void setDemand(boolean value)
           
 void setPublisherReference(com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType ref)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Method Detail

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.