Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/DesignDocs/293925/Phase9"

Line 11: Line 11:
 
|-
 
|-
 
! Annotation  
 
! Annotation  
 +
! XML Metadata Tag
 
! Package  
 
! Package  
 
! Type  
 
! Type  
Line 17: Line 18:
 
|-
 
|-
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlAttachmentRef.html XmlAttachmentRef<br>]  
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlAttachmentRef.html XmlAttachmentRef<br>]  
 +
| xml-attachment-ref
 
| &nbsp;  
 
| &nbsp;  
 
| &nbsp;  
 
| &nbsp;  
Line 23: Line 25:
 
|-
 
|-
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlMimeType.html XmlMimeType<br>]  
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlMimeType.html XmlMimeType<br>]  
 +
| xml-mime-type
 
| &nbsp;  
 
| &nbsp;  
 
| &nbsp;  
 
| &nbsp;  
Line 29: Line 32:
 
|-
 
|-
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlInlineBinaryData.html XmlInlineBinaryData<br>]  
 
| [http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlInlineBinaryData.html XmlInlineBinaryData<br>]  
 +
| xml-inline-binary-data
 
| &nbsp;  
 
| &nbsp;  
 
| X  
 
| X  

Revision as of 14:36, 9 November 2009

Phase 9 - Attachments (page under construction)

Provide support for WebService attachments.

Annotations

The following annotations will be targetted in this phase:


Annotation XML Metadata Tag Package Type Field Method
XmlAttachmentRef
xml-attachment-ref     X X
XmlMimeType
xml-mime-type     X X
XmlInlineBinaryData
xml-inline-binary-data   X X X

Back to the top