|
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(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. |
Method Detail |
---|
void setupValidation(XMLStreamReader reader, ServiceInfo serviceInfo) throws XMLStreamException
reader
- - the reader to enable validationserviceInfo
- - the Service to pull the schema from
XMLStreamException
void setupValidation(XMLStreamWriter writer, ServiceInfo serviceInfo) throws XMLStreamException
writer
- - the writer to enable validationserviceInfo
- - the Service to pull the schema from
XMLStreamException
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |