Class | Description |
---|---|
BindingConfiguration |
Represents the contents of a bindings.xml configuration file.
|
BindingConfigurationEntry |
Represents a BindingConfigurationEntry - a specification of a particular
binding by configuration
The configuration entry either consists of a) a
binding class implementing either
Binding ,
ToMarshaller ,
FromUnmarshaller ,
or Converter together with an optional
qualifier, b) an arbitrary class to be inspected for annotations or other
configuration meaningful to a Provider,
or c) an explicit definitionof a method for marshalling or unmarshalling
and/or constructor (either from method or from constructor can be defined but
not both). |
BindingXmlEntityResolver |
A SAX entity resolving capable of resolving files from the classpath when
prefixed with the custom 'classpath:/' URL scheme
|
BindingXmlLoader |
A class capable of reading configuration from a given URL and producing the
resultant
BindingConfiguration representation |
Extension<T> |
Represents a extension in the bindings configuration file
|
Provider |
Represents a provider in the bindings configuration file
|
Copyright © 2010–2018 Jadira Systems. All rights reserved.