com.ibm.commerce.adapter
Class HttpAdapterDesc

java.lang.Object
  |
  +--com.ibm.commerce.adapter.DeviceFormatAdapterDesc
        |
        +--com.ibm.commerce.adapter.HttpAdapterDesc
Direct Known Subclasses:
ProgramAdapterDesc, PVCAdapterDesc

public class HttpAdapterDesc
extends DeviceFormatAdapterDesc

HttpAdapterDesc is a base class that describes a Http adapter. This is for internal use only.


Fields inherited from class com.ibm.commerce.adapter.DeviceFormatAdapterDesc
DEVFMT_ENABLED, DEVFMT_FACTORYCLASSNAME, DEVFMT_ID, DEVFMT_NAME, DEVFMT_TYPE, DEVFMT_TYPEID, devfmtClass, devfmtId, devfmtName, devfmtType, devfmtTypeId, isEnabled
 
Constructor Summary
HttpAdapterDesc()
          Default HttpAdapterDesc constructor.
 
Methods inherited from class com.ibm.commerce.adapter.DeviceFormatAdapterDesc
getDeviceFormatClass, getDeviceFormatId, getDeviceFormatName, getDeviceFormatType, getDeviceFormatTypeId, init, isEnabled, setDeviceFormatClass, setDeviceFormatId, setDeviceFormatName, setDeviceFormatType, setDeviceFormatTypeId, setIsEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpAdapterDesc

public HttpAdapterDesc()
Default HttpAdapterDesc constructor.