com.ebmwebsourcing.wsstar.topics.datatypes.api.refinedabstraction
Class RefinedWstopFactory

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.topics.datatypes.api.refinedabstraction.RefinedWstopFactory
All Implemented Interfaces:
WstopFactory

public final class RefinedWstopFactory
extends java.lang.Object
implements WstopFactory


Method Summary
 QueryExpressionType createMessagePattern(java.net.URI dialect)
           
 TopicNamespaceType createTopicNamespaceType(java.net.URI targetNamespace)
           
 TopicNamespaceType.Topic createTopicNamespaceTypeTopic(java.lang.String name)
           
 TopicSetType createTopicSetType()
           
 TopicType createTopicType(java.lang.String name)
           
static WstopFactory getInstance()
           
static WstopFactory getInstance(WstopModelFactory modelFactory)
           
 WstopModelFactory getModel()
           
 WstopReader getWstopReader()
           
 WstopWriter getWstopWriter()
           
protected  void setModel(WstopModelFactory model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static WstopFactory getInstance()
                                throws WstopException
Throws:
WstopException

getInstance

public static WstopFactory getInstance(WstopModelFactory modelFactory)

getModel

public WstopModelFactory getModel()

setModel

protected void setModel(WstopModelFactory model)

createMessagePattern

public QueryExpressionType createMessagePattern(java.net.URI dialect)
Specified by:
createMessagePattern in interface WstopFactory

createTopicNamespaceType

public TopicNamespaceType createTopicNamespaceType(java.net.URI targetNamespace)
Specified by:
createTopicNamespaceType in interface WstopFactory

createTopicNamespaceTypeTopic

public TopicNamespaceType.Topic createTopicNamespaceTypeTopic(java.lang.String name)
Specified by:
createTopicNamespaceTypeTopic in interface WstopFactory

createTopicSetType

public TopicSetType createTopicSetType()
Specified by:
createTopicSetType in interface WstopFactory

createTopicType

public TopicType createTopicType(java.lang.String name)
Specified by:
createTopicType in interface WstopFactory

getWstopReader

public WstopReader getWstopReader()
Specified by:
getWstopReader in interface WstopFactory

getWstopWriter

public WstopWriter getWstopWriter()
Specified by:
getWstopWriter in interface WstopFactory


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