package com.gisgraphy.addressparser; public class Constants { public final static String ADDRESS_ROOT_JAXB_NAME= "address"; public final static String ADDRESS_RESULT_ROOT_JAXB_NAME= "results"; public final static String BUNDLE_KEY= "addressparser"; /** * The default Description for the RSS/ATOM */ public static final String FEED_TITLE = "Gisgraphy address parser geocoder"; /** * The default Description for the RSS/ATOM */ public static final String FEED_LINK = "http://www.gisgraphy.com"; /** * The default Description for the RSS/ATOM */ public static final String FEED_DESCRIPTION = "Gisgraphy address parser geocoder"; /** * The default base url for address */ public static final String ADDRESS_BASE_URL = "http://addressparser.gisgraphy.com/"; }