Uses of Interface
com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.TopicExpressionType

Packages that use TopicExpressionType
com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction   
com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor   
com.ebmwebsourcing.wsstar.basenotification.datatypes.api.refinedabstraction   
 

Uses of TopicExpressionType in com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction
 

Methods in com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction that return TopicExpressionType
 TopicExpressionType WsnbFactory.createTopicExpressionType(java.net.URI dialect)
           
 TopicExpressionType NotificationMessageHolderType.getTopic()
           
 TopicExpressionType GetCurrentMessage.getTopic()
           
 TopicExpressionType WsnbReader.readTopicExpressionType(org.w3c.dom.Document document)
           
 

Methods in com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction that return types with arguments of type TopicExpressionType
 java.util.List<TopicExpressionType> FilterType.getTopicExpressions()
           
 java.util.List<TopicExpressionType> NotificationProducerRP.getTopicExpressions()
           
 

Methods in com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction with parameters of type TopicExpressionType
 void FilterType.addTopicExpression(TopicExpressionType value)
           
 void NotificationProducerRP.addTopicExpression(TopicExpressionType value)
           
 GetCurrentMessage WsnbFactory.createGetCurrentMessage(TopicExpressionType concreteTopic)
           
 void NotificationMessageHolderType.setTopic(TopicExpressionType concreteTopic)
           
 void GetCurrentMessage.setTopic(TopicExpressionType value)
           
 org.w3c.dom.Document WsnbWriter.writeTopicExpressionTypeAsDOM(TopicExpressionType value)
           
 

Uses of TopicExpressionType in com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor
 

Methods in com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor that return TopicExpressionType
 TopicExpressionType WsnbModelFactory.createWsnbModelTopicExpressionType(java.net.URI dialect)
           
 

Methods in com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor with parameters of type TopicExpressionType
 GetCurrentMessage WsnbModelFactory.createWsnbModelGetCurrentMessage(TopicExpressionType concreteTopic)
           
 

Uses of TopicExpressionType in com.ebmwebsourcing.wsstar.basenotification.datatypes.api.refinedabstraction
 

Methods in com.ebmwebsourcing.wsstar.basenotification.datatypes.api.refinedabstraction that return TopicExpressionType
 TopicExpressionType RefinedWsnbFactory.createTopicExpressionType(java.net.URI dialect)
           
 

Methods in com.ebmwebsourcing.wsstar.basenotification.datatypes.api.refinedabstraction with parameters of type TopicExpressionType
 GetCurrentMessage RefinedWsnbFactory.createGetCurrentMessage(TopicExpressionType concreteTopic)
           
 



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