es.unex.sextante.wps
Class SextanteWPS

java.lang.Object
  extended by es.unex.sextante.wps.SextanteWPS

public class SextanteWPS
extends java.lang.Object


Constructor Summary
SextanteWPS()
           
 
Method Summary
static void disconnect()
           
static WPSClientSession getClientSession()
          Returns the client session
static java.util.ArrayList<java.lang.String> initClientSession(java.lang.String[] url)
          Connects the session to a set of urls with WPS processes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SextanteWPS

public SextanteWPS()
Method Detail

getClientSession

public static WPSClientSession getClientSession()
Returns the client session

Returns:
the client session

initClientSession

public static java.util.ArrayList<java.lang.String> initClientSession(java.lang.String[] url)
Connects the session to a set of urls with WPS processes

Parameters:
url - an array of url with WPS processes
Returns:
a list of URLs that could not be used from the passed ones (are not correct or not available)

disconnect

public static void disconnect()