| Users that wish to write their own XML 2 Java Binding Provider
have to implement this interface. The provider implementation
does not need to implement caching or synchronization mechanisms
because they are already implemented in X2JB runtime.
It is guaranted to the provider implementator that
only one thread in the time will access its getBinding method.
Each binding factory provider implementation:
- have to provide default accessible constructor
- should be stateless
author: Richard Opalka version: 1.0 See Also: org.x2jb.bind.provider.BindingDefinition |