Interface URLConverter

    • Method Detail

      • execute

        @RequestWrapper(localName="execute",
                        targetNamespace="http://schema.webpdf.de/1.0/soap/urlconverter",
                        className="net.webpdf.wsclient.webservice.stubs.urlconverter.Execute")
        @ResponseWrapper(localName="executeResponse",
                         targetNamespace="http://schema.webpdf.de/1.0/soap/urlconverter",
                         className="net.webpdf.wsclient.webservice.stubs.urlconverter.ExecuteResponse")
        @Action(input="http://schema.webpdf.de/1.0/soap/urlconverter/URLConverter/executeRequest",
                output="http://schema.webpdf.de/1.0/soap/urlconverter/URLConverter/executeResponse",
                fault=@FaultAction(className=URLConverterWebServiceException.class,value="http://schema.webpdf.de/1.0/soap/urlconverter/URLConverter/execute/Fault/WebserviceException"))
        @NotNull
        @NotNull jakarta.activation.DataHandler execute​(@NotNull
                                                        @NotNull OperationData operation)
                                                 throws URLConverterWebServiceException
        This is the webservice execution method of the WebServiceType.URLCONVERTER webservice interface.
        Parameters:
        operation - The OperationData, which contain the configuration and parameterization of the webservice call.
        Returns:
        The DataHandler of the resulting document.
        Throws:
        WebServiceException - Shall be thrown, when calling the webservice failed.
        URLConverterWebServiceException