Codehaus XFire
Documentation
Quicklinks
Developers
|
This section is for those that are interested in developing or extending the Aegis binding.
There are several key concepts which map to classes in the Aegis binding:
- Type: Types are responsible for reading and writing XML as well as creating WSDL for specific types.
- TypeMapping: Each Type can map to multiple classes and QNames. The TypeMapping holds these mappings, allowing you to query for Types by class or QName.
- TypeMappingRegistry: A TypeMappingRegistry holds TypeMappings. This makes it possible to share TypeMappings between services or look up TypeMappings of other services.
|