Index

A C E R S 
All Classes and Interfaces|All Packages|Serialized Form

A

Axis2CustomConverterListener - Class in com.sap.cloud.sdk.s4hana.connectivity.soap
Servlet listener that is responsible for registering a default custom converter class in the Axis2 framework.
Axis2CustomConverterListener() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.soap.Axis2CustomConverterListener
 

C

com.sap.cloud.sdk.s4hana.connectivity.soap - package com.sap.cloud.sdk.s4hana.connectivity.soap
 
contextDestroyed(ServletContextEvent) - Method in class com.sap.cloud.sdk.s4hana.connectivity.soap.Axis2CustomConverterListener
 
contextInitialized(ServletContextEvent) - Method in class com.sap.cloud.sdk.s4hana.connectivity.soap.Axis2CustomConverterListener
 
convertToString(Calendar) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapCustomConverter
Converts a given Calendar value into a String according to the expected format by the ERP system.
convertToString(Date) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapCustomConverter
Converts a given Date value into a String according to the expected format by the ERP system.

E

execute(CheckedFunction1<ServiceT, ReturnT>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapRequest
Executes a request against a SOAP service based on the given function.

R

registerCustomConverter(Class<? extends ConverterUtil>) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapRequest
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.

S

SoapCustomConverter - Class in com.sap.cloud.sdk.s4hana.connectivity.soap
Custom converter class being registered in the Axis2 framework by default through the Axis2CustomConverterListener.
SoapCustomConverter() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapCustomConverter
 
SoapException - Exception in com.sap.cloud.sdk.s4hana.connectivity.soap
Thrown in case of error situations related to the invocation of SOAP services in an ERP system.
SoapException() - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.soap.SoapException
 
SoapException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.soap.SoapException
Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service in SAP S/4HANA.
SoapException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.soap.SoapException
Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service in SAP S/4HANA.
SoapException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.soap.SoapException
Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service in SAP S/4HANA.
SoapRequest<ServiceT extends org.apache.axis2.client.Stub> - Class in com.sap.cloud.sdk.s4hana.connectivity.soap
Class representing a request calling a SOAP service in an ERP system.
SoapRequest(Class<ServiceT>, HttpDestination) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapRequest
Takes the class type of the SOAP service type ServiceT as serviceClass and an Destination, creates and prepares the Axis2 configuration context and instantiates the class ServiceT.
A C E R S 
All Classes and Interfaces|All Packages|Serialized Form