SMILA 1.0 API documentation

org.eclipse.smila.management.jmx.client.helpers
Class ConfigLoader

java.lang.Object
  extended by org.eclipse.smila.management.jmx.client.helpers.ConfigLoader

public final class ConfigLoader
extends java.lang.Object

The Class ConfigLoader.


Method Summary
static javax.xml.bind.ValidationEventHandler createValidationEventHandler()
          Creates the validation event handler.
static JmxClientConfigType load(java.io.InputStream is)
          Load.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public static JmxClientConfigType load(java.io.InputStream is)
                                throws ConfigurationLoadException
Load.

Parameters:
is - the is
Returns:
the cmd config type
Throws:
ConfigurationLoadException - the configuration load exception

createValidationEventHandler

public static javax.xml.bind.ValidationEventHandler createValidationEventHandler()
Creates the validation event handler.

Returns:
the validation event handler

SMILA 1.0 API documentation