Services Layer — Client

Client_Classes
com.buildforge.services.client.api The client-side classes for communication with the Services Layer Server.
com.buildforge.services.client.dbo The client-side implementation of the database objects that are created and managed by Build Forge.

 

Common_Classes
com.buildforge.services.common This package and those below it implement the architecture that is shared by both the client and the server for the Services Layer.
com.buildforge.services.common.api Services Layer connection and protocol implementations.
com.buildforge.services.common.api.xml XML element definitions for use by the XML protocol implementation.
com.buildforge.services.common.dbo Database object abstractions.
com.buildforge.services.common.io Network layer abstractions used by the protocol implementations.
com.buildforge.services.common.ssl Utility classes which customize SSL services by disabling certificate checking.
com.buildforge.services.common.text Utility classes that provide various text manipulation capabilities, such as hexadecimal conversion, string conversion, and data type conversion.
com.buildforge.services.common.util Utility classes that perform miscellaneous common tasks.