org.apache.cxf.io
Interface StaxValidationManager
public interface StaxValidationManager
This interface defines a bus service for Stax validation.
Initially, this is purely with Woodstox4 and msv.
setupValidation
void setupValidation(javax.xml.stream.XMLStreamReader reader,
ServiceInfo serviceInfo)
throws javax.xml.stream.XMLStreamException
- Install the schemas onto the reader for validation.
- Parameters:
reader
- schemas
-
- Throws:
javax.xml.stream.XMLStreamException
setupValidation
void setupValidation(javax.xml.stream.XMLStreamWriter writer,
ServiceInfo serviceInfo)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
Apache CXF