Table of Contents - JAXB
Getting Started
wsimport: 编译 WSDL 生成 JAX-WS 规范的 Java 类
Writing an XML Schema for JAXB
Numeric Types
Defining Types for XML Elements Without Content
Defining Types for XML Elements With Content
Unmarshalling and Using the Data
Building and Marshalling an XML Document
JAXB Annotations
Top-level Elements: XmlRootElement
Annotation for Classes: XmlType
Annotations for the Schema: XmlSchema
The Object Factory: XmlRegistry, XmlElementDecl
Controlling Element Selection: XmlAccessorType, XmlTransient
Annotations for Fields
Class Fields as Attributes: XmlAttribute
Annotations for Enums: XmlEnum, XmlEnumValue
Type Adapters: XmlJavaTypeAdapter