Apache CXF API

org.apache.cxf.jibx.tools
Class JibxToolingProblemHandler

java.lang.Object
  extended by org.apache.cxf.jibx.tools.JibxToolingProblemHandler
All Implemented Interfaces:
org.jibx.schema.validation.ProblemHandler

public class JibxToolingProblemHandler
extends Object
implements org.jibx.schema.validation.ProblemHandler


Constructor Summary
JibxToolingProblemHandler()
           
 
Method Summary
 void handleError(org.jibx.schema.validation.ValidationProblem prob)
           
 void handleFatal(org.jibx.schema.validation.ValidationProblem prob)
           
 void handleSevere(String msg, Throwable thrown)
           
 void handleUnimplemented(org.jibx.schema.validation.ValidationProblem prob)
           
 void handleWarning(org.jibx.schema.validation.ValidationProblem prob)
           
 void report(String msg)
           
 void terminate(String msg)
           
 void terminate(String msg, Throwable thrown)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JibxToolingProblemHandler

public JibxToolingProblemHandler()
Method Detail

handleError

public void handleError(org.jibx.schema.validation.ValidationProblem prob)
Specified by:
handleError in interface org.jibx.schema.validation.ProblemHandler

handleFatal

public void handleFatal(org.jibx.schema.validation.ValidationProblem prob)
Specified by:
handleFatal in interface org.jibx.schema.validation.ProblemHandler

handleUnimplemented

public void handleUnimplemented(org.jibx.schema.validation.ValidationProblem prob)
Specified by:
handleUnimplemented in interface org.jibx.schema.validation.ProblemHandler

handleWarning

public void handleWarning(org.jibx.schema.validation.ValidationProblem prob)
Specified by:
handleWarning in interface org.jibx.schema.validation.ProblemHandler

report

public void report(String msg)
Specified by:
report in interface org.jibx.schema.validation.ProblemHandler

terminate

public void terminate(String msg)
Specified by:
terminate in interface org.jibx.schema.validation.ProblemHandler

terminate

public void terminate(String msg,
                      Throwable thrown)
Specified by:
terminate in interface org.jibx.schema.validation.ProblemHandler

handleSevere

public void handleSevere(String msg,
                         Throwable thrown)

Apache CXF API

Apache CXF