|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StaxValidationManager
This interface defines a bus service for Stax validation. Initially, this is purely with Woodstox4 and msv.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void setupValidation(javax.xml.stream.XMLStreamReader reader, ServiceInfo serviceInfo) throws javax.xml.stream.XMLStreamException
reader
- - the reader to enable validationserviceInfo
- - the Service to pull the schema from
javax.xml.stream.XMLStreamException
void setupValidation(javax.xml.stream.XMLStreamWriter writer, ServiceInfo serviceInfo) throws javax.xml.stream.XMLStreamException
writer
- - the writer to enable validationserviceInfo
- - the Service to pull the schema from
javax.xml.stream.XMLStreamException
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |