Uses of Class
com.eviware.soapui.impl.wadl.inference.schema.SchemaSystem

Packages that use SchemaSystem
com.eviware.soapui.impl.wadl.inference.schema   
 

Uses of SchemaSystem in com.eviware.soapui.impl.wadl.inference.schema
 

Methods in com.eviware.soapui.impl.wadl.inference.schema that return SchemaSystem
 SchemaSystem Context.getSchemaSystem()
          Get the SchemaSystem currently used for validation.
 SchemaSystem Schema.getSystem()
          Getter for the SchemaSystem that contains this Schema.
 

Constructors in com.eviware.soapui.impl.wadl.inference.schema with parameters of type SchemaSystem
Context(SchemaSystem system, ConflictHandler handler, org.apache.xmlbeans.XmlCursor cursor)
          Creates a new Context object.
Schema(com.eviware.soapui.inferredSchema.SchemaConfig xml, SchemaSystem schemaSystem)
          Constructs a Schema object using previously saved data.
Schema(java.lang.String namespace, SchemaSystem schemaSystem)
          Constructs a blank new Schema for the given namespace in the given SchemaSystem.
 



Copyright © 2005-2009 eviware.com. All Rights Reserved.