com.xoetrope.service |
|
Java Source File Name | Type | Comment |
AuthenticationService.java | Class | Description ServiceProxy Object for handling user authentication. |
Base64DecoderService.java | Class | Decodes the argument values using Base64 encoding and encodes the response.
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
Base64EncoderService.java | Class | Encodes the argument values using Base64 encoding and decodes the response.
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
CallbackToken.java | Class | An auto incrementing token/counter used to uniquely identify service requests
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
FailoverServiceProxy.java | Class | A specialization of the ServiceProxy class used for implementations that will
be called in the event of a failure in remote calls. |
LicenceCheck.java | Class | |
LogWriter.java | Class | A logging service implmentation. |
ModelHelper.java | Class | Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
MultiRouteService.java | Class | Calls the server via several routes, for example when connectivity may
change over the life of an session or application. |
StateManager.java | Class | Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
XCachingService.java | Class | A simple caching proxy. |
XHttpClientServiceProxy.java | Class | Makes a service call via the HTTP protocol. |
XHttpServerServiceProxy.java | Class | A simple http service designed to accept incoming http requests. |
XLocalServiceProxy.java | Class | A proxy for a call to a local object/method
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
XLoggingService.java | Class | Logs service calls to a file specified in the startup properties as the
'logfile' parameter.
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
XPersistantService.java | Class | Uses the following parameters in the startup.properties file:
CacheSleepTime the time to sleep between retries of failed calls.
CachePath the path to which failed calls are saved.
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
XReplicationEngine.java | Class | |
XReplicationService.java | Class | A service proxy to support replication of data to a client side database.
This object must be setup as an application object if used in a servlet
context. |
XServiceCallback.java | Interface | An interface to inform service proxy objects that the call has completed.
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
XServiceProxyState.java | Class | Adds a wrapper capable of holding mutable state. |
ZipDecoderService.java | Class | Compresses the output data in a zip stream
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
ZipEncoderService.java | Class | Compresses the output data in a zip stream
License: This class is part of a commercial software release. |