Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.1

E37524-01


com.bea.wlcp.wlng.plugin.multimediamessaging.mm7.management
Interface MessagingManagementMBean


public interface MessagingManagementMBean

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 int maxBatchSize
          maxBatchSize.
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 getDefaultPriority()
           
 boolean getHTTPBasicAuthentication()
           
 String getHTTPBasicAuthenticationPassword()
           
 String getHTTPBasicAuthenticationUsername()
           
 int getMaxBatchSize()
           
 String getMm7relayserverAddress()
           
 String getMM7Version()
           
 int getRequestDeliveryReportFlag()
           
 String getServiceCode()
           
 String getVasId()
           
 String getVaspId()
           
 String getXSDVersion()
           
 void setDefaultPriority(String value)
           
 void setHTTPBasicAuthentication(boolean value)
           
 void setHTTPBasicAuthenticationPassword(String value)
           
 void setHTTPBasicAuthenticationUsername(String value)
           
 void setMaxBatchSize(int 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)
           

 

Field Detail

defaultPriority

public static final String defaultPriority
Default Priority. Format: String [low|high|normal]
See Also:
Constant Field Values

HTTPBasicAuthentication

public static final boolean HTTPBasicAuthentication
Flag whether or not to use Basic HTTP Authentication
See Also:
Constant Field Values

HTTPBasicAuthenticationPassword

public static final String HTTPBasicAuthenticationPassword
Basic HTTP Authentication password
See Also:
Constant Field Values

HTTPBasicAuthenticationUsername

public static final String HTTPBasicAuthenticationUsername
Basic HTTP Authentication username
See Also:
Constant Field Values

maxBatchSize

public static final int maxBatchSize
maxBatchSize. OCSG allow retrieve 100 records at one time. default is 20. Format: int [0-100]
See Also:
Constant Field Values

mm7relayserverAddress

public static final String mm7relayserverAddress
The address to the MM7 Relay Server
See Also:
Constant Field Values

MM7Version

public static final String MM7Version
MM7Version
See Also:
Constant Field Values

requestDeliveryReportFlag

public static final int requestDeliveryReportFlag
RequestDeliveryReportFlag. 0 - deliveryNotifications are always OFF (no polling functionality available). 1 - deliveryNotifications are ON IF sendMessage has an endpoint OR the application sends an XParam with 'com.bea.wlcp.wlng.plugin.multimediamessaging.RequestDeliveryReportFlag' set to 'true'. 2 - deliveryNotifications are always ON Format: int [0-2]
See Also:
Constant Field Values

serviceCode

public static final String serviceCode
The Service Code
See Also:
Constant Field Values

vasId

public static final String vasId
The Value Added Service Identification
See Also:
Constant Field Values

vaspId

public static final String vaspId
The Value Added Service Provider Identification
See Also:
Constant Field Values

XSDVersion

public static final String XSDVersion
The XSD Version that should be used for requests towards the MMS-C. "REL-5-MM7-1-0" represents an altered version of the standard REL-5-MM7-1-0 XSD for use with the Comverse MMS-C. Format: String [REL-5-MM7-1-0|REL-5-MM7-1-2|REL-5-MM7-1-3|REL-5-MM7-1-5|REL-6-MM7-1-4]
See Also:
Constant Field Values

Method Detail

getDefaultPriority

public String getDefaultPriority()
                          throws ManagementException
Throws:
ManagementException

getHTTPBasicAuthentication

public boolean getHTTPBasicAuthentication()
                                   throws ManagementException
Throws:
ManagementException

getHTTPBasicAuthenticationPassword

public String getHTTPBasicAuthenticationPassword()
                                          throws ManagementException
Throws:
ManagementException

getHTTPBasicAuthenticationUsername

public String getHTTPBasicAuthenticationUsername()
                                          throws ManagementException
Throws:
ManagementException

getMaxBatchSize

public int getMaxBatchSize()
                    throws ManagementException
Throws:
ManagementException

getMm7relayserverAddress

public String getMm7relayserverAddress()
                                throws ManagementException
Throws:
ManagementException

getMM7Version

public String getMM7Version()
                     throws ManagementException
Throws:
ManagementException

getRequestDeliveryReportFlag

public int getRequestDeliveryReportFlag()
                                 throws ManagementException
Throws:
ManagementException

getServiceCode

public String getServiceCode()
                      throws ManagementException
Throws:
ManagementException

getVasId

public String getVasId()
                throws ManagementException
Throws:
ManagementException

getVaspId

public String getVaspId()
                 throws ManagementException
Throws:
ManagementException

getXSDVersion

public String getXSDVersion()
                     throws ManagementException
Throws:
ManagementException

setDefaultPriority

public void setDefaultPriority(String value)
                        throws ManagementException
Throws:
ManagementException

setHTTPBasicAuthentication

public void setHTTPBasicAuthentication(boolean value)
                                throws ManagementException
Throws:
ManagementException

setHTTPBasicAuthenticationPassword

public void setHTTPBasicAuthenticationPassword(String value)
                                        throws ManagementException
Throws:
ManagementException

setHTTPBasicAuthenticationUsername

public void setHTTPBasicAuthenticationUsername(String value)
                                        throws ManagementException
Throws:
ManagementException

setMaxBatchSize

public void setMaxBatchSize(int value)
                     throws ManagementException
Throws:
ManagementException

setMm7relayserverAddress

public void setMm7relayserverAddress(String value)
                              throws ManagementException
Throws:
ManagementException

setMM7Version

public void setMM7Version(String value)
                   throws ManagementException
Throws:
ManagementException

setRequestDeliveryReportFlag

public void setRequestDeliveryReportFlag(int value)
                                  throws ManagementException
Throws:
ManagementException

setServiceCode

public void setServiceCode(String value)
                    throws ManagementException
Throws:
ManagementException

setVasId

public void setVasId(String value)
              throws ManagementException
Throws:
ManagementException

setVaspId

public void setVaspId(String value)
               throws ManagementException
Throws:
ManagementException

setXSDVersion

public void setXSDVersion(String value)
                   throws ManagementException
Throws:
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.1

E37524-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.