|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wps.client.WPSClient
public class WPSClient
Handles the communication with a Web Processing Service (WPS).
Constructor Summary | |
---|---|
WPSClient(String serviceUrl)
Creates a new WPSClient instance that connects to the specified service. |
Method Summary | |
---|---|
String |
getAbstract()
Returns the abstract of the service. |
Collection<WPSProcess> |
getProcesses()
Returns all processes offered by the service. |
WPSProcess |
getProcesses(String processId)
Returns the process with the specified id. |
String |
getTitle()
Returns the title of the service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WPSClient(String serviceUrl)
WPSClient
instance that connects to the specified service.
serviceUrl
- url of the WPS service to connectMethod Detail |
---|
public String getTitle()
public String getAbstract()
public Collection<WPSProcess> getProcesses()
null
public WPSProcess getProcesses(String processId)
processId
- id of the process
null
if no such process is offered by the service
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |