Uses of Class
net.webpdf.wsclient.schema.operation.ConverterType
-
Packages that use ConverterType Package Description net.webpdf.wsclient.schema.operation net.webpdf.wsclient.webservice.soap -
-
Uses of ConverterType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as ConverterType Modifier and Type Field Description protected ConverterTypeOperationData. converterMethods in net.webpdf.wsclient.schema.operation that return ConverterType Modifier and Type Method Description ConverterTypeObjectFactory. createConverterType()Create an instance ofConverterTypeConverterTypeOperationData. getConverter()Gets the value of the converter property.Methods in net.webpdf.wsclient.schema.operation with parameters of type ConverterType Modifier and Type Method Description voidOperationData. setConverter(ConverterType value)Sets the value of the converter property. -
Uses of ConverterType in net.webpdf.wsclient.webservice.soap
Methods in net.webpdf.wsclient.webservice.soap that return ConverterType Modifier and Type Method Description @NotNull ConverterTypeConverterWebService. getOperationParameters()Returns theConverterWebServicespecificConverterType, which allows setting parameters for the webservice execution.Methods in net.webpdf.wsclient.webservice.soap with parameters of type ConverterType Modifier and Type Method Description voidConverterWebService. setOperationParameters(@Nullable ConverterType operation)Sets theConverterWebServicespecificConverterTypeelement, which allows setting parameters for the webservice execution.
-