fr.cnes.sitools.dataset.converter
Class ClientConverter

java.lang.Object
  extended by fr.cnes.sitools.dataset.converter.ClientConverter

public final class ClientConverter
extends java.lang.Object

Low coupling between DateSetApplication and Query Converters

Author:
jp.boignard (AKKA Technologies)

Method Summary
static ConverterChained getConverterChained(org.restlet.Context context, ConverterChainedModel converterChainedModel)
          Returns an instance of the converterChained class
static ConverterChainedModel getConverterChainedModel(org.restlet.Context context, java.lang.String datasetId)
          Gets the ConverterChained object instance for that DataSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConverterChainedModel

public static ConverterChainedModel getConverterChainedModel(org.restlet.Context context,
                                                             java.lang.String datasetId)
Gets the ConverterChained object instance for that DataSet

Parameters:
context - the RESTlet context
datasetId - the id of the DataSet
Returns:
a converter chained model

getConverterChained

public static ConverterChained getConverterChained(org.restlet.Context context,
                                                   ConverterChainedModel converterChainedModel)
Returns an instance of the converterChained class

Parameters:
converterChainedModel - the model
context - the RESTlet context
Returns:
a converterChained object with the parameterized converters


Copyright © 2010-2013 CNES. All Rights Reserved.