|
||||||||||
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.Content.Factory
public static class Content.Factory
A static factory class for creating new instances.
Constructor Summary | |
---|---|
Content.Factory()
|
Method Summary | |
---|---|
static Content |
newContent(Schema schema)
Creates a new, empty, Content. |
static Content |
parse(com.eviware.soapui.inferredSchema.ContentConfig xml,
Schema schema)
Constructs a Content object using previously saved data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Content.Factory()
Method Detail |
---|
public static Content newContent(Schema schema)
schema
- The Schema in which the Content will live.
public static Content parse(com.eviware.soapui.inferredSchema.ContentConfig xml, Schema schema)
xml
- XmlObject to which data has previously been saved.schema
- The Schema in which to place the newly constructed Content.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |