Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.connectivity.soap |
Modifier and Type | Method and Description |
---|---|
<ReturnT> ReturnT |
SoapQuery.execute(io.vavr.CheckedFunction1<ServiceT,ReturnT> function)
Executes a query against a SOAP service based on the given function.
|
static void |
SoapQuery.registerCustomConverter(Class<? extends org.apache.axis2.databinding.utils.ConverterUtil> customConverter)
Use this method to register your own custom converter class which Axis2 uses for converting values from the SOAP
envelope following XSD types to Java types.
|
Constructor and Description |
---|
SoapQuery(Class<ServiceT> serviceClass)
Takes the class type of the SOAP service type
ServiceT as serviceClass , instantiates a default
ErpConfigContext , creates and prepares the Axis2 configuration context and instantiates the class
ServiceT . |
SoapQuery(Class<ServiceT> serviceClass,
ErpConfigContext configContext)
Takes the class type of the SOAP service type
ServiceT as serviceClass and an
ErpConfigContext , creates and prepares the Axis2 configuration context and instantiates the class
ServiceT . |
Copyright © 2019 SAP SE. All rights reserved.