University of Cincinnati logo and link  
JAXB Mappings, Bindings
 
  UC ingotTwo types of mappings must occur:
    • XML names must be bound to Java identifiers
    • XML schemas must be represented as Java classes.
  • JAXB bindings can be customized, either on a case-by-case or global basis.
    • These customizations can be inside the XML Schema, or external to it.
    • You can specify class and package names in XML bindings.
  • See details on page 18 of the Web Services tutorial.
 Unmarshalling XML Content