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
| 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 |
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.