|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SchemaBindingInitializer
An implementation of this interface is given an instance of SchemaBinding that is returned from XsdBinder.bind() method during schema binding resolution in SchemaBindingResolver.resolve(). In the init(SchemaBinding schema) method an implementation of this interface can correct/adjust bindings programmatically if pure XSD with annotations binding approach was not sufficient.
| Method Summary | |
|---|---|
SchemaBinding |
init(SchemaBinding schema)
Adjust schema binding programatically if needed. |
| Method Detail |
|---|
SchemaBinding init(SchemaBinding schema)
schema - just resolved schema binding returned from XsdBinder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||