com.ebmwebsourcing.wsstar.topics.datatypes.impl.impl
Class WstopReaderImpl
java.lang.Object
com.ebmwebsourcing.wsstar.topics.datatypes.impl.impl.WstopReaderImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.WstopReader
public class WstopReaderImpl
- extends java.lang.Object
- implements com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.WstopReader
|
Method Summary |
com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.QueryExpressionType |
readMessagePattern(org.w3c.dom.Document document)
|
com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType |
readTopicNamespaceType(org.w3c.dom.Document document)
|
com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicSetType |
readTopicSetType(org.w3c.dom.Document document)
|
com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicSetType |
readTopicSetType(org.xml.sax.InputSource source)
Read a TopicSetType XML definition from an InputSource object
into a WS-Topics JAXB model TopicSetType instance. |
com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicType |
readTopicType(org.w3c.dom.Document document)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WstopReaderImpl
protected WstopReaderImpl()
- Default constructor
WstopReaderImpl
protected WstopReaderImpl(java.lang.String[] nsAndPrefixForMarshalling)
readMessagePattern
public final com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.QueryExpressionType readMessagePattern(org.w3c.dom.Document document)
throws com.ebmwebsourcing.wsstar.topics.datatypes.api.utils.WstopException
- Specified by:
readMessagePattern in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.WstopReader
- Throws:
com.ebmwebsourcing.wsstar.topics.datatypes.api.utils.WstopException
readTopicNamespaceType
public final com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicNamespaceType readTopicNamespaceType(org.w3c.dom.Document document)
throws com.ebmwebsourcing.wsstar.topics.datatypes.api.utils.WstopException
- Specified by:
readTopicNamespaceType in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.WstopReader
- Throws:
com.ebmwebsourcing.wsstar.topics.datatypes.api.utils.WstopException
readTopicSetType
public final com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicSetType readTopicSetType(org.w3c.dom.Document document)
throws com.ebmwebsourcing.wsstar.topics.datatypes.api.utils.WstopException
- Specified by:
readTopicSetType in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.WstopReader
- Throws:
com.ebmwebsourcing.wsstar.topics.datatypes.api.utils.WstopException
readTopicSetType
public final com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicSetType readTopicSetType(org.xml.sax.InputSource source)
throws com.ebmwebsourcing.wsstar.topics.datatypes.api.utils.WstopException
- Read a TopicSetType XML definition from an
InputSource object
into a WS-Topics JAXB model TopicSetType instance.
- Specified by:
readTopicSetType in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.WstopReader
- Parameters:
inputSource - an InputSource pointing to the SchemaImpl document, an XML
document obeying the SchemaImpl parent.
- Returns:
- the definition described in the document pointed to by the
InputSource.
- Throws:
com.ebmwebsourcing.wsstar.topics.datatypes.api.utils.WstopException
readTopicType
public final com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.TopicType readTopicType(org.w3c.dom.Document document)
throws com.ebmwebsourcing.wsstar.topics.datatypes.api.utils.WstopException
- Specified by:
readTopicType in interface com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.WstopReader
- Throws:
com.ebmwebsourcing.wsstar.topics.datatypes.api.utils.WstopException
Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.