Uses of Interface
com.redwood.scheduler.api.soap.SOAPRequest
-
Packages that use SOAPRequest Package Description com.redwood.scheduler.api.soap Scheduler API - Web Services Client -
-
Uses of SOAPRequest in com.redwood.scheduler.api.soap
Subinterfaces of SOAPRequest in com.redwood.scheduler.api.soap Modifier and Type Interface Description interface
SOAPQueryJobResult
API for handling Query Job SOAP requestsinterface
SOAPRemoteJob
API for submitting and monitoring remote jobsMethods in com.redwood.scheduler.api.soap that return SOAPRequest Modifier and Type Method Description static SOAPRequest
SOAP. createSOAPRequest()
Create a SOAP request that is not tied to a job.static SOAPRequest
SOAP. createSOAPRequestFromJob()
Create a SOAP request that is tied to a job.
-