com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction
Interface NotificationMessageHolderType


public interface NotificationMessageHolderType


Nested Class Summary
static interface NotificationMessageHolderType.Message
           
 
Method Summary
 NotificationMessageHolderType.Message getMessage()
           
 com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType getProducerReference()
           
 com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType getSubscriptionReference()
           
 TopicExpressionType getTopic()
           
 void setMessage(NotificationMessageHolderType.Message msg)
           
 void setProducerReference(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType newNotificationMsgOwner)
           
 void setSubscriptionReference(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType value)
           
 void setTopic(TopicExpressionType concreteTopic)
           
 

Method Detail

getTopic

TopicExpressionType getTopic()

setTopic

void setTopic(TopicExpressionType concreteTopic)

getMessage

NotificationMessageHolderType.Message getMessage()

setMessage

void setMessage(NotificationMessageHolderType.Message msg)

getSubscriptionReference

com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType getSubscriptionReference()

setSubscriptionReference

void setSubscriptionReference(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType value)

getProducerReference

com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType getProducerReference()

setProducerReference

void setProducerReference(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType newNotificationMsgOwner)


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