Package ecologylab.services.messages

Messages passed in the ecologylab.services Distributed Computing Framework (DCF).

See:
          Description

Interface Summary
MessageTypes Describes the types of messages that can be passed through the network via sockets.
 

Class Summary
BadSemanticContentResponse The ResponseMessage send from server to client when the RequestMessage is well-formed, but doesn't make sense in the current context.
CfCollaborationGetSurrogate  
CloseMessage  
ContinuedHTTPGetRequest  
DefaultServicesTranslations Provide XML translation mappings for use in processing CF services requests.
ErrorResponse Base class for all ResponseMessages that indicate errors.
HttpGetRequest Deprecated.  
HttpRequest A message to be sent to a ServicesServer through HTTP that the Services will respond with an HTTP redirect URL based on whether there was an error or not.
IgnoreRequest This is a message for the case when the server wants to ignore certain requests and send nothing to the client.
InitConnectionRequest  
InitConnectionResponse  
KmlRequest  
KmlResponse  
OkResponse Base class for all ResponseMessages that were processed successfully.
PingRequest  
RequestMessage Abstract base class for ecologylab.services DCF request messages.
ResponseMessage Abstract base class for ecologylab.services DCF response messages.
ServiceMessage Abstract base class for ecologylab.services DCF request and response messages.
SetPreferences Deprecated.
StopMessage Informs the service server to shut down.
UrlMessage  
 

Package ecologylab.services.messages Description

Messages passed in the ecologylab.services Distributed Computing Framework (DCF).