Class Summary |
BidirectionalPolicy |
Purpose: Provides a means to configure bidirectional relationship
maintenance for OXM mappings. |
FixedMimeTypePolicy |
The mime type will be obtained from the objects field/property that is mapped
to the XML attribute with name "contentType" and namespace URI
"http://www.w3.org/2005/05/xmlmime". |
XMLAbstractAnyMapping |
|
XMLAnyAttributeMapping |
Purpose:The XMLAnyAttributeMapping is used to map to an attribute in an object to any xml attributes contained
on a specific element in the XML Document. |
XMLAnyCollectionMapping |
Any collection XML mappings map an attribute that contains a heterogenous collection of
objects to multiple XML elements. |
XMLAnyObjectMapping |
Any object XML mappings map an attribute that contains a single object to an XML element. |
XMLBinaryDataCollectionMapping |
Purpose:Provide a mapping for a collection of binary data values that can be treated
as either inline binary values or as an attachment. |
XMLBinaryDataMapping |
Purpose:Provide a mapping for binary data that can be treated as either inline or as
an attachment. |
XMLChoiceCollectionMapping |
PUBLIC:
Purpose:Provide a mapping that can map a single attribute to a number of
different elements in an XML Document. |
XMLChoiceObjectMapping |
PUBLIC:
Purpose:Provide a mapping that can map a single attribute to a number of
different elements in an XML Document. |
XMLCollectionReferenceMapping |
TopLink OXM version of a 1-M mapping. |
XMLCompositeCollectionMapping |
Composite collection XML mappings map an attribute that contains a homogeneous collection of objects
to multiple XML elements. |
XMLCompositeDirectCollectionMapping |
Composite direct collection XML mappings map a collection of simple types (String, Number, Date,
etc.) to and from a sequence of composite XML nodes. |
XMLCompositeObjectMapping |
Composite object XML mappings represent a relationship between two classes. |
XMLDirectMapping |
XML Direct Mappings map a Java attribute directly to XML attribute or text node. |
XMLFragmentCollectionMapping |
|
XMLFragmentMapping |
PUBLIC:
Purpose:This mapping provides a means to keep a part of an XML tree as a Node. |
XMLInverseReferenceMapping |
This mapping is used to map a back-pointer. |
XMLObjectReferenceMapping |
TopLink OXM version of a 1-1 mapping. |
XMLTransformationMapping |
Transformation XML mappings are used to create a custom mapping where one or more XML nodes can
be used to create the object to be stored in a Java class's attribute. |