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
 TopicExpressionType WSNotificationFactoryImpl.createTopicExpressionType()
           
abstract  TopicExpressionType WSNotificationFactory.createTopicExpressionType()
          create an instance of the TopicExpressionType class
 

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

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 FilterType.getTopicExpression()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.api with parameters of type TopicExpressionType
 void NotificationMessageHolderType.setTopic(TopicExpressionType value)
           
 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 FilterTypeImpl.getTopicExpression()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.basenotification.impl with parameters of type TopicExpressionType
 void NotificationMessageHolderTypeImpl.setTopic(TopicExpressionType value)
           
 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> RegisterPublisher.getTopic()
           
 java.util.List<TopicExpressionType> PublisherRegistrationRP.getTopic()
           
 

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

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> RegisterPublisherImpl.getTopic()
           
 java.util.List<TopicExpressionType> PublisherRegistrationRPImpl.getTopic()
           
 

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

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

Methods in com.ebmwebsourcing.wsstar.notification.definition.inout that return TopicExpressionType
 TopicExpressionType WSNotificationReaderImpl.readTopicExpressionType(org.w3c.dom.Document doc)
           
 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 WSNotificationWriterImpl.writeTopicExpressionType(TopicExpressionType topicExpression)
           
 org.w3c.dom.Document WSNotificationWriter.writeTopicExpressionType(TopicExpressionType topicExpression)
          marshall a TopicExpressionType object
 



Copyright © 2009 eBM Websourcing. All Rights Reserved.