Constant Field Values


Contents
org.xins.*

org.xins.client.XINSCallRequest
public static final String PARAMETER_NAME_PATTERN_STRING "[a-zA-Z][a-zA-Z0-9_\\-\\.]*"

org.xins.common.ant.HostnameTask
public static final String DEFAULT_PROPERTY_NAME "hostname"

org.xins.common.service.DescriptorBuilder
public static final char DELIMITER 44
public static final String GROUP_DESCRIPTOR_TYPE "group"
public static final char LINE_DELIMITER 10
public static final String TARGET_DESCRIPTOR_TYPE "service"

org.xins.common.service.GroupDescriptor
public static final String ORDERED_TYPE_ID "ordered"
public static final String RANDOM_TYPE_ID "random"

org.xins.common.servlet.container.HTTPServletHandler
public static final int DEFAULT_PORT_NUMBER 8080

org.xins.common.servlet.container.HTTPServletStarter
public static final int DEFAULT_PORT_NUMBER 8080

org.xins.common.servlet.container.ServletClassLoader
public static final int USE_CLASSPATH_LIB 2
public static final int USE_CURRENT_CLASSPATH 1
public static final int USE_WAR_EXTERNAL_LIB 5
public static final int USE_WAR_LIB 4
public static final int USE_XINS_LIB 3

org.xins.logdoc.LogCentral
public static final String DEFAULT_LOCALE "en_US"
public static final String LOG_LOCALE_PROPERTY "org.xins.logdoc.locale"
public static final String LOG_STACK_TRACE_AT_MESSAGE_LEVEL "org.xins.logdoc.stackTraceAtMessageLevel"

org.xins.server.JSONCallingConvention
protected static final String RESPONSE_CONTENT_TYPE "text/javascript; charset=UTF-8"
protected static final String RESPONSE_ENCODING "UTF-8"

org.xins.server.JSONRPCCallingConvention
protected static final String RESPONSE_CONTENT_TYPE "application/json"

org.xins.server.SOAPCallingConvention
protected static final String FUNCTION_NAME "_function"
protected static final String REQUEST_NAMESPACE "_namespace"
protected static final String RESPONSE_CONTENT_TYPE "text/xml; charset=UTF-8"
protected static final String RESPONSE_ENCODING "UTF-8"

org.xins.server.SOAPMapCallingConvention
protected static final String REQUEST_BODY "_body"
protected static final String REQUEST_ENVELOPE "_envelope"
protected static final String REQUEST_FUNCTION "_function_request"

org.xins.server.StandardCallingConvention
protected static final String RESPONSE_CONTENT_TYPE "text/xml; charset=UTF-8"
protected static final String RESPONSE_ENCODING "UTF-8"

org.xins.server.XMLCallingConvention
protected static final String RESPONSE_CONTENT_TYPE "text/xml; charset=UTF-8"
protected static final String RESPONSE_ENCODING "UTF-8"

org.xins.server.XMLRPCCallingConvention
protected static final String RESPONSE_CONTENT_TYPE "text/xml; charset=UTF-8"
protected static final String RESPONSE_ENCODING "UTF-8"

org.xins.server.XSLTCallingConvention
protected static final String CLEAR_TEMPLATE_CACHE_PARAMETER "_cleartemplatecache"
protected static final String TEMPLATE_PARAMETER "_template"
protected static final String TEMPLATES_CACHE_PROPERTY "templates.cache"



See http://www.xins.org/.