Package com.acsinet_solutions.cetia4.http

Interfaces and implementations that provide a simple wrapper around HTTP remote client facilities like Jakarta Commons HttpClient class.

See:
          Description

Interface Summary
HttpCommand Interface that represents a given Get or Post command
HttpCommandProcessor Defines an object that can send HTTP commands to a remote object.
 

Class Summary
ActionCommand Superclass for POST, PUT and DELETE commands
DeleteCommand Impementation of a DELETE Command
GetCommand Impementation of a GET Command that may be feed later to an HttpCommandProcessor.
HttpCommandFactory Simple factory class for commands.
J2EEFormHttpCommandProcessor Simple implmentation of a command processor that may perform optional J2EE Form authentication.
NoopHttpCommandProcessor NOOP implementation of a command processor useful for debugging and testing purposes.
PostCommand Impementation of a POST Command
PutCommand Impementation of a PUT Command
SimpleHttpCommandProcessor Simple implmentation of a command processor on services that require no authentication.
 

Package com.acsinet_solutions.cetia4.http Description

Interfaces and implementations that provide a simple wrapper around HTTP remote client facilities like Jakarta Commons HttpClient class.