|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.qml.WSQMLFactory
public abstract class WSQMLFactory
This abstract class defines a factory API that enables applications to obtain a WSDMFactory capable of producing new Definitions, new WSDLReaders, and new WSDLWriters. Some ideas used here have been shamelessly copied from the wonderful JAXP and Xerces work.
| Constructor Summary | |
|---|---|
WSQMLFactory()
|
|
| Method Summary | |
|---|---|
abstract Constraint |
newConstraint()
|
abstract EquivalentTo |
newEquivalentTo()
|
static WSQMLFactory |
newInstance()
Get a new instance of a WSDMFactory. |
abstract QOSDimension |
newQOSDimension()
|
abstract WSQMLReader |
newWSQMLReader()
Create a new instance of a QoSMetrics. |
abstract WSQMLWriter |
newWSQMLWriter()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSQMLFactory()
| Method Detail |
|---|
public static WSQMLFactory newInstance()
throws WSQMLException
The steps in order are:
Once an instance of a WSDMFactory is obtained, invoke newDefinition(), newWSDLReader(), or newWSDLWriter(), to create the desired instances.
WSQMLException
public abstract WSQMLReader newWSQMLReader()
throws WSQMLException
WSDMException
WSQMLException
public abstract WSQMLWriter newWSQMLWriter()
throws WSQMLException
WSQMLException
public abstract QOSDimension newQOSDimension()
throws WSQMLException
WSQMLException
public abstract Constraint newConstraint()
throws WSQMLException
WSQMLException
public abstract EquivalentTo newEquivalentTo()
throws WSQMLException
WSQMLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||