Package com.ebasetech.xi.services
-
Interface Summary Interface Description Authentication An Authentication object represents the parameters for an authentication request.Errors Errors
provides methods to create service errorsRestResponse RestResponse
contains the following response information following aRestServices
call: HTTP Code - HTTP Response code return from theRestServices
call Response Headers - All the HTTP response headers as key-->value String pairs Body - A String representation of the response body Contains the following methods:RestResponse.getCode()
RestResponse.getHeaders()
RestResponse.getBody()
RestResponse.isSuccess()
RestServices
SelectStatementCallback Callback interface used with DatabaseServices.executeSQLStatement -
Class Summary Class Description DatabaseServices DateServices Date ServicesEncryptionServices Encryption and decryption servicesFileServices File services File path parameters can be either absolute or relative.HttpAuthentication HttpAuthentication is a convenience class to create HTTP Authentication objects.LdapServices LdapServices
provides static methods that provide authentication and search methods against an Ldap Registry.LdapServices2 LdapServices
provides static methods that provide authentication and search methods against an Ldap Registry.MongoServices ObjectServices PostcodeAnywhereServices PostcodeAnywhereServices
provides static methods to access the PostcodeAnywhere service.PushNotification RestServices RestServices
provides static methods that provide methods to access REST services.SchedulerServices SchedulerServices
provides static methods that enable Scheduled Tasks to be started from a form, workflow job or Integration Service.VelocityServices VelocityServices
provides static methods to invoke a Velocity template. -
Exception Summary Exception Description HttpAuthorisationError HttpAuthorisationError
should be created when aRESTDataConnector
fails with an Authentication Error response code, for example 401HttpError HttpError
contains the reason for the failure and the response code that generated the errorHttpNotFoundError NotFoundError
should be created when aRESTDataConnector
fails with an Not Found response code, i.e 404HttpRequestError RequestError
should be created when aRESTDataConnector
fails with an generic request error response codes, i.e 400 Bad RequestHttpServerError HttpServerError
should be created when aRESTDataConnector
fails with an generic server error response codes, i.e 500 Server ErrorHttpUnknownError HttpUnknownError
should be created when aRESTDataConnector
fails with an unknown response code