Uses of Interface
org.x2jb.bind.spi.provider.BindingDefinition

Packages that use BindingDefinition
org.x2jb.bind.spi.provider Extensibility package for creating custom XML 2 Java Binding providers. 
 

Uses of BindingDefinition in org.x2jb.bind.spi.provider
 

Methods in org.x2jb.bind.spi.provider that return BindingDefinition
 BindingDefinition BindingFactory.getBinding(java.lang.reflect.Method method)
          Returns BindingDefinition associated with the method method or null if there is no associated mapping definition.