org.n52.wps.client
Class ClientDescribeProcessRequest

java.lang.Object
  extended by org.n52.wps.client.AbstractClientGETRequest
      extended by org.n52.wps.client.ClientDescribeProcessRequest

public class ClientDescribeProcessRequest
extends AbstractClientGETRequest


Method Summary
 void setIdentifier(java.lang.String[] ids)
           
 boolean valid()
           
 
Methods inherited from class org.n52.wps.client.AbstractClientGETRequest
getRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setIdentifier

public void setIdentifier(java.lang.String[] ids)

valid

public boolean valid()
Specified by:
valid in class AbstractClientGETRequest