Interface JobInvocationService

  • All Known Implementing Classes:
    JobInvocationServiceImpl

    @WSDLDocumentation(value="jadice server provides functions in order to convert data stream into different formats.\nFor further details please consult the documentation provided at https://jadice.com and https://support.levigo.de/products/jadice/server",placement=TOP) @WSDLDocumentation("This is the central web service entry point in order to job submit requests.")
    public interface JobInvocationService
    • Method Detail

      • run

        @WSDLDocumentation("Submit a new job request which will be executed immediatly")
        JobResult run​(JobConfiguration configuration)
        Default entry point of jadice server web service.
        Parameters:
        configuration - - The marshaled elements usually from a incoming SOAP Message
        Returns:
        JobResult that is going to be marshaled and inserted into outgoing SOAP message