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

Reserved for IBM internal use. HttpAdapterDesc is a base class that describes a Http adapter. This class only inherites functionality from it's super class and is kept for code compatability since other classes reference it. This is for internal use only.


Field Summary
Fields inherited from class com.ibm.commerce.adapter.DeviceFormatAdapterDesc
COPYRIGHT, DEVFMT_ENABLED, DEVFMT_FACTORYCLASSNAME, DEVFMT_ID, DEVFMT_NAME, DEVFMT_TYPE, DEVFMT_TYPEID, devfmtClass, devfmtId, devfmtName, devfmtType, devfmtTypeId, isEnabled
Constructor Summary
HttpAdapterDesc()
Reserved for IBM internal use.
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()
Reserved for IBM internal use. Creates the HTTP adapter descriptor.

Feedback