Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


com.oracle.plugin.sms.ocws.management
Interface ExampleMBean


public interface ExampleMBean

MBean interface for the example traffic path


Field Summary
static String smsWsEndPoint
          Oracle SendSMS Web Service endpoint.

 

Method Summary
 String getSmsWSEndPoint()
           
 void sendTestMessage(String destinationAddress, String message)
          Sends a test message.
 void setSmsWSEndPoint(String smsWsEndPoint)
           

 

Field Detail

smsWsEndPoint

public static final String smsWsEndPoint
Oracle SendSMS Web Service endpoint.
See Also:
Constant Field Values

Method Detail

getSmsWSEndPoint

public String getSmsWSEndPoint()
                        throws ManagementException
Throws:
ManagementException

sendTestMessage

public void sendTestMessage(String destinationAddress,
                            String message)
                     throws ManagementException
Sends a test message.
Parameters:
destinationAddress - Destination address, for example, tel:1234567.
message - Test message, for example, "Hello world".
Throws:
ManagementException - An exception if sending fails.

setSmsWSEndPoint

public void setSmsWSEndPoint(String smsWsEndPoint)
                      throws ManagementException
Throws:
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


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