|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
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 Returns the default priority for sent MMS messages, low, high, or normal. |
static boolean |
HTTPBasicAuthentication |
static String |
HTTPBasicAuthenticationPassword |
static String |
HTTPBasicAuthenticationUsername |
static int |
maxBatchSize maxBatchSize. |
static String |
mm7relayserverAddress The address of the MM7 Relay Server |
static String |
MM7Version |
static int |
requestDeliveryReportFlag |
static String |
serviceCode |
static String |
vasId |
static String |
vaspId |
static String |
XSDVersion |
Method Summary | |
String |
getDefaultPriority() |
boolean |
getHTTPBasicAuthentication() Returns true if HTTP basic authentication is enabled, false otherwise. |
String |
getHTTPBasicAuthenticationPassword() Returns the HTTP basic authentication password. |
String |
getHTTPBasicAuthenticationUsername() Returns the HTTP basic authentication user name. |
int |
getMaxBatchSize() |
String |
getMm7relayserverAddress() |
String |
getMM7Version() Returns the MM7 protocol version. |
int |
getRequestDeliveryReportFlag() Returns how the plug-in instance requests and handles delivery reports for sent messages. |
String |
getServiceCode() Returns the service used for billing purposes. |
String |
getVasId() Returns the Value Added Service (VAS) ID to be used for the plug-in instance when connecting to the MMSC. |
String |
getVaspId() Gets the Value Added Service Provider (VASP) ID to be used for the plug-in instance when connecting to the MMSC. |
String |
getXSDVersion() Returns the XSD version used for requests towards the MMSC. |
void |
setDefaultPriority(String value) Sets the default priority for sent MMS messages, low, high, or normal. |
void |
setHTTPBasicAuthentication(boolean value) Set to true to enable HTTP basic authentication, false if otherwise. |
void |
setHTTPBasicAuthenticationPassword(String value) Sets the HTTP basic authentication password. |
void |
setHTTPBasicAuthenticationUsername(String value) Sets the HTTP basic authentication user name. |
void |
setMaxBatchSize(int value) |
void |
setMm7relayserverAddress(String value) |
void |
setMM7Version(String value) Sets the MM7 protocol version. |
void |
setRequestDeliveryReportFlag(int value) Specifies how the plug-in instance requests and handles delivery reports for sent messages. |
void |
setServiceCode(String value) Sets the service used for billing purposes. |
void |
setVasId(String value) Sets the Value Added Service (VAS) ID to be used for the plug-in instance when connecting to the MMSC. |
void |
setVaspId(String value) Sets the Value Added Service Provider (VASP) ID to be used for the plug-in instance when connecting to the MMSC. |
void |
setXSDVersion(String value) Sets the XSD version used for requests towards the MMSC. |
Field Detail |
public static final String defaultPriority
Scope: Cluster
public static final boolean HTTPBasicAuthentication
public static final String HTTPBasicAuthenticationPassword
public static final String HTTPBasicAuthenticationUsername
public static final int maxBatchSize
Scope: Cluster
public static final String mm7relayserverAddress
Scope: Cluster
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 getDefaultPriority() throws ManagementException
ManagementException
public boolean getHTTPBasicAuthentication() throws ManagementException
Scope: Cluster
ManagementException
public String getHTTPBasicAuthenticationPassword() throws ManagementException
Scope: Cluster
ManagementException
public String getHTTPBasicAuthenticationUsername() throws ManagementException
Scope: Cluster
ManagementException
public int getMaxBatchSize() throws ManagementException
ManagementException
public String getMm7relayserverAddress() throws ManagementException
ManagementException
public String getMM7Version() throws ManagementException
Scope: Cluster
ManagementException
public int getRequestDeliveryReportFlag() throws ManagementException
Scope: Cluster
ManagementException
public String getServiceCode() throws ManagementException
Scope: Cluster
ManagementException
public String getVasId() throws ManagementException
Scope: Cluster
ManagementException
public String getVaspId() throws ManagementException
Scope: Cluster
ManagementException
public String getXSDVersion() throws ManagementException
Scope: Cluster
ManagementException
public void setDefaultPriority(String value) throws ManagementException
Scope: Cluster
value
- default priority, low, high, or normalManagementException
public void setHTTPBasicAuthentication(boolean value) throws ManagementException
Scope: Cluster
value
- true to enable HTTP basic authentication, false otherwiseManagementException
public void setHTTPBasicAuthenticationPassword(String value) throws ManagementException
Scope: Cluster
value
- The HTTP basic authentication passwordManagementException
public void setHTTPBasicAuthenticationUsername(String value) throws ManagementException
Scope: Cluster
value
- basic authentication user nameManagementException
public void setMaxBatchSize(int value) throws ManagementException
ManagementException
public void setMm7relayserverAddress(String value) throws ManagementException
ManagementException
public void setMM7Version(String value) throws ManagementException
Scope: Cluster
value
- MM7 protocol version, either 5.3.0 or 6.8.0ManagementException
public void setRequestDeliveryReportFlag(int value) throws ManagementException
Default Value: 0
Scope: Cluster
value
- delivery report flag setting, 0, 1, or 2ManagementException
public void setServiceCode(String value) throws ManagementException
Scope: Cluster
value
- billing service codeManagementException
public void setVasId(String value) throws ManagementException
Scope: Cluster
value
- VAS IDManagementException
public void setVaspId(String value) throws ManagementException
Scope: Cluster
value
- VASP IDManagementException
public void setXSDVersion(String value) throws ManagementException
Scope: Cluster
ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |