|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.developer.ValidationErrorHandler
public abstract class ValidationErrorHandler
An ErrorHandler
to receive errors encountered during the
Validator.validate(javax.xml.transform.Source)
method invocation. Specify
a custom handler in SchemaValidation
, SchemaValidationFeature
to customize the error handling process during validation.
SchemaValidation
Field Summary | |
---|---|
protected Packet |
packet
|
Constructor Summary | |
---|---|
ValidationErrorHandler()
|
Method Summary | |
---|---|
void |
setPacket(Packet packet)
Use it to communicate validation errors with the application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.xml.sax.ErrorHandler |
---|
error, fatalError, warning |
Field Detail |
---|
protected Packet packet
Constructor Detail |
---|
public ValidationErrorHandler()
Method Detail |
---|
public void setPacket(Packet packet)
Packet.invocationProperties
during request processing and can be accessed in the endpoint
via MessageContext
packet
- for request or response message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |