|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.objectxp.mms.MMSCapability
public final class MMSCapability
The MMSCapability class can be used to determine if a MMS Service has a specific feature.
MMSService service = ...
...
if(service.hasCapability(MMSCapability.CANCEL)) {
System.out.println("MMS Service is able to cancel previously submitted messages");
}
MMSService.hasCapability(MMSCapability)| Field Summary | |
|---|---|
static MMSCapability |
CANCEL
The CANCEL capability signals that a MMS service supports canceling previously submitted multimedia messages. |
static MMSCapability |
FETCH
The FETCH capability signals that a MMS service supports synchronously fetching incoming multimedia messages using a MMSNotification. |
static MMSCapability |
RECEIVE
The RECEIVE capability signals that a MMS service supports asynchronous reception of multimedia messages. |
static MMSCapability |
REPLACE
The REPLACE capability signals that a MMS service supports replacing previously submitted multimedia messages. |
static MMSCapability |
SEND
The SEND capability signals that a MMS service supports sending multimedia messages. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns the name of the capability: SEND
FETCH
RECEIVE
CANCEL
REPLACE
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final MMSCapability SEND
public static final MMSCapability FETCH
MMSNotification.
public static final MMSCapability RECEIVE
public static final MMSCapability CANCEL
public static final MMSCapability REPLACE
| Method Detail |
|---|
public java.lang.String toString()
SENDFETCHRECEIVECANCELREPLACE
toString in class java.lang.Object
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||