org.n52.wps.server
Class WebProcessingServiceSoap
java.lang.Object
org.n52.wps.server.WebProcessingServiceSoap
public class WebProcessingServiceSoap
- extends java.lang.Object
This class is the outwards interface for SOAP-requests
- Author:
- Kristof Lange
|
Method Summary |
org.apache.axiom.om.OMElement |
cancelJob(org.apache.axiom.om.OMElement input)
|
org.apache.axiom.om.OMElement |
describeProcess(org.apache.axiom.om.OMElement input)
|
org.apache.axiom.om.OMElement |
execute(org.apache.axiom.om.OMElement input)
|
org.apache.axiom.om.OMElement |
getCapabilities(org.apache.axiom.om.OMElement input)
|
org.apache.axiom.om.OMElement |
getJobs(org.apache.axiom.om.OMElement input)
|
org.apache.axiom.om.OMElement |
pauseJob(org.apache.axiom.om.OMElement input)
|
org.apache.axiom.om.OMElement |
resumeJob(org.apache.axiom.om.OMElement input)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebProcessingServiceSoap
public WebProcessingServiceSoap()
execute
public org.apache.axiom.om.OMElement execute(org.apache.axiom.om.OMElement input)
throws java.lang.Exception
- Throws:
java.lang.Exception
cancelJob
public org.apache.axiom.om.OMElement cancelJob(org.apache.axiom.om.OMElement input)
throws java.lang.Exception
- Throws:
java.lang.Exception
getJobs
public org.apache.axiom.om.OMElement getJobs(org.apache.axiom.om.OMElement input)
throws java.lang.Exception
- Throws:
java.lang.Exception
pauseJob
public org.apache.axiom.om.OMElement pauseJob(org.apache.axiom.om.OMElement input)
throws java.lang.Exception
- Throws:
java.lang.Exception
resumeJob
public org.apache.axiom.om.OMElement resumeJob(org.apache.axiom.om.OMElement input)
throws java.lang.Exception
- Throws:
java.lang.Exception
getCapabilities
public org.apache.axiom.om.OMElement getCapabilities(org.apache.axiom.om.OMElement input)
throws java.lang.Exception
- Throws:
java.lang.Exception
describeProcess
public org.apache.axiom.om.OMElement describeProcess(org.apache.axiom.om.OMElement input)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2007-2011 52north.org. All Rights Reserved.