|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eviware.soapui.impl.wadl.inference.schema.Type.Factory
public static class Type.Factory
A static factory class for creating new instances.
| Constructor Summary | |
|---|---|
Type.Factory()
|
|
| Method Summary | |
|---|---|
static Type |
newType(Schema schema)
Creates a new empty Type object. |
static Type |
parse(com.eviware.soapui.inferredSchema.TypeConfig xml,
Schema schema)
Parses the given XmlObject into a Type instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Type.Factory()
| Method Detail |
|---|
public static Type newType(Schema schema)
schema - The Schema in which to place the type.
public static Type parse(com.eviware.soapui.inferredSchema.TypeConfig xml,
Schema schema)
xml - The XmlObject storing the saved type.schema - The schema in which to place the type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||