org.gcube.datatransformation.datatransformationservice.clients
Class SimpleRSClient

java.lang.Object
  extended by org.gcube.datatransformation.datatransformationservice.clients.SimpleRSClient

public class SimpleRSClient
extends java.lang.Object


Constructor Summary
SimpleRSClient()
           
 
Method Summary
static RSLocator createLocator(RSBLOBWriter writer)
           
static void fillRS(RSBLOBWriter writer)
           
static void main(java.lang.String[] args)
           
static void persistRS(java.lang.String resultRS)
           
static void streamToFile(java.io.InputStream instream, java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRSClient

public SimpleRSClient()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

persistRS

public static void persistRS(java.lang.String resultRS)

createLocator

public static RSLocator createLocator(RSBLOBWriter writer)
                               throws java.lang.Exception
Throws:
java.lang.Exception

fillRS

public static void fillRS(RSBLOBWriter writer)
                   throws java.io.FileNotFoundException,
                          java.lang.Exception
Throws:
java.io.FileNotFoundException
java.lang.Exception

streamToFile

public static void streamToFile(java.io.InputStream instream,
                                java.lang.String filename)
                         throws java.lang.Exception
Throws:
java.lang.Exception