Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imuixsms.smpp34.config
Interface GeneralMBean


public interface GeneralMBean

Inteface for GeneralMBean

Author:
osnat GeneralMBean enables you to configure the SIP MESSAGE interface that the IM-UIX SMS exposes to SIP applications. NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getBodyEncodingFormat()
          Specifies the method that the IM-UIX SMS uses to encode IN parameters in the body of a SAL message.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 void setBodyEncodingFormat(java.lang.String param)
          Specifies the method that the IM-UIX SMS uses to encode IN parameters in the body of a SAL message.

 

Method Detail

getBodyEncodingFormat

java.lang.String getBodyEncodingFormat()
                                       throws java.io.IOException
Specifies the method that the IM-UIX SMS uses to encode IN parameters in the body of a SAL message. Possible values: BER, XER, NONE
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setBodyEncodingFormat

void setBodyEncodingFormat(java.lang.String param)
                           throws java.io.IOException
Specifies the method that the IM-UIX SMS uses to encode IN parameters in the body of a SAL message. Possible values: BER, XER, NONE
Parameters:
param -
Throws:
java.io.IOException

getDeploymentName

java.lang.String getDeploymentName()
return the Module instance name that this MBean configures
Returns:
String

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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