com.ebmwebsourcing.wsstar.notification.definition.basenotification.api
Interface NotificationMessageHolderType

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

public interface NotificationMessageHolderType
extends org.ow2.easywsdl.schema.api.SchemaElement


Field Summary
static java.lang.String NOTIFY_CONTENT_LOCALPART
           
static java.lang.String NOTIFY_CONTENT_PREFIX
           
static javax.xml.namespace.QName NOTIFY_CONTENT_QNAME
           
static java.lang.String NOTIFY_CONTENT_URI
           
 
Method Summary
 Message getMessage()
           
 com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType getProducerReference()
           
 com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType getSubscriptionReference()
           
 TopicExpressionType getTopic()
           
 void setMessage(Message value)
           
 void setProducerReference(com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType ref)
           
 void setSubscriptionReference(com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType ref)
           
 void setTopic(TopicExpressionType value)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Field Detail

NOTIFY_CONTENT_URI

static final java.lang.String NOTIFY_CONTENT_URI
See Also:
Constant Field Values

NOTIFY_CONTENT_PREFIX

static final java.lang.String NOTIFY_CONTENT_PREFIX
See Also:
Constant Field Values

NOTIFY_CONTENT_LOCALPART

static final java.lang.String NOTIFY_CONTENT_LOCALPART
See Also:
Constant Field Values

NOTIFY_CONTENT_QNAME

static final javax.xml.namespace.QName NOTIFY_CONTENT_QNAME
Method Detail

getSubscriptionReference

com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType getSubscriptionReference()
                                                                                                   throws WSNotificationException
Throws:
WSNotificationException

setSubscriptionReference

void setSubscriptionReference(com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType ref)

getProducerReference

com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType getProducerReference()
                                                                                               throws WSNotificationException
Throws:
WSNotificationException

setProducerReference

void setProducerReference(com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType ref)

getTopic

TopicExpressionType getTopic()
                             throws WSNotificationException
Throws:
WSNotificationException

setTopic

void setTopic(TopicExpressionType value)

getMessage

Message getMessage()

setMessage

void setMessage(Message value)


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