public class WoodstoxValidationImpl extends Object implements StaxValidationManager
| Constructor and Description |
|---|
WoodstoxValidationImpl(Bus b) |
| Modifier and Type | Method and Description |
|---|---|
void |
setupValidation(javax.xml.stream.XMLStreamReader reader,
ServiceInfo serviceInfo)
Install the schemas onto the reader for validation.
|
void |
setupValidation(javax.xml.stream.XMLStreamWriter writer,
ServiceInfo serviceInfo)
Install the schemas onto the writer for validation.
|
public WoodstoxValidationImpl(Bus b)
public void setupValidation(javax.xml.stream.XMLStreamReader reader, ServiceInfo serviceInfo) throws javax.xml.stream.XMLStreamException
StaxValidationManagersetupValidation in interface StaxValidationManagerreader - - the reader to enable validationserviceInfo - - the Service to pull the schema fromjavax.xml.stream.XMLStreamExceptionpublic void setupValidation(javax.xml.stream.XMLStreamWriter writer, ServiceInfo serviceInfo) throws javax.xml.stream.XMLStreamException
StaxValidationManagersetupValidation in interface StaxValidationManagerwriter - - the writer to enable validationserviceInfo - - the Service to pull the schema fromjavax.xml.stream.XMLStreamExceptionApache CXF