Skip navigation links

Oracle Communications Service Broker
SAL API Reference Reference
Release 6.0

E26227-01


com.convergin.common.sal.ext.api
Interface ConfigurationService


public interface ConfigurationService

The interface to access XML configuration representation.


Method Summary
<T> T
getConfigurationObject(java.lang.Class<T> type)
          a method to get an object representation of the XML configuration element binded to it

 

Method Detail

getConfigurationObject

<T> T getConfigurationObject(java.lang.Class<T> type)
                         throws ConfigurationException
a method to get an object representation of the XML configuration element binded to it
Type Parameters:
T - type of class binded to the XML root element
Parameters:
type - type of object class that reflects configuration and returned
Returns:
typeInstance
Throws:
ConfigurationException

Skip navigation links

Oracle Communications Service Broker
SAL API Reference Reference
Release 6.0

E26227-01


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