public interface StaxValidationManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
setupValidation(XMLStreamReader reader,
Endpoint endpoint,
ServiceInfo serviceInfo)
Install the schemas onto the reader for validation.
|
boolean |
setupValidation(XMLStreamWriter writer,
Endpoint endpoint,
ServiceInfo serviceInfo)
Install the schemas onto the writer for validation.
|
boolean setupValidation(XMLStreamReader reader, Endpoint endpoint, ServiceInfo serviceInfo) throws XMLStreamException
reader - - the reader to enable validationserviceInfo - - the Service to pull the schema fromXMLStreamExceptionboolean setupValidation(XMLStreamWriter writer, Endpoint endpoint, ServiceInfo serviceInfo) throws XMLStreamException
writer - - the writer to enable validationserviceInfo - - the Service to pull the schema fromXMLStreamExceptionApache CXF