com.ebmwebsourcing.wsstar.qml
Class WSQMLFactoryImpl

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.qml.WSQMLFactory
      extended by com.ebmwebsourcing.wsstar.qml.WSQMLFactoryImpl

public class WSQMLFactoryImpl
extends WSQMLFactory

This class is a concrete implementation of the abstract class WSDMFactory. Some ideas used here have been shamelessly copied from the wonderful JAXP and Xerces work.

Author:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
WSQMLFactoryImpl()
           
 
Method Summary
 Constraint newConstraint()
           
 EquivalentTo newEquivalentTo()
           
 QOSDimension newQOSDimension()
           
 WSQMLReader newWSQMLReader()
          Create a new instance of a WSDLReaderImpl.
 WSQMLWriter newWSQMLWriter()
          Create a new instance of a WSDLWriterImpl.
 
Methods inherited from class com.ebmwebsourcing.wsstar.qml.WSQMLFactory
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSQMLFactoryImpl

public WSQMLFactoryImpl()
Method Detail

newWSQMLReader

public WSQMLReader newWSQMLReader()
                           throws WSQMLException
Create a new instance of a WSDLReaderImpl.

Specified by:
newWSQMLReader in class WSQMLFactory
Throws:
WSDMException
WSQMLException

newWSQMLWriter

public WSQMLWriter newWSQMLWriter()
                           throws WSQMLException
Create a new instance of a WSDLWriterImpl.

Specified by:
newWSQMLWriter in class WSQMLFactory
Throws:
WSDMException
WSQMLException

newQOSDimension

public QOSDimension newQOSDimension()
                             throws WSQMLException
Specified by:
newQOSDimension in class WSQMLFactory
Throws:
WSQMLException

newConstraint

public Constraint newConstraint()
                         throws WSQMLException
Specified by:
newConstraint in class WSQMLFactory
Throws:
WSQMLException

newEquivalentTo

public EquivalentTo newEquivalentTo()
                             throws WSQMLException
Specified by:
newEquivalentTo in class WSQMLFactory
Throws:
WSQMLException


Copyright © 2009 eBM Websourcing. All Rights Reserved.