Class SoapCustomConverter

java.lang.Object
org.apache.axis2.databinding.utils.ConverterUtil
com.sap.cloud.sdk.s4hana.connectivity.soap.SoapCustomConverter

@Deprecated public class SoapCustomConverter extends org.apache.axis2.databinding.utils.ConverterUtil
Deprecated.
This module will be discontinued, along with its classes and methods.
Custom converter class being registered in the Axis2 framework by default through the Axis2CustomConverterListener.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.axis2.databinding.utils.ConverterUtil

    org.apache.axis2.databinding.utils.ConverterUtil.ObjectConversionException
  • Field Summary

    Fields inherited from class org.apache.axis2.databinding.utils.ConverterUtil

    SYSTEM_PROPERTY_ADB_CONVERTERUTIL
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    Deprecated.
    Converts a given Calendar value into a String according to the expected format by the ERP system.
    static String
    Deprecated.
    Converts a given Date value into a String according to the expected format by the ERP system.

    Methods inherited from class org.apache.axis2.databinding.utils.ConverterUtil

    appendDate, appendTime, appendTimeZone, compare, compare, compare, compare, compare, compare, compare, compare, compare, compare, compare, compare, compare, convertToAnySimpleType, convertToAnyType, convertToAnyURI, convertToArray, convertToArray, convertToBase64Binary, convertToBigDecimal, convertToBigInteger, convertToBoolean, convertToByte, convertToDataHandler, convertToDate, convertToDateTime, convertToDecimal, convertToDouble, convertToDuration, convertToENTITIES, convertToENTITY, convertToFloat, convertToGDay, convertToGMonth, convertToGMonthDay, convertToGYear, convertToGYearMonth, convertToHexBinary, convertToId, convertToID, convertToIDREF, convertToIDREFS, convertToInt, convertToInteger, convertToLanguage, convertToLong, convertToName, convertToNCName, convertToNegativeInteger, convertToNMTOKEN, convertToNMTOKENS, convertToNonNegativeInteger, convertToNonPositiveInteger, convertToNormalizedString, convertToNOTATION, convertToObject, convertToObject, convertToObject, convertToObject, convertToObject, convertToObject, convertToPositiveInteger, convertToQName, convertToShort, convertToStandardDecimalNotation, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, convertToTime, convertToToken, convertToUnsignedByte, convertToUnsignedInt, convertToUnsignedLong, convertToUnsignedShort, convertToURI, convertXmlToDate, getAnyTypeObject, getObjectForClass, getStringFromDatahandler, serializeAnyType, toList

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SoapCustomConverter

      public SoapCustomConverter()
      Deprecated.
  • Method Details

    • convertToString

      @Nonnull public static String convertToString(@Nonnull Calendar value)
      Deprecated.
      Converts a given Calendar value into a String according to the expected format by the ERP system.
      Parameters:
      value - Instance of a Calendar
      Returns:
      The value of the Calendar instance as a String.
    • convertToString

      @Nonnull public static String convertToString(@Nonnull Date value)
      Deprecated.
      Converts a given Date value into a String according to the expected format by the ERP system.
      Parameters:
      value - Instance of a Date
      Returns:
      The value of the Date instance as a String.