Package com.buildforge.services.common.api

Services Layer connection and protocol implementations.

See:
          Description

Interface Summary
APIConstants These are data constants that are shared by the client and server implementations of the services layer.
 

Class Summary
AbstractProtocolImpl Utility class that defines the basic interaction between the APIConnection class and protocol implementations.
APIConnection The APIConnection class is responsible for the encoding and decoding of API requests, thereby implementing the line protocol of the services layer.
APIRequest This class encapsulates an API request from a remote connection.
APIReverseMap  
 

Enum Summary
Permission All the permissions we expect to exist in the system.
Protocol An enumeration of the line protocols that are implemented in the Java version of the Services Layer, both in the client and in the server.
 

Exception Summary
APIException Internationalized exceptions for the API layer.
ProtocolException Internationalized exceptions for the API protocol layer.
 

Package com.buildforge.services.common.api Description

Services Layer connection and protocol implementations.