|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The management interface for the MultimediaMessaging MM7 Plug-in
Field Summary | |
static String |
defaultPriority Default Priority. |
static boolean |
HTTPBasicAuthentication Flag whether or not to use Basic HTTP Authentication |
static String |
HTTPBasicAuthenticationPassword Basic HTTP Authentication password |
static String |
HTTPBasicAuthenticationUsername Basic HTTP Authentication username |
static String |
mm7relayserverAddress The address to the MM7 Relay Server |
static String |
MM7Version MM7Version |
static int |
requestDeliveryReportFlag RequestDeliveryReportFlag. |
static String |
serviceCode The Service Code |
static String |
vasId The Value Added Service Identification |
static String |
vaspId The Value Added Service Provider Identification |
static String |
XSDVersion The XSD Version that should be used for requests towards the MMS-C. |
Method Summary | |
String |
enableReceiveMms(String shortCode, String criteria, String appInstanceID) This method is used to add an offline notification for applications that will poll for MO messages. |
String |
getDefaultPriority() |
boolean |
getHTTPBasicAuthentication() |
String |
getHTTPBasicAuthenticationPassword() |
String |
getHTTPBasicAuthenticationUsername() |
String |
getMm7relayserverAddress() |
String |
getMM7Version() |
NotificationInfo |
getOfflineNotificationInfo(String correlator) Get the notification associated with the specified correlator. |
NotificationInfo |
getOnlineNotificationInfo(String correlator) Get the notification associated with the specified correlator. |
int |
getRequestDeliveryReportFlag() |
String |
getServiceCode() |
String |
getVasId() |
String |
getVaspId() |
String |
getXSDVersion() |
String[] |
listOfflineNotificationInfo() |
String[] |
listOnlineNotificationInfo() |
void |
removeOfflineNotificationInfo(String registrationIdentifier) Remove an offline notification that was added using the OAM enableReceiveMms method |
void |
removeOnlineNotificationInfo(String correlator) Remove the specified online notification that was added using OAM interfaces or application interfaces (startMessageNotification). |
void |
setDefaultPriority(String value) |
void |
setHTTPBasicAuthentication(boolean value) |
void |
setHTTPBasicAuthenticationPassword(String value) |
void |
setHTTPBasicAuthenticationUsername(String value) |
void |
setMm7relayserverAddress(String value) |
void |
setMM7Version(String value) |
void |
setRequestDeliveryReportFlag(int value) |
void |
setServiceCode(String value) |
void |
setVasId(String value) |
void |
setVaspId(String value) |
void |
setXSDVersion(String value) |
String |
startMessageNotification(String endpoint, String shortCode, String criteria, String appInstanceID) Add an online notification for applications that for some reason can not (or are not allowed) call the startMessageNotification method. |
Field Detail |
public static final String defaultPriority
public static final boolean HTTPBasicAuthentication
public static final String HTTPBasicAuthenticationPassword
public static final String HTTPBasicAuthenticationUsername
public static final String mm7relayserverAddress
public static final String MM7Version
public static final int requestDeliveryReportFlag
public static final String serviceCode
public static final String vasId
public static final String vaspId
public static final String XSDVersion
Method Detail |
public String enableReceiveMms(String shortCode, String criteria, String appInstanceID) throws ManagementException
shortCode
- The destination address/service activation number of the short message with URI prefixed, e.g. "tel:6001".criteria
- The text to match against to determine the application to receive the notification.appInstanceID
- The applicationInstanceID to associate with this notification.ManagementException
public String getDefaultPriority() throws ManagementException
ManagementException
public boolean getHTTPBasicAuthentication() throws ManagementException
ManagementException
public String getHTTPBasicAuthenticationPassword() throws ManagementException
ManagementException
public String getHTTPBasicAuthenticationUsername() throws ManagementException
ManagementException
public String getMm7relayserverAddress() throws ManagementException
ManagementException
public String getMM7Version() throws ManagementException
ManagementException
public NotificationInfo getOfflineNotificationInfo(String correlator) throws ManagementException
ManagementException
public NotificationInfo getOnlineNotificationInfo(String correlator) throws ManagementException
ManagementException
public int getRequestDeliveryReportFlag() throws ManagementException
ManagementException
public String getServiceCode() throws ManagementException
ManagementException
public String getVasId() throws ManagementException
ManagementException
public String getVaspId() throws ManagementException
ManagementException
public String getXSDVersion() throws ManagementException
ManagementException
public String[] listOfflineNotificationInfo() throws ManagementException
ManagementException
public String[] listOnlineNotificationInfo() throws ManagementException
ManagementException
public void removeOfflineNotificationInfo(String registrationIdentifier) throws ManagementException
registrationIdentifier
- registration identifierManagementException
public void removeOnlineNotificationInfo(String correlator) throws ManagementException
correlator
-ManagementException
public void setDefaultPriority(String value) throws ManagementException
ManagementException
public void setHTTPBasicAuthentication(boolean value) throws ManagementException
ManagementException
public void setHTTPBasicAuthenticationPassword(String value) throws ManagementException
ManagementException
public void setHTTPBasicAuthenticationUsername(String value) throws ManagementException
ManagementException
public void setMm7relayserverAddress(String value) throws ManagementException
ManagementException
public void setMM7Version(String value) throws ManagementException
ManagementException
public void setRequestDeliveryReportFlag(int value) throws ManagementException
ManagementException
public void setServiceCode(String value) throws ManagementException
ManagementException
public void setVasId(String value) throws ManagementException
ManagementException
public void setVaspId(String value) throws ManagementException
ManagementException
public void setXSDVersion(String value) throws ManagementException
ManagementException
public String startMessageNotification(String endpoint, String shortCode, String criteria, String appInstanceID) throws ManagementException
endpoint
- The notification endpointshortCode
- The destination address/service activation number of the short messagecriteria
- The text to match against to determine the application to receive the notification.appInstanceID
- The applicationInstanceID to associate with this notification.ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |