com.yahoo.marketing.apt.client
Class YahooMarketingConstants

java.lang.Object
  extended by com.yahoo.marketing.apt.client.YahooMarketingConstants

public class YahooMarketingConstants
extends java.lang.Object

Class to encapsulate the constants used in the APT from Yahoo! SDK.

Since:
0.5
Version:
3.0.0

Field Summary
static java.lang.String APP_CONFIG_DIR
          Default Config directory
static java.lang.String APP_NAME
          Application Name
static java.lang.String APT_ACCOUNT_ID
          APT account ID property name in property file
static java.lang.String APT_LICENSE
          APT license property name in property file
static java.lang.String APT_PASSWORD
          APT password property name in property file
static java.lang.String APT_SERVICE_ENDPOINT
          APT service endpoint property in property file
static java.lang.String APT_SERVICE_NAMESPACE
          APT service namespace property in property file
static java.lang.String APT_SERVICE_VERSION
          APT service version property in property file
static java.lang.String APT_TIMEOUT
          Timeout property name in property file
static java.lang.String APT_USERNAME
          APT username property name in property file
static java.lang.String COMMAND_GROUP
           
static java.lang.String CONFIG_FILE
          Default Config filename
static java.lang.String LOCATION_CACHE_EXPIRATION_MILLIS
          Location cache expiration millis property name in property file
static java.lang.String LOCATION_CACHE_FILEPATH_PREFIX
          location cache file path prefix property name in property file
static java.lang.String LOG_CONFIG_APT_ENABLELOG
          APT logger enableLog name in the log config
static java.lang.String LOG_CONFIG_APT_LOGGER
          APT logger name in the log config
static java.lang.String LOG_CONFIG_APT_LOGSOAPMESSAGES
          APT logger logSOAPMessages name in the log config
static java.lang.String LOG_CONFIG_SYSTEM_PROPERTY
          System property for log config file locations
static java.lang.String PROPERTY_FILE_SYSTEM_PROPERTY
          System property for property file locations
static java.lang.String REMAINING_QUOTA
           
static java.lang.String TIME_TAKEN_MILLIS
           
static java.lang.String VERSION
          Application Version
static java.lang.String WSSE_NAMESPACE
          APT service WSSE namespace
static java.lang.String YNS_API_FAULT_TAG
          Yahoo tag names for Axis Fault element.
static java.lang.String YNS_COMMAND_GROUP_TAG
          Yahoo tag names for Axis CommandGroup element.
static java.lang.String YNS_FAULT_CODE_TAG
          Yahoo tag names for Axis Fault Code element.
static java.lang.String YNS_FAULT_MESSAGE_TAG
          Yahoo tag names for Axis Fault Message element.
static java.lang.String YNS_REMAINING_QUOTA_TAG
          Yahoo tag names for Axis Quota element.
static java.lang.String YNS_TIME_TAKEN_MILLIS_TAG
          Yahoo tag names for Axis TimeTakenMillis element.
 
Constructor Summary
YahooMarketingConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
Application Version

See Also:
Constant Field Values

APP_NAME

public static final java.lang.String APP_NAME
Application Name

See Also:
Constant Field Values

PROPERTY_FILE_SYSTEM_PROPERTY

public static final java.lang.String PROPERTY_FILE_SYSTEM_PROPERTY
System property for property file locations

See Also:
Constant Field Values

LOG_CONFIG_SYSTEM_PROPERTY

public static final java.lang.String LOG_CONFIG_SYSTEM_PROPERTY
System property for log config file locations

See Also:
Constant Field Values

APP_CONFIG_DIR

public static final java.lang.String APP_CONFIG_DIR
Default Config directory


CONFIG_FILE

public static final java.lang.String CONFIG_FILE
Default Config filename

See Also:
Constant Field Values

LOG_CONFIG_APT_LOGGER

public static final java.lang.String LOG_CONFIG_APT_LOGGER
APT logger name in the log config

See Also:
Constant Field Values

LOG_CONFIG_APT_ENABLELOG

public static final java.lang.String LOG_CONFIG_APT_ENABLELOG
APT logger enableLog name in the log config

See Also:
Constant Field Values

LOG_CONFIG_APT_LOGSOAPMESSAGES

public static final java.lang.String LOG_CONFIG_APT_LOGSOAPMESSAGES
APT logger logSOAPMessages name in the log config

See Also:
Constant Field Values

LOCATION_CACHE_FILEPATH_PREFIX

public static final java.lang.String LOCATION_CACHE_FILEPATH_PREFIX
location cache file path prefix property name in property file

See Also:
Constant Field Values

LOCATION_CACHE_EXPIRATION_MILLIS

public static final java.lang.String LOCATION_CACHE_EXPIRATION_MILLIS
Location cache expiration millis property name in property file

See Also:
Constant Field Values

APT_TIMEOUT

public static final java.lang.String APT_TIMEOUT
Timeout property name in property file

See Also:
Constant Field Values

APT_SERVICE_ENDPOINT

public static final java.lang.String APT_SERVICE_ENDPOINT
APT service endpoint property in property file

See Also:
Constant Field Values

APT_SERVICE_NAMESPACE

public static final java.lang.String APT_SERVICE_NAMESPACE
APT service namespace property in property file

See Also:
Constant Field Values

APT_SERVICE_VERSION

public static final java.lang.String APT_SERVICE_VERSION
APT service version property in property file

See Also:
Constant Field Values

APT_USERNAME

public static final java.lang.String APT_USERNAME
APT username property name in property file

See Also:
Constant Field Values

APT_PASSWORD

public static final java.lang.String APT_PASSWORD
APT password property name in property file

See Also:
Constant Field Values

APT_ACCOUNT_ID

public static final java.lang.String APT_ACCOUNT_ID
APT account ID property name in property file

See Also:
Constant Field Values

APT_LICENSE

public static final java.lang.String APT_LICENSE
APT license property name in property file

See Also:
Constant Field Values

WSSE_NAMESPACE

public static final java.lang.String WSSE_NAMESPACE
APT service WSSE namespace

See Also:
Constant Field Values

YNS_API_FAULT_TAG

public static final java.lang.String YNS_API_FAULT_TAG
Yahoo tag names for Axis Fault element.

See Also:
Constant Field Values

YNS_FAULT_CODE_TAG

public static final java.lang.String YNS_FAULT_CODE_TAG
Yahoo tag names for Axis Fault Code element.

See Also:
Constant Field Values

YNS_FAULT_MESSAGE_TAG

public static final java.lang.String YNS_FAULT_MESSAGE_TAG
Yahoo tag names for Axis Fault Message element.

See Also:
Constant Field Values

YNS_COMMAND_GROUP_TAG

public static final java.lang.String YNS_COMMAND_GROUP_TAG
Yahoo tag names for Axis CommandGroup element.

See Also:
Constant Field Values

YNS_REMAINING_QUOTA_TAG

public static final java.lang.String YNS_REMAINING_QUOTA_TAG
Yahoo tag names for Axis Quota element.

See Also:
Constant Field Values

YNS_TIME_TAKEN_MILLIS_TAG

public static final java.lang.String YNS_TIME_TAKEN_MILLIS_TAG
Yahoo tag names for Axis TimeTakenMillis element.

See Also:
Constant Field Values

COMMAND_GROUP

public static final java.lang.String COMMAND_GROUP
See Also:
Constant Field Values

REMAINING_QUOTA

public static final java.lang.String REMAINING_QUOTA
See Also:
Constant Field Values

TIME_TAKEN_MILLIS

public static final java.lang.String TIME_TAKEN_MILLIS
See Also:
Constant Field Values
Constructor Detail

YahooMarketingConstants

public YahooMarketingConstants()