Package net.webpdf.wsclient.schema.stubs
Interface URLConverter
-
public interface URLConverterA class implementing
URLConverterprovides an interface class for the webPDFWebServiceType.URLCONVERTERwebservice.- See Also:
WebServiceType.URLCONVERTER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull jakarta.activation.DataHandlerexecute(@NotNull OperationData operation)This is the webservice execution method of theWebServiceType.URLCONVERTERwebservice interface.
-
-
-
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 URLConverterWebServiceExceptionThis is the webservice execution method of theWebServiceType.URLCONVERTERwebservice interface.- Parameters:
operation- TheOperationData, which contain the configuration and parameterization of the webservice call.- Returns:
- The
DataHandlerof the resulting document. - Throws:
WebServiceException- Shall be thrown, when calling the webservice failed.URLConverterWebServiceException
-
-