Uses of Interface
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.TopicExpressionType

Packages that use TopicExpressionType
com.ebmwebsourcing.wsstar.notification.definition   
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api   
com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl   
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api   
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.impl   
com.ebmwebsourcing.wsstar.notification.definition.inout   
 

Uses of TopicExpressionType in com.ebmwebsourcing.wsstar.notification.definition
 

Methods in com.ebmwebsourcing.wsstar.notification.definition that return TopicExpressionType
abstract  TopicExpressionType WSNotificationFactory.createTopicExpressionType()
          create an instance of the TopicExpressionType class
 TopicExpressionType WSNotificationFactoryImpl.createTopicExpressionType()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition with parameters of type TopicExpressionType
abstract  javax.xml.bind.JAXBElement<?> WSNotificationFactory.createTopicExpressionType(TopicExpressionType value)
          Create an instance of JAXBElement<com.ebmwebsourcing.wsstar.notification.definition.base.TopicExpressionType >}
 javax.xml.bind.JAXBElement<?> WSNotificationFactoryImpl.createTopicExpressionType(TopicExpressionType value)
           
 

Uses of TopicExpressionType in com.ebmwebsourcing.wsstar.notification.definition.basenotification.api
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.api that return TopicExpressionType
 TopicExpressionType NotificationMessageHolderType.getTopic()
           
 TopicExpressionType GetCurrentMessage.getTopic()
           
 TopicExpressionType FilterType.getTopicExpression()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.api that return types with arguments of type TopicExpressionType
 java.util.List<TopicExpressionType> NotificationProducerRP.getTopicExpression()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.api with parameters of type TopicExpressionType
 void NotificationProducerRP.addTopicExpression(TopicExpressionType topicExpr)
           
 void NotificationMessageHolderType.setTopic(TopicExpressionType value)
           
 void GetCurrentMessage.setTopic(TopicExpressionType topic)
           
 void FilterType.setTopicExpression(TopicExpressionType topicExpr)
           
 

Uses of TopicExpressionType in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl
 

Classes in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl that implement TopicExpressionType
 class TopicExpressionTypeImpl
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl that return TopicExpressionType
 TopicExpressionType NotificationMessageHolderTypeImpl.getTopic()
           
 TopicExpressionType GetCurrentMessageImpl.getTopic()
           
 TopicExpressionType FilterTypeImpl.getTopicExpression()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl that return types with arguments of type TopicExpressionType
 java.util.List<TopicExpressionType> NotificationProducerRPImpl.getTopicExpression()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl with parameters of type TopicExpressionType
 void NotificationProducerRPImpl.addTopicExpression(TopicExpressionType topicExpr)
           
 void NotificationMessageHolderTypeImpl.setTopic(TopicExpressionType value)
           
 void GetCurrentMessageImpl.setTopic(TopicExpressionType topic)
           
 void FilterTypeImpl.setTopicExpression(TopicExpressionType topicExpr)
           
 

Uses of TopicExpressionType in com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api that return types with arguments of type TopicExpressionType
 java.util.List<TopicExpressionType> PublisherRegistrationRP.getTopic()
           
 java.util.List<TopicExpressionType> RegisterPublisher.getTopic()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api with parameters of type TopicExpressionType
 void PublisherRegistrationRP.addTopic(TopicExpressionType topic)
           
 void RegisterPublisher.addTopic(TopicExpressionType value)
           
 

Uses of TopicExpressionType in com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.impl
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.impl that return types with arguments of type TopicExpressionType
 java.util.List<TopicExpressionType> PublisherRegistrationRPImpl.getTopic()
           
 java.util.List<TopicExpressionType> RegisterPublisherImpl.getTopic()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.impl with parameters of type TopicExpressionType
 void PublisherRegistrationRPImpl.addTopic(TopicExpressionType topic)
           
 void RegisterPublisherImpl.addTopic(TopicExpressionType value)
           
 

Uses of TopicExpressionType in com.ebmwebsourcing.wsstar.notification.definition.inout
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.inout that return TopicExpressionType
 TopicExpressionType WSNotificationReader.readTopicExpressionType(org.w3c.dom.Document doc)
          Unmarshall TopicExpressionType object from a Document representation fragment object
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.inout with parameters of type TopicExpressionType
 org.w3c.dom.Document WSNotificationWriter.writeTopicExpressionType(TopicExpressionType topicExpression)
          marshall a TopicExpressionType object
 



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