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