aducid: client api 4.DEV-SNAPSHOT API

ADUCID Client API

This API describes techniques how to work with ADUCID. It depends on your environment requirements:

  • If you want to use API from non-Java environment
    • Download ADUCID Client API WSDL, ask your ADUCID administrator for download URL
    • Import WSDL in a common way to your environment
    • WSDL methods are identical to ADUCID Advanced Client API
    • See AducidAdvancedClient for detailed description
  • If you want to use API from Java environment
  • If you want to use API from Java environment for native R4 client call (for ADUCID masters only)
    • Use ADUCID Simple Client API directly
    • See AducidClient for detailed description
  • If you prefer JSON technology
    • Use ADUCID Client API JSON version
    • See AducidJsonClient for detailed description
Packages 
Package Description
com.aducid.sdk
ADUCID Client API essentials.
com.aducid.sdk.common
Interfaces and exceptions.
com.aducid.sdk.enums
Enumeration classes.
com.aducid.sdk.json
ADUCID Client API JSON version.
com.aducid.sdk.pojo
Java beans.
com.aducid.sdk.provider.sender
Provider message sender interface.
com.aducid.sdk.sender
R4 client message sender interface.
com.aducid.sdk.sender.simple
R4 client message sender implementation.
com.aducid.sdk.sender.simple.util
R4 client message sender utilities.
com.aducid.sdk.util
Utility classes.