org.gcube.datatransformation.client.library.proxies
Class DTSCLDefaultProxy

java.lang.Object
  extended by org.gcube.datatransformation.client.library.proxies.DTSCLDefaultProxy
All Implemented Interfaces:
DTSCLProxyI

public class DTSCLDefaultProxy
extends Object
implements DTSCLProxyI


Constructor Summary
DTSCLDefaultProxy(org.gcube.common.clients.delegates.ProxyDelegate<DTSStub> config)
           
 
Method Summary
 Types.FindApplicableTransformationUnitsResponse findApplicableTransformationUnits(Types.FindApplicableTransformationUnits request)
           
 String queryTransformationPrograms(String request)
           
 Types.TransformDataResponse transformData(Types.TransformData request)
           
 Types.TransformDataWithTransformationProgramResponse transformDataWithTransformationProgram(Types.TransformDataWithTransformationProgram request)
           
 Types.TransformDataWithTransformationUnitResponse transformDataWithTransformationUnit(Types.TransformDataWithTransformationUnit request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTSCLDefaultProxy

public DTSCLDefaultProxy(org.gcube.common.clients.delegates.ProxyDelegate<DTSStub> config)
Method Detail

transformData

public Types.TransformDataResponse transformData(Types.TransformData request)
                                          throws DTSException
Specified by:
transformData in interface DTSCLProxyI
Throws:
DTSException

transformDataWithTransformationUnit

public Types.TransformDataWithTransformationUnitResponse transformDataWithTransformationUnit(Types.TransformDataWithTransformationUnit request)
                                                                                      throws DTSException
Specified by:
transformDataWithTransformationUnit in interface DTSCLProxyI
Throws:
DTSException

transformDataWithTransformationProgram

public Types.TransformDataWithTransformationProgramResponse transformDataWithTransformationProgram(Types.TransformDataWithTransformationProgram request)
                                                                                            throws DTSException
Specified by:
transformDataWithTransformationProgram in interface DTSCLProxyI
Throws:
DTSException

findApplicableTransformationUnits

public Types.FindApplicableTransformationUnitsResponse findApplicableTransformationUnits(Types.FindApplicableTransformationUnits request)
                                                                                  throws DTSException
Specified by:
findApplicableTransformationUnits in interface DTSCLProxyI
Throws:
DTSException

queryTransformationPrograms

public String queryTransformationPrograms(String request)
                                   throws DTSException
Specified by:
queryTransformationPrograms in interface DTSCLProxyI
Throws:
DTSException


Copyright © 2014. All Rights Reserved.