Uses of Interface
com.eviware.soapui.impl.wadl.inference.ConflictHandler

Packages that use ConflictHandler
com.eviware.soapui.impl.rest.panels.request.inspectors.schema   
com.eviware.soapui.impl.wadl.inference   
com.eviware.soapui.impl.wadl.inference.schema   
com.eviware.soapui.impl.wadl.inference.support   
 

Uses of ConflictHandler in com.eviware.soapui.impl.rest.panels.request.inspectors.schema
 

Classes in com.eviware.soapui.impl.rest.panels.request.inspectors.schema that implement ConflictHandler
 class InferredSchemaInspector.Handler
           
 

Uses of ConflictHandler in com.eviware.soapui.impl.wadl.inference
 

Methods in com.eviware.soapui.impl.wadl.inference with parameters of type ConflictHandler
 void InferredSchema.learningValidate(org.apache.xmlbeans.XmlObject xml, ConflictHandler handler)
          Attempts to validate the given XML against the inferred schema.
 

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

Methods in com.eviware.soapui.impl.wadl.inference.schema that return ConflictHandler
 ConflictHandler Context.getHandler()
          Getter for the contained ConflictHandler.
 

Methods in com.eviware.soapui.impl.wadl.inference.schema with parameters of type ConflictHandler
 void SchemaSystem.validate(org.apache.xmlbeans.XmlObject xmlo, ConflictHandler handler)
          Validate an XmlObject against the contained inferred schemas.
 

Constructors in com.eviware.soapui.impl.wadl.inference.schema with parameters of type ConflictHandler
Context(SchemaSystem system, ConflictHandler handler, org.apache.xmlbeans.XmlCursor cursor)
          Creates a new Context object.
 

Uses of ConflictHandler in com.eviware.soapui.impl.wadl.inference.support
 

Classes in com.eviware.soapui.impl.wadl.inference.support that implement ConflictHandler
 class AllowAll
          ConflictHandler that allows any changes that need to be made to the schema in order to validate against given XML document.
 class DenyAll
          A ConflictHandler that denies any attempt to change the inferred schema.
 

Methods in com.eviware.soapui.impl.wadl.inference.support with parameters of type ConflictHandler
 void InferredSchemaImpl.learningValidate(org.apache.xmlbeans.XmlObject xml, ConflictHandler handler)
           
 



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