Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.messaging.common
Class MediaFileInfo

java.lang.Object
  |
  +--oracle.panama.messaging.common.MediaFileInfo

public class MediaFileInfo
extends java.lang.Object

Constructor Summary
MediaFileInfo(java.lang.String filename, byte[] content, java.lang.String mimeType, java.lang.String description)
           

 

Method Summary
 byte[] getContent()
           
 java.lang.String getDescription()
           
 java.lang.String getFilename()
           
 java.lang.String getMimeType()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MediaFileInfo

public MediaFileInfo(java.lang.String filename,
                     byte[] content,
                     java.lang.String mimeType,
                     java.lang.String description)
Parameters:
filename - of the file
content - content of the file.
mimeType - MIME type of the file (if any)
description - text description of the file (if any)
Method Detail

getFilename

public java.lang.String getFilename()

getContent

public byte[] getContent()

getMimeType

public java.lang.String getMimeType()

getDescription

public java.lang.String getDescription()

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.