Interface ClientProvider

All Superinterfaces:
RequestHandler, SharedResource
All Known Implementing Classes:
AbstractClientProvider, NonWorkingClientProvider

public interface ClientProvider extends RequestHandler

This interface defines a component that is capable of acting as a client to an external server. To activate a ClientProvider it must be bound to a UriPattern within a ContainerBuilder, and that builder must be activated.

Author:
Simon Thoresen Hult
  • Method Details

    • start

      void start()

      This is a synchronous method to configure this ClientProvider. The Container does not call this method, instead it is a required step in the Application initialization code.