|
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 | |
---|---|
boolean |
setupValidation(XMLStreamReader reader,
Endpoint endpoint,
ServiceInfo serviceInfo)
Install the schemas onto the reader for validation. |
boolean |
setupValidation(XMLStreamWriter writer,
Endpoint endpoint,
ServiceInfo serviceInfo)
Install the schemas onto the writer for validation. |
Method Detail |
---|
boolean setupValidation(XMLStreamReader reader, Endpoint endpoint, ServiceInfo serviceInfo) throws XMLStreamException
reader
- - the reader to enable validationserviceInfo
- - the Service to pull the schema from
XMLStreamException
boolean setupValidation(XMLStreamWriter writer, Endpoint endpoint, 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 |