Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imofcf.config
Interface AdvancedMBean


public interface AdvancedMBean

Inteface for AdvancedMBean

Author:
osnat NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getBodyEncodingFormat()
          Specifies the method that the IM-OFCF 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-OFCF 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-OFCF uses to encode IN parameters in the body of a SAL message. Possible values: 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-OFCF uses to encode IN parameters in the body of a SAL message. Possible values: 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.