Examples of addNewTopicSpace()


Examples of org.oasisOpen.docs.wsn.x2004.x06.wsnWSTopics12Draft01.TopicSpaceDocument.addNewTopicSpace()

    * @return DOCUMENT_ME
    */
   public XmlObject toXmlObject( TopicNamespace topicNs )
   {
      TopicSpaceDocument topicSpaceDoc  = TopicSpaceDocument.Factory.newInstance(  );
      TopicSpaceType     topicSpaceType = topicSpaceDoc.addNewTopicSpace(  );

      // TODO: finish this
      return topicSpaceType;
   }
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.