Object Model that represents customization declarations.
See: Description
Interface Summary | |
---|---|
BIDeclaration | Base interface for all binding customization declarations. |
Class Summary | |
---|---|
AbstractDeclarationImpl | Abstract partial implementation of BIDeclaration |
AnnotationParserFactoryImpl | Implementation of XSOM AnnotationParserFactory that parses JAXB customization declarations. |
BindInfo | Container for customization declarations. |
BIClass | Class declaration. |
BIConversion | Conversion declaration. |
BIConversion.Static | Implementation that returns a statically-determined constant TypeUse. |
BIConversion.User | User-specified <javaType> customization. |
BIConversion.UserAdapter | |
BIDom | DOM customization. |
BIEnum | Enumeration customization. |
BIEnumMember | Enumeration member customization. |
BIEnum.BIEnumMember2 | BIEnumMember used inside BIEnum has additional 'value' attribute. |
BIFactoryMethod | Controls the ObjectFactory method name. |
BIGlobalBinding | Global binding customization. |
BIGlobalBinding.ClassNameAdapter | |
BIGlobalBinding.ClassNameBean |
Used to unmarshal
|
BIGlobalBinding.GlobalStandardConversion | Global <jaxb:javaType>. |
BIGlobalBinding.GlobalVendorConversion | Global <xjc:javaType>. |
BIInlineBinaryData |
Generates @XmlInlineBinaryData .
|
BIProperty | Property customization. |
BISchemaBinding | Schema-wide binding customization. |
BISchemaBinding.NameRules | Name conversion rules. |
BISchemaBinding.NamingRule | Default naming rules of the generated interfaces. |
BISerializable | This customization will enable serialization support on XJC. |
BIXDom | Compatibility with 1.0. |
BIXPluginCustomization | Customization specified via getCustomizationURIs. |
BIXSubstitutable | Forces a non-collapsing behavior to allow extension schemas to perform element substitutions. |
CollectionTypeAttribute | Bean used by JAXB to bind a collection type attribute to our FieldRenderer. |
DomHandlerEx | DomHandler that produces a W3C DOM but with a location information. |
DomHandlerEx.DomAndLocation | |
DomHandlerEx.ResultImpl | |
EnumMemberMode | Enum member name handling mode. |
ForkingFilter | XMLFilter that can fork an event to another ContentHandler in the middle. |
LocalScoping | |
Messages | Formats error messages. |
OptionalPropertyMode | Represents three constants of globalBindings/@optionalProperty. |
RelaxNGCC is used to parse XML syntax into this representation, and the other parts of XJC will use this object model.