Class SRUSimpleClient


  • public class SRUSimpleClient
    extends Object
    A simple client to perform SRU operations using callbacks. The application must provide the appropriate callbacks to receive the results of the operations.

    This client is reusable but not thread-safe: the application may reuse a client object, but it may not be concurrently shared between multiple threads.

    This class is modeled after Java's SAX-API.

    See Also:
    SRUExplainHandler, SRUScanHandler, SRUSearchRetrieveHandler, SRUDefaultHandlerAdapter