Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.messaging.common
Class MediaFileInfo

java.lang.Object
  extended byoracle.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

getContent

public byte[] getContent()

getDescription

public java.lang.String getDescription()

getFilename

public java.lang.String getFilename()

getMimeType

public java.lang.String getMimeType()

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.