SMILA (incubation) API documentation

org.eclipse.smila.processing.configuration
Class PipeletConfigurationLoader

java.lang.Object
  extended by org.eclipse.smila.processing.configuration.PipeletConfigurationLoader

public final class PipeletConfigurationLoader
extends java.lang.Object

The Class ConfigurationLoader.


Field Summary
static javax.xml.validation.Schema PIPELET_CONFIGURATION_SCHEMA
          The Constant PIPELET_CONFIGURATION_SCHEMA.
 
Method Summary
static javax.xml.bind.Unmarshaller createPipeletConfigurationUnmarshaller()
          Creates a validating pipelet configuration unmarshaller.
static javax.xml.bind.Unmarshaller createPipeletConfigurationUnmarshaller(boolean validating)
          Creates the pipelet configuration unmarshaller.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PIPELET_CONFIGURATION_SCHEMA

public static final javax.xml.validation.Schema PIPELET_CONFIGURATION_SCHEMA
The Constant PIPELET_CONFIGURATION_SCHEMA.

Method Detail

createPipeletConfigurationUnmarshaller

public static javax.xml.bind.Unmarshaller createPipeletConfigurationUnmarshaller()
                                                                          throws javax.xml.bind.JAXBException
Creates a validating pipelet configuration unmarshaller.

Returns:
the unmarshaller
Throws:
javax.xml.bind.JAXBException - the JAXB exception

createPipeletConfigurationUnmarshaller

public static javax.xml.bind.Unmarshaller createPipeletConfigurationUnmarshaller(boolean validating)
                                                                          throws javax.xml.bind.JAXBException
Creates the pipelet configuration unmarshaller.

Parameters:
validating - if true create a validating marshaller, else a non-validating marshaller is returned.
Returns:
the unmarshaller
Throws:
javax.xml.bind.JAXBException - the JAXB exception

SMILA (incubation) API documentation