Uses of Class
net.webpdf.wsclient.schema.operation.UrlConverterType
-
Packages that use UrlConverterType Package Description net.webpdf.wsclient.schema.operation net.webpdf.wsclient.webservice.soap -
-
Uses of UrlConverterType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as UrlConverterType Modifier and Type Field Description protected UrlConverterTypeOperationData. urlconverterMethods in net.webpdf.wsclient.schema.operation that return UrlConverterType Modifier and Type Method Description UrlConverterTypeObjectFactory. createUrlConverterType()Create an instance ofUrlConverterTypeUrlConverterTypeOperationData. getUrlconverter()Gets the value of the urlconverter property.Methods in net.webpdf.wsclient.schema.operation with parameters of type UrlConverterType Modifier and Type Method Description voidOperationData. setUrlconverter(UrlConverterType value)Sets the value of the urlconverter property. -
Uses of UrlConverterType in net.webpdf.wsclient.webservice.soap
Methods in net.webpdf.wsclient.webservice.soap that return UrlConverterType Modifier and Type Method Description @NotNull UrlConverterTypeUrlConverterWebService. getOperationParameters()Returns theUrlConverterWebServicespecificUrlConverterType, which allows setting parameters for the webservice execution.Methods in net.webpdf.wsclient.webservice.soap with parameters of type UrlConverterType Modifier and Type Method Description voidUrlConverterWebService. setOperationParameters(@Nullable UrlConverterType operation)Sets theUrlConverterWebServicespecificUrlConverterTypeelement, which allows setting parameters for the webservice execution.
-