RecipeRPC reference implementation client

Package com.reciperpc.Client

The Client package provides a class, RecipeRPCClient, that operates all the plumbing necessary to search for and fetch recipes from a RecipeRPC server.

See:
          Description

Interface Summary
Logger Interface used for redirecting log output from the Marquee library.
 

Class Summary
RecipeResult Client that holds results of a fetch() call.
RecipeRPCClient Client that queries the RecipeRPC server.
SearchResults Holds results from the reciperpc.search() call, including the total number of matching recipes and the names and IDs of the recipes returned by the server.
 

Exception Summary
RecipeRPCException Exception that indicates an error in the RecipeRPC client or server.
 

Package com.reciperpc.Client Description

The Client package provides a class, RecipeRPCClient, that operates all the plumbing necessary to search for and fetch recipes from a RecipeRPC server. The client requires the Marquee XML-RPC library, available from http://xmlrpc.sourceforge.net. The code works on Java 1.1.4 and can therefore be used inside browsers that do not have Sun's Java Plug-In.

Since:
RecipeRPC reference implementation client 0.1
Author:
Douglas Squirrel

RecipeRPC reference implementation client

Copyright 2004 Douglas Squirrel