public class InferredSchemaInspector.Handler extends Object implements ConflictHandler, Runnable
ConflictHandler.Event, ConflictHandler.Type| Constructor and Description |
|---|
Handler(com.eviware.soapui.impl.rest.panels.request.inspectors.schema.InferredSchemaInspector.SchemaTabs panel,
org.apache.xmlbeans.XmlObject xml) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
callback(ConflictHandler.Event event,
ConflictHandler.Type type,
QName name,
String path,
String message)
Callback method for deciding whether given Xml document is valid or not,
and if so, to expand the schema.
|
void |
go() |
void |
kill() |
void |
run() |
public Handler(com.eviware.soapui.impl.rest.panels.request.inspectors.schema.InferredSchemaInspector.SchemaTabs panel,
org.apache.xmlbeans.XmlObject xml)
public void go()
public void kill()
public boolean callback(ConflictHandler.Event event, ConflictHandler.Type type, QName name, String path, String message)
ConflictHandlercallback in interface ConflictHandlerevent - What type of event this is, creation or modification.type - The type of particle that this is in regards to.name - The QName for the particle that is being modified.path - The path to the element that is being changed (or contains the
attribute/has the type that is beng changed).message - A short message describing the change.Copyright © 2019. All Rights Reserved.