Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.ox.mappings
Interface MimeTypePolicy

All Known Implementing Classes:
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

Copyright © 1998, 2010, Oracle. All Rights Reserved.