public class JibxToolingProblemHandler extends Object implements org.jibx.schema.validation.ProblemHandler
Constructor and Description |
---|
JibxToolingProblemHandler() |
Modifier and Type | Method and Description |
---|---|
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) |
public void handleError(org.jibx.schema.validation.ValidationProblem prob)
handleError
in interface org.jibx.schema.validation.ProblemHandler
public void handleFatal(org.jibx.schema.validation.ValidationProblem prob)
handleFatal
in interface org.jibx.schema.validation.ProblemHandler
public void handleUnimplemented(org.jibx.schema.validation.ValidationProblem prob)
handleUnimplemented
in interface org.jibx.schema.validation.ProblemHandler
public void handleWarning(org.jibx.schema.validation.ValidationProblem prob)
handleWarning
in interface org.jibx.schema.validation.ProblemHandler
public void report(String msg)
report
in interface org.jibx.schema.validation.ProblemHandler
public void terminate(String msg)
terminate
in interface org.jibx.schema.validation.ProblemHandler
public void terminate(String msg, Throwable thrown)
terminate
in interface org.jibx.schema.validation.ProblemHandler
Apache CXF