Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.rimofcfradius.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 getApplicationServerRoute()
          Defines the destination to which ImscfGPRS sends Sal Events
 java.lang.String getAsDomainNameAddress()
           
 java.lang.String getBodyEncodingFormat()
          Specifies whether R-IM-OFCF attaches ACRs to internal Service Broker messages as XML
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getRImOfcfDomainNameAddress()
           
 void setApplicationServerRoute(java.lang.String param)
          Defines the destination to which ImscfGPRS sends Sal Events
 void setAsDomainNameAddress(java.lang.String param)
           
 void setBodyEncodingFormat(java.lang.String param)
          Specifies whether R-IM-OFCF attaches ACRs to internal Service Broker messages as XML
 void setRImOfcfDomainNameAddress(java.lang.String param)
           

 

Method Detail

getApplicationServerRoute

java.lang.String getApplicationServerRoute()
                                           throws java.io.IOException
Defines the destination to which ImscfGPRS sends Sal Events
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setApplicationServerRoute

void setApplicationServerRoute(java.lang.String param)
                               throws java.io.IOException
Defines the destination to which ImscfGPRS sends Sal Events
Parameters:
param -
Throws:
java.io.IOException

getBodyEncodingFormat

java.lang.String getBodyEncodingFormat()
                                       throws java.io.IOException
Specifies whether R-IM-OFCF attaches ACRs to internal Service Broker messages as XML
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setBodyEncodingFormat

void setBodyEncodingFormat(java.lang.String param)
                           throws java.io.IOException
Specifies whether R-IM-OFCF attaches ACRs to internal Service Broker messages as XML
Parameters:
param -
Throws:
java.io.IOException

getRImOfcfDomainNameAddress

java.lang.String getRImOfcfDomainNameAddress()
                                             throws java.io.IOException
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setRImOfcfDomainNameAddress

void setRImOfcfDomainNameAddress(java.lang.String param)
                                 throws java.io.IOException
Parameters:
param -
Throws:
java.io.IOException

getAsDomainNameAddress

java.lang.String getAsDomainNameAddress()
                                        throws java.io.IOException
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAsDomainNameAddress

void setAsDomainNameAddress(java.lang.String param)
                            throws java.io.IOException
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.