Package net.webpdf.wsclient.schema.stubs
Interface Toolbox
-
public interface ToolboxA class implementing
Toolboxprovides an interface class for the webPDFWebServiceType.TOOLBOXwebservice.- See Also:
WebServiceType.TOOLBOX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull jakarta.activation.DataHandlerexecute(@NotNull OperationData operation, @Nullable jakarta.activation.DataHandler fileContent, @Nullable String fileURL)This is the webservice execution method of theWebServiceType.TOOLBOXwebservice interface.
-
-
-
Method Detail
-
execute
@RequestWrapper(localName="execute", targetNamespace="http://schema.webpdf.de/1.0/soap/toolbox", className="net.webpdf.wsclient.webservice.stubs.toolbox.Execute") @ResponseWrapper(localName="executeResponse", targetNamespace="http://schema.webpdf.de/1.0/soap/toolbox", className="net.webpdf.wsclient.webservice.stubs.toolbox.ExecuteResponse") @Action(input="http://schema.webpdf.de/1.0/soap/toolbox/Toolbox/executeRequest", output="http://schema.webpdf.de/1.0/soap/toolbox/Toolbox/executeResponse", fault=@FaultAction(className=ToolboxWebServiceException.class,value="http://schema.webpdf.de/1.0/soap/toolbox/Toolbox/execute/Fault/WebserviceException")) @NotNull @NotNull jakarta.activation.DataHandler execute(@NotNull @NotNull OperationData operation, @Nullable @Nullable jakarta.activation.DataHandler fileContent, @Nullable @Nullable String fileURL) throws ToolboxWebServiceExceptionThis is the webservice execution method of theWebServiceType.TOOLBOXwebservice interface.- Parameters:
operation- TheOperationData, which contain the configuration and parameterization of the webservice call.fileURL- The URL of the source document that shall be processed. (might benullto select a file via it´sDataHandlerinstead.)fileContent- TheDataHandlerof the source document, that shall be processed. (might benullto select a resource via URL instead.)- Returns:
- The
DataHandlerof the resulting document. - Throws:
WebServiceException- Shall be thrown, when calling the webservice failed.ToolboxWebServiceException
-
-