Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Service model itself is contained in the ServiceInfo class. The hierarchy looks roughly like so:

...

following image depicts a subset of the Service Model packaged API:

Image Added

Pluggable Data Bindings

Data Bindings implement the mapping between XML and Java. Data bindings convert data to and from XML, produce XML schema, and provide support for wsdl2java code generation. Not all data bindings support all of this functionality. At very least, a data binding must provide the data conversion. See Data Binding Architecture for details. Currently supported databinding include JAXB 2.x, Aegis, Apache XMLBeans, Service Data Objects (SDO)and JiBX (under development).

...