Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.messaging.common.mms
Class MMSFile

java.lang.Object
  extended byoracle.panama.messaging.common.mms.MMSFile


public class MMSFile
extends java.lang.Object

Constructor Summary
MMSFile(java.lang.String filename, java.lang.String mime, byte[] content, int duration, java.lang.String type)

Method Summary
byte[] getContent()
java.lang.String getDuration()
java.lang.String getFilename()
java.lang.String getMime()
java.lang.String getType()

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

Constructor Detail

MMSFile

public MMSFile(java.lang.String filename,
               java.lang.String mime,
               byte[] content,
               int duration,
               java.lang.String type)

Method Detail

getContent

public byte[] getContent()

getDuration

public java.lang.String getDuration()

getFilename

public java.lang.String getFilename()

getMime

public java.lang.String getMime()

getType

public java.lang.String getType()

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.