Uses of Class
com.eviware.soapui.impl.wadl.inference.ConflictHandler.Event

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

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

Methods in com.eviware.soapui.impl.rest.panels.request.inspectors.schema with parameters of type ConflictHandler.Event
 boolean InferredSchemaInspector.Handler.callback(ConflictHandler.Event event, ConflictHandler.Type type, javax.xml.namespace.QName name, java.lang.String path, java.lang.String message)
           
 

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

Methods in com.eviware.soapui.impl.wadl.inference that return ConflictHandler.Event
static ConflictHandler.Event ConflictHandler.Event.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConflictHandler.Event[] ConflictHandler.Event.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eviware.soapui.impl.wadl.inference with parameters of type ConflictHandler.Event
 boolean ConflictHandler.callback(ConflictHandler.Event event, ConflictHandler.Type type, javax.xml.namespace.QName name, java.lang.String path, java.lang.String message)
          Callback method for deciding whether given Xml document is valid or not, and if so, to expand the schema.
 

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

Methods in com.eviware.soapui.impl.wadl.inference.support with parameters of type ConflictHandler.Event
 boolean DenyAll.callback(ConflictHandler.Event event, ConflictHandler.Type type, javax.xml.namespace.QName name, java.lang.String path, java.lang.String message)
           
 boolean AllowAll.callback(ConflictHandler.Event event, ConflictHandler.Type type, javax.xml.namespace.QName name, java.lang.String path, java.lang.String message)
           
 



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