EclipseLink 2.0.0, build 'v20091127-r5931' API Reference

org.eclipse.persistence.oxm.mappings
Interface MimeTypePolicy

All Known Implementing Classes:
AttributeMimeTypePolicy, FixedMimeTypePolicy

public interface MimeTypePolicy


Method Summary
 java.lang.String getMimeType(java.lang.Object anObject)
          return a MIME type string
 

Method Detail

getMimeType

java.lang.String getMimeType(java.lang.Object anObject)
return a MIME type string

Parameters:
anObject - - fixed non-dynamic implementors will ignore this parameter
Returns:
String

EclipseLink 2.0.0, build 'v20091127-r5931' API Reference