com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api
Interface RegisterPublisher

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, org.ow2.easywsdl.schema.api.XMLElement
All Known Implementing Classes:
RegisterPublisherImpl

public interface RegisterPublisher
extends org.ow2.easywsdl.schema.api.XMLElement


Method Summary
 void addTopic(TopicExpressionType value)
           
 java.util.Date getInitialTerminationTime()
           
 com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType getPublisherReference()
           
 java.util.List<TopicExpressionType> getTopic()
           
 boolean isDemand()
           
 void setDemand(java.lang.Boolean value)
           
 void setInitialTerminationTime(java.util.Date value)
           
 void setPublisherReference(com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType ref)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
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)

isDemand

boolean isDemand()

setDemand

void setDemand(java.lang.Boolean value)

getInitialTerminationTime

java.util.Date getInitialTerminationTime()

setInitialTerminationTime

void setInitialTerminationTime(java.util.Date value)
                               throws WSNotificationException
Throws:
WSNotificationException

getTopic

java.util.List<TopicExpressionType> getTopic()
                                             throws WSNotificationException
Throws:
WSNotificationException

addTopic

void addTopic(TopicExpressionType value)


Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.