org.apache.cxf.jibx.tools
Class JibxToolingProblemHandler
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JibxToolingProblemHandler
public JibxToolingProblemHandler()
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