Package com.ibm.commerce.adapter

Contains classes and interfaces for handling the device format adapter.

See:
          Description

Interface Summary
DeviceFormatAdapter Provides the basic interface for a device format adapter.
HttpAdapter HttpAdapter defines the device format interface that is required for all adapters that handles HttpServletRequests.
HttpAdapterFactory HttpAdapterFactory defines the interface that is required for a http adapter factory.
SessionContext SessionContext defines the interface that needs to be implemented for a SessionContext.
SessionData SessionData defines the data that is associated with a session.
 

Class Summary
AbstractHttpAdapter This class provides an abstract base implementation of an Http device format adapter.
DeviceFormatAdapterDesc DeviceFormatAdapterDesc is a base class that describes a device adapter.
DeviceFormatManager This is an internal class responsible for initialization of all device format adapters and for returning the correct adapter to handle an incoming request
DummySessionContext Defines a dummy session context.
GenericSessionData This class hold WCS session specific data without any adapter specifics.
HttpAdapterDesc HttpAdapterDesc is a base class that describes a Http adapter.
 

Package com.ibm.commerce.adapter Description

Contains classes and interfaces for handling the device format adapter.