gson-comments/wsclient/src/main/java/com/google/gson/webservice/client
Inderjeet Singh ad0e0d6f54 Added means to define and implement REST web-service and its clients.
Added missing copyright headers.
Added TypedKey based methods in request/response classes.
2010-02-15 23:24:48 +00:00
..
Preconditions.java Added setting of content-length in requests even if the body is non existent. 2010-01-26 14:18:19 +00:00
QueueConsumer.java Added an asynchronous client for invoking Web-services. This client uses a queue to hold web-service requests and returns the control back to the caller. A separate thread executes these web-service requests and invokes a caller-suplied callback with the results. 2010-01-20 13:59:59 +00:00
QueueEntry.java Added an asynchronous client for invoking Web-services. This client uses a queue to hold web-service requests and returns the control back to the caller. A separate thread executes these web-service requests and invokes a caller-suplied callback with the results. 2010-01-20 13:59:59 +00:00
RequestSender.java Added setting of content-length in requests even if the body is non existent. 2010-01-26 14:18:19 +00:00
ResponseCallback.java Added an asynchronous client for invoking Web-services. This client uses a queue to hold web-service requests and returns the control back to the caller. A separate thread executes these web-service requests and invokes a caller-suplied callback with the results. 2010-01-20 13:59:59 +00:00
ResponseReceiver.java Added means to define and implement REST web-service and its clients. 2010-02-15 23:24:48 +00:00
RestClient.java Added means to define and implement REST web-service and its clients. 2010-02-15 23:24:48 +00:00
RestRequestSender.java Added means to define and implement REST web-service and its clients. 2010-02-15 23:24:48 +00:00
RestResponseReceiver.java Added means to define and implement REST web-service and its clients. 2010-02-15 23:24:48 +00:00
SingleThreadExecutor.java Added an asynchronous client for invoking Web-services. This client uses a queue to hold web-service requests and returns the control back to the caller. A separate thread executes these web-service requests and invokes a caller-suplied callback with the results. 2010-01-20 13:59:59 +00:00
Streams.java Added setting of content-length in requests even if the body is non existent. 2010-01-26 14:18:19 +00:00
TaskExecutor.java Added an asynchronous client for invoking Web-services. This client uses a queue to hold web-service requests and returns the control back to the caller. A separate thread executes these web-service requests and invokes a caller-suplied callback with the results. 2010-01-20 13:59:59 +00:00
ThreadPerTaskExecutor.java Added an asynchronous client for invoking Web-services. This client uses a queue to hold web-service requests and returns the control back to the caller. A separate thread executes these web-service requests and invokes a caller-suplied callback with the results. 2010-01-20 13:59:59 +00:00
WebServiceClient.java added ability to specify a Gson instance for use in getting a response. 2010-02-03 05:07:52 +00:00
WebServiceClientAsync.java Added an asynchronous client for invoking Web-services. This client uses a queue to hold web-service requests and returns the control back to the caller. A separate thread executes these web-service requests and invokes a caller-suplied callback with the results. 2010-01-20 13:59:59 +00:00
WebServiceConfig.java Created new projects: 2009-12-28 09:44:47 +00:00