Package net.webpdf.wsclient.schema.stubs
Interface URLConverter
-
public interface URLConverterA class implementing
URLConverterprovides an interface class for the webPDFWebServiceType.URLCONVERTERwebservice.This class was generated by the JAX-WS RI.
JAX-WS RI 2.2.4-b01
Generated source version: 2.2- 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=WebServiceException.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 WebServiceExceptionThis 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.
-
-