|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eviware.soapui.impl.rest.panels.request.inspectors.schema.InferredSchemaInspector.Handler
public class InferredSchemaInspector.Handler
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.eviware.soapui.impl.wadl.inference.ConflictHandler |
---|
ConflictHandler.Event, ConflictHandler.Type |
Constructor Summary | |
---|---|
InferredSchemaInspector.Handler(com.eviware.soapui.impl.rest.panels.request.inspectors.schema.InferredSchemaInspector.SchemaTabs panel,
org.apache.xmlbeans.XmlObject xml)
|
Method Summary | |
---|---|
boolean |
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. |
void |
go()
|
void |
kill()
|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InferredSchemaInspector.Handler(com.eviware.soapui.impl.rest.panels.request.inspectors.schema.InferredSchemaInspector.SchemaTabs panel, org.apache.xmlbeans.XmlObject xml)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
public void go()
public void kill()
public boolean callback(ConflictHandler.Event event, ConflictHandler.Type type, javax.xml.namespace.QName name, java.lang.String path, java.lang.String message)
ConflictHandler
callback
in interface ConflictHandler
event
- 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |