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
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation |
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
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 eBM Websourcing. All Rights Reserved.