Uses of Interface
com.ebmwebsourcing.wsstar.notification.definition.topics.api.TopicType

Packages that use TopicType
com.ebmwebsourcing.wsstar.notification.definition   
com.ebmwebsourcing.wsstar.notification.definition.inout   
com.ebmwebsourcing.wsstar.notification.definition.topics.api   
com.ebmwebsourcing.wsstar.notification.definition.topics.impl   
 

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

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

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

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

Methods in com.ebmwebsourcing.wsstar.notification.definition.inout with parameters of type TopicType
 org.w3c.dom.Document WSNotificationWriterImpl.writeTopicType(TopicType topic)
           
 org.w3c.dom.Document WSNotificationWriter.writeTopicType(TopicType topic)
          marshall a TopicType object
 

Uses of TopicType in com.ebmwebsourcing.wsstar.notification.definition.topics.api
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.topics.api that return types with arguments of type TopicType
 java.util.List<TopicType> TopicType.getChildren()
           
 java.util.List<TopicType> TopicNamespaceType.getTopics()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.topics.api with parameters of type TopicType
 void TopicNamespaceType.addTopic(TopicType value)
           
 void TopicType.addTopicChild(TopicType value)
           
 

Uses of TopicType in com.ebmwebsourcing.wsstar.notification.definition.topics.impl
 

Classes in com.ebmwebsourcing.wsstar.notification.definition.topics.impl that implement TopicType
 class TopicTypeImpl
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.topics.impl that return types with arguments of type TopicType
 java.util.List<TopicType> TopicTypeImpl.getChildren()
           
 java.util.List<TopicType> TopicNamespaceTypeImpl.getTopics()
           
 

Methods in com.ebmwebsourcing.wsstar.notification.definition.topics.impl with parameters of type TopicType
 void TopicNamespaceTypeImpl.addTopic(TopicType value)
           
 void TopicTypeImpl.addTopicChild(TopicType value)
           
 



Copyright © 2009 eBM Websourcing. All Rights Reserved.