A B C D E F G H I L M N O P Q R S T U V W X _

A

API - class org.xins.server.API.
Base class for API implementation classes.
API(String) - Constructor for class org.xins.server.API
Constructs a new API object.
APIManager - class org.xins.server.APIManager.
Management bean for the API.
APIManagerMBean - interface org.xins.server.APIManagerMBean.
Management bean for the API.
APIServlet - class org.xins.server.APIServlet.
HTTP servlet that forwards requests to an API.
APIServlet() - Constructor for class org.xins.server.APIServlet
Constructs a new APIServlet object.
APISpec - class org.xins.common.spec.APISpec.
Specification of an API.
APISpec(Class, String) - Constructor for class org.xins.common.spec.APISpec
Creates a new instance of APISpec.
API_BUILD_VERSION_PROPERTY - Static variable in class org.xins.server.APIServlet
The name of the build property that specifies the version with which the API was built.
API_CALLING_CONVENTION_CLASS_PROPERTY - Static variable in class org.xins.server.APIServlet
The name of the build property that specifies the class of the default calling convention.
API_CALLING_CONVENTION_PROPERTY - Static variable in class org.xins.server.APIServlet
The name of the build property that specifies the name of the default calling convention.
API_CLASS_PROPERTY - Static variable in class org.xins.server.APIServlet
The name of the build property that specifies the name of the API class to load.
API_NAME_PROPERTY - Static variable in class org.xins.server.APIServlet
The name of the build property that specifies the name of the API.
AbstractCAPI - class org.xins.client.AbstractCAPI.
Base class for generated Client-side Application Programming Interface (CAPI) classes.
AbstractCAPI(Descriptor, XINSCallConfig) - Constructor for class org.xins.client.AbstractCAPI
Creates a new AbstractCAPI object, using the specified XINSServiceCaller.
AbstractCAPI(Descriptor) - Constructor for class org.xins.client.AbstractCAPI
Creates a new AbstractCAPI object, using the specified service descriptor.
AbstractCAPI(PropertyReader, String) - Constructor for class org.xins.client.AbstractCAPI
Creates a new AbstractCAPI object based on the specified set of properties and the specified name.
AbstractCAPICallRequest - class org.xins.client.AbstractCAPICallRequest.
Base class for generated CAPI function request classes.
AbstractCAPICallRequest(String) - Constructor for class org.xins.client.AbstractCAPICallRequest
Creates a new AbstractCAPICallRequest.
AbstractCAPICallResult - class org.xins.client.AbstractCAPICallResult.
Base class for generated CAPI function result classes.
AbstractCAPICallResult(XINSCallResult) - Constructor for class org.xins.client.AbstractCAPICallResult
Creates a new AbstractCAPICallResult object, based on the specified XINSCallResult.
AbstractCAPIErrorCodeException - exception org.xins.client.AbstractCAPIErrorCodeException.
Abstract base class for generated CAPI exceptions that map to an API-specific error code.
AbstractCAPIErrorCodeException(XINSCallRequest, TargetDescriptor, long, XINSCallResultData) - Constructor for class org.xins.client.AbstractCAPIErrorCodeException
Constructs a new AbstractCAPIErrorCodeException.
AbstractLog - class org.xins.logdoc.AbstractLog.
Abstract base class for logdoc Log classes.
AbstractLog() - Constructor for class org.xins.logdoc.AbstractLog
Constructs a new AbstractLog instance.
AbstractLog.LogController - class org.xins.logdoc.AbstractLog.LogController.
Log controller.
AbstractLog.LogController() - Constructor for class org.xins.logdoc.AbstractLog.LogController
Constructs a new LogController object.
AbstractLogdocSerializable - class org.xins.logdoc.AbstractLogdocSerializable.
Abstract base class for LogdocSerializable implementations, with support for lazy initialization.
AbstractLogdocSerializable() - Constructor for class org.xins.logdoc.AbstractLogdocSerializable
Constructs a new AbstractLogdocSerializable instance.
AbstractPropertyReader - class org.xins.common.collections.AbstractPropertyReader.
Base for PropertyReader implementations that use an underlying Map instance.
AbstractPropertyReader(Map) - Constructor for class org.xins.common.collections.AbstractPropertyReader
Constructs a new AbstractPropertyReader.
AccessDeniedException - exception org.xins.server.AccessDeniedException.
Exception that indicates that there is no function matching the request.
AccessRule - class org.xins.server.AccessRule.
Access rule.
AccessRuleContainer - interface org.xins.server.AccessRuleContainer.
Collection of one or more access rules.
AccessRuleFile - class org.xins.server.AccessRuleFile.
Collection of access rules that are read from a separate file.
AccessRuleFile(String, int) - Constructor for class org.xins.server.AccessRuleFile
Constructs a new AccessRuleFile based on a descriptor and a file watch interval.
AccessRuleList - class org.xins.server.AccessRuleList.
Access rule list.
AsynchronousCall - class org.xins.client.async.AsynchronousCall.
Class used to register the CallListeners and to call the API asynchronously.
AsynchronousCall() - Constructor for class org.xins.client.async.AsynchronousCall
 
AttributeComboSpec - class org.xins.common.spec.AttributeComboSpec.
Specification of a attribute combo.
add(Element) - Method in class org.xins.client.AbstractCAPICallRequest
Add a new Element to the data element.
add(Object, Object) - Method in class org.xins.common.collections.ProtectedList
Adds the specified element to the list.
add(String) - Method in class org.xins.common.types.standard.List.Value
Add a new element in the list.
add(String) - Method in class org.xins.common.types.standard.Set.Value
Add a new element in the list.
add(Manageable) - Method in class org.xins.server.API
Adds the specified manageable object.
add(Element) - Method in class org.xins.server.Element
Deprecated. Adds the specified element as content for this element.
add(Element) - Method in class org.xins.server.FunctionResult
Adds a new org.xins.common.xml.Element to the data element.
add(Element) - Method in class org.xins.server.FunctionResult
Deprecated. Deprecated since XINS 1.3.0. Use FunctionResult.add(org.xins.common.xml.Element) instead.
addAttribute(String, String) - Method in class org.xins.server.Element
Deprecated. Adds an attribute.
addAttributeCombo(String, List, String) - Method in class org.xins.client.UnacceptableRequestException
Adds an invalid combination of attributes.
addAttributeCombo(String, List, String) - Method in class org.xins.server.InvalidRequestResult
Adds an invalid combination of attributes.
addAttributeCombo(String, List, String) - Method in class org.xins.server.InvalidResponseResult
Adds an invalid combination of attributes.
addCallListener(CallListener) - Method in class org.xins.client.async.AsynchronousCall
Adds a new listener for the call.
addChild(Element) - Method in class org.xins.common.xml.ElementBuilder
Adds a new child element.
addCookie(Cookie) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
addDateHeader(String, long) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
addHeader(String, String) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
addIntHeader(String, int) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
addInvalidValueForType(String, String) - Method in class org.xins.client.UnacceptableRequestException
Adds an invalid value for a specified type.
addInvalidValueForType(String, String, String) - Method in class org.xins.client.UnacceptableRequestException
Adds an invalid value for a specified type.
addInvalidValueForType(String, String) - Method in class org.xins.server.InvalidRequestResult
Adds an invalid value for a specified type.
addInvalidValueForType(String, String, String) - Method in class org.xins.server.InvalidRequestResult
Adds an invalid value for a specified type.
addInvalidValueForType(String, String) - Method in class org.xins.server.InvalidResponseResult
Adds an invalid value for a specified type.
addInvalidValueForType(String, String, String) - Method in class org.xins.server.InvalidResponseResult
Adds an invalid value for a specified type.
addItem(Object) - Method in class org.xins.common.types.ItemList
Adds an item to the list.
addListener(ExpiryListener) - Method in class org.xins.common.collections.expiry.ExpiryFolder
Adds the specified object as a listener for expiry events.
addMissingParameter(String) - Method in class org.xins.client.UnacceptableRequestException
Adds to the response a paramater that is missing.
addMissingParameter(String, String) - Method in class org.xins.client.UnacceptableRequestException
Adds to the response an attribute that is missing in an element.
addMissingParameter(String) - Method in class org.xins.server.InvalidRequestResult
Adds to the response a paramater that is missing.
addMissingParameter(String, String) - Method in class org.xins.server.InvalidRequestResult
Adds to the response an attribute that is missing in an element.
addMissingParameter(String) - Method in class org.xins.server.InvalidResponseResult
Adds to the response that a paramater that is missing.
addMissingParameter(String, String) - Method in class org.xins.server.InvalidResponseResult
Adds to the response a parameter that is missing in an element.
addParamCombo(String, List) - Method in class org.xins.client.UnacceptableRequestException
Adds an invalid combination of parameters.
addParamCombo(String, List) - Method in class org.xins.server.InvalidRequestResult
Adds an invalid combination of parameters.
addParamCombo(String, List) - Method in class org.xins.server.InvalidResponseResult
Adds an invalid combination of parameters.
addServlet(String, String) - Method in class org.xins.common.servlet.container.HTTPServletHandler
Adds a new servlet.
addWAR(File, String) - Method in class org.xins.common.servlet.container.HTTPServletHandler
Adds a WAR file to the server.
addXMLChild(String) - Method in class org.xins.common.xml.ElementBuilder
Adds a new child element.
allow(String, String) - Method in class org.xins.server.API
Determines if the specified IP address is allowed to access the specified function, returning a boolean value.
allow(String, String) - Method in class org.xins.server.AccessRuleList
Deprecated. Deprecated since XINS 1.3.0. Use AccessRuleList.isAllowed(String,String) instead.
append(boolean) - Method in class org.xins.common.text.FastStringBuffer
Appends the specified boolean.
append(char) - Method in class org.xins.common.text.FastStringBuffer
Appends the specified character.
append(char[]) - Method in class org.xins.common.text.FastStringBuffer
Appends all characters in the specified character buffer.
append(char[], int, int) - Method in class org.xins.common.text.FastStringBuffer
Appends characters from the specified character buffer.
append(String) - Method in class org.xins.common.text.FastStringBuffer
Appends all characters in the specified character string.
append(byte) - Method in class org.xins.common.text.FastStringBuffer
Appends the string representation of the specified byte.
append(short) - Method in class org.xins.common.text.FastStringBuffer
Appends the string representation of the specified short.
append(int) - Method in class org.xins.common.text.FastStringBuffer
Appends the string representation of the specified int.
append(long) - Method in class org.xins.common.text.FastStringBuffer
Appends the string representation of the specified long.
append(float) - Method in class org.xins.common.text.FastStringBuffer
Appends the string representation of the specified float.
append(double) - Method in class org.xins.common.text.FastStringBuffer
Appends the string representation of the specified double.
append(boolean) - Method in class org.xins.logdoc.LogdocStringBuffer
Appends the specified boolean.
append(char) - Method in class org.xins.logdoc.LogdocStringBuffer
Appends the specified character.
append(char[]) - Method in class org.xins.logdoc.LogdocStringBuffer
Appends all characters in the specified character buffer.
append(char[], int, int) - Method in class org.xins.logdoc.LogdocStringBuffer
Appends characters from the specified character buffer.
append(String) - Method in class org.xins.logdoc.LogdocStringBuffer
Appends all characters in the specified character string.
append(byte) - Method in class org.xins.logdoc.LogdocStringBuffer
Appends the string representation of the specified byte.
append(short) - Method in class org.xins.logdoc.LogdocStringBuffer
Appends the string representation of the specified short.
append(int) - Method in class org.xins.logdoc.LogdocStringBuffer
Appends the string representation of the specified int.
append(long) - Method in class org.xins.logdoc.LogdocStringBuffer
Appends the string representation of the specified long.
append(float) - Method in class org.xins.logdoc.LogdocStringBuffer
Appends the string representation of the specified float.
append(double) - Method in class org.xins.logdoc.LogdocStringBuffer
Appends the string representation of the specified double.
assertUsable() - Method in class org.xins.common.manageable.Manageable
Asserts that this object is currently usable.

B

BOOTSTRAPPED - Static variable in class org.xins.common.manageable.Manageable
The BOOTSTRAPPED state.
BOOTSTRAPPING - Static variable in class org.xins.common.manageable.Manageable
The BOOTSTRAPPING state.
Base64 - class org.xins.common.types.standard.Base64.
Standard type _base64.
Base64(String, int, int) - Constructor for class org.xins.common.types.standard.Base64
Constructs a new Float32 object (constructor for subclasses).
BasicPropertyReader - class org.xins.common.collections.BasicPropertyReader.
Modifiable implementation of a property reader.
BasicPropertyReader() - Constructor for class org.xins.common.collections.BasicPropertyReader
Constructs a new BasicPropertyReader.
BeanUtils - class org.xins.common.BeanUtils.
This class contains some utility methods that fills an object with values from another object.
BeanUtils() - Constructor for class org.xins.common.BeanUtils
 
Boolean - class org.xins.common.types.standard.Boolean.
Standard type _boolean.
BootstrapException - exception org.xins.common.manageable.BootstrapException.
Exception thrown when the bootstrapping of a Manageable object failed.
BootstrapException(String) - Constructor for class org.xins.common.manageable.BootstrapException
Constructs a new BootstrapException with the specified message.
BootstrapException(Throwable) - Constructor for class org.xins.common.manageable.BootstrapException
Constructs a new BootstrapException with the specified cause exception.
bootstrap(PropertyReader) - Method in class org.xins.common.manageable.Manageable
Performs the bootstrap procedure (wrapper method).
bootstrapImpl(PropertyReader) - Method in class org.xins.common.manageable.Manageable
Performs the bootstrap procedure (actual implementation).
bootstrapImpl(PropertyReader) - Method in class org.xins.server.API
Bootstraps this API (wrapper method).
bootstrapImpl(PropertyReader) - Method in class org.xins.server.frontend.FrontendCallingConvention
 
bootstrapImpl(PropertyReader) - Method in class org.xins.server.frontend.SessionManager
 
bootstrapImpl2(PropertyReader) - Method in class org.xins.server.API
Bootstraps this API (implementation method).
build(ServiceCaller, PropertyReader, String) - Static method in class org.xins.common.service.DescriptorBuilder
Builds a Descriptor based on the specified set of properties, for the specified service caller.
build(PropertyReader, String) - Static method in class org.xins.common.service.DescriptorBuilder
Builds a Descriptor based on the specified set of properties.
build(String) - Static method in class org.xins.common.service.DescriptorBuilder
Builds a Descriptor based on the specified value.

C

CALLING_CONVENTION_PARAMETER - Static variable in class org.xins.server.APIServlet
The name of the request parameter that specifies the name of the calling convention to use.
CONFIG_FILE_SYSTEM_PROPERTY - Static variable in class org.xins.server.APIServlet
The name of the system property that specifies the location of the configuration file.
CONFIG_RELOAD_INTERVAL_PROPERTY - Static variable in class org.xins.server.APIServlet
The name of the runtime property that specifies the interval for the configuration file modification checks, in seconds.
CallCAPIThread - class org.xins.client.async.CallCAPIThread.
Class used to call an API in a separate thread.
CallCAPIThread(AbstractCAPI, AbstractCAPICallRequest) - Constructor for class org.xins.client.async.CallCAPIThread
Calls a CAPI function on a separate thread.
CallConfig - class org.xins.common.service.CallConfig.
Configuration for a service call.
CallConfig() - Constructor for class org.xins.common.service.CallConfig
Constructs a new CallConfig object.
CallContext - class org.xins.server.CallContext.
Context for a function call.
CallException - exception org.xins.common.service.CallException.
Root class for all exceptions that indicate a ServiceCaller call failed.
CallException(String, CallRequest, TargetDescriptor, long, String, Throwable) - Constructor for class org.xins.common.service.CallException
Constructs a new CallException based on a short reason, the original request, target called, call duration, detail message and cause exception.
CallExceptionList - class org.xins.common.service.CallExceptionList.
List of call exceptions.
CallExceptionList() - Constructor for class org.xins.common.service.CallExceptionList
Constructs a new CallExceptionList object.
CallFailedEvent - class org.xins.client.async.CallFailedEvent.
Event fired the call to the function failed.
CallFailedEvent(AbstractCAPI, AbstractCAPICallRequest, long, Exception) - Constructor for class org.xins.client.async.CallFailedEvent
Creates a failed call event.
CallListener - interface org.xins.client.async.CallListener.
Listener notified when the call to an API is finished whether it has succeeded or failed.
CallRequest - class org.xins.common.service.CallRequest.
Abstraction of a request for a ServiceCaller call.
CallRequest() - Constructor for class org.xins.common.service.CallRequest
Constructs a new CallRequest.
CallResult - class org.xins.common.service.CallResult.
Result of a call to a service.
CallResult(CallRequest, TargetDescriptor, long, CallExceptionList) - Constructor for class org.xins.common.service.CallResult
Constructs a new CallResult object.
CallResultOutputter - class org.xins.server.CallResultOutputter.
Converter that can be used by calling conventions to generate responses which are compatible with the XINS standard calling convention.
CallSucceededEvent - class org.xins.client.async.CallSucceededEvent.
Event fired when the call is finished and a succeeded result is returned from the call to the function.
CallSucceededEvent(AbstractCAPI, AbstractCAPICallRequest, long, AbstractCAPICallResult) - Constructor for class org.xins.client.async.CallSucceededEvent
Creates a successful call event.
CallTargetsTask - class org.xins.common.ant.CallTargetsTask.
Apache Ant task that calls one or more targets in a separate build file.
CallTargetsTask() - Constructor for class org.xins.common.ant.CallTargetsTask
Constructs a new CallTargetsTask instance.
CallXINSTask - class org.xins.common.ant.CallXINSTask.
Apache Ant task that call a function of a XINS API, the result is stored in Ant properties.
CallXINSTask() - Constructor for class org.xins.common.ant.CallXINSTask
Constructs a new CallTargetsTask instance.
ChainedMap - class org.xins.common.collections.ChainedMap.
This class provides a Map that stores the key/value pairs in the order that they were added to the Map.
ChainedMap() - Constructor for class org.xins.common.collections.ChainedMap
Creates a new instance of ChainedMap.
CollectionUtils - class org.xins.common.collections.CollectionUtils.
Utility functions for collections.
ConnectionCallException - exception org.xins.common.service.ConnectionCallException.
Exception that indicates that a connection to a service could not be established.
ConnectionRefusedCallException - exception org.xins.common.service.ConnectionRefusedCallException.
Exception that indicates that a connection to a service could not be established since it was refused.
ConnectionRefusedCallException(CallRequest, TargetDescriptor, long) - Constructor for class org.xins.common.service.ConnectionRefusedCallException
Constructs a new ConnectionRefusedCallException.
ConnectionTimeOutCallException - exception org.xins.common.service.ConnectionTimeOutCallException.
Exception that indicates that a connection to a service could not be established due to a connection time-out.
ConnectionTimeOutCallException(CallRequest, TargetDescriptor, long) - Constructor for class org.xins.common.service.ConnectionTimeOutCallException
Constructs a new ConnectionTimeOutCallException.
CreateExampleTask - class org.xins.common.ant.CreateExampleTask.
Apache Ant task that generates the specification code of an example based on the request URL.
CreateExampleTask() - Constructor for class org.xins.common.ant.CreateExampleTask
 
CustomCallingConvention - class org.xins.server.CustomCallingConvention.
Base class for calling convention implementations that are not part of the core XINS framework.
CustomCallingConvention() - Constructor for class org.xins.server.CustomCallingConvention
Constructs a new CustomCallingConvention.
call(XINSCallRequest, XINSCallConfig) - Method in class org.xins.client.XINSServiceCaller
Executes the specified XINS call request towards one of the associated targets.
call(XINSCallRequest) - Method in class org.xins.client.XINSServiceCaller
Executes the specified XINS call request towards one of the associated targets.
call(AbstractCAPI, AbstractCAPICallRequest) - Method in class org.xins.client.async.AsynchronousCall
Calls a function asynchronously.
call(HTTPCallRequest, HTTPCallConfig) - Method in class org.xins.common.http.HTTPServiceCaller
Performs the specified request towards the HTTP service.
call(HTTPCallRequest) - Method in class org.xins.common.http.HTTPServiceCaller
Performs the specified request towards the HTTP service.
call(HTTPCallRequest, HTTPCallConfig, TargetDescriptor) - Method in class org.xins.common.http.HTTPServiceCaller
Deprecated. Deprecated since XINS 1.1.0, since this method is expected to be removed. Please do not use it directly.
call(HTTPCallRequest, TargetDescriptor) - Method in class org.xins.common.http.HTTPServiceCaller
Deprecated. Deprecated since XINS 1.0.0, since this method is expected to be removed. Please do not use it directly.
callFailed(CallFailedEvent) - Method in interface org.xins.client.async.CallListener
Invoked when the call to the function failed.
callImpl(AbstractCAPICallRequest) - Method in class org.xins.client.AbstractCAPI
Executes the specified call request.
callSucceeded(CallSucceededEvent) - Method in interface org.xins.client.async.CallListener
Invoked when a successful result has been returned by the function.
check(String, Object) - Static method in class org.xins.common.MandatoryArgumentChecker
Checks if the specified argument value is null.
check(String, Object, String, Object) - Static method in class org.xins.common.MandatoryArgumentChecker
Checks if any of the two specified argument values is null.
check(String, Object, String, Object, String, Object) - Static method in class org.xins.common.MandatoryArgumentChecker
Checks if any of the three specified argument values is null.
check(String, Object, String, Object, String, Object, String, Object) - Static method in class org.xins.common.MandatoryArgumentChecker
Checks if any of the four specified argument values is null.
check() - Method in class org.xins.common.io.FileWatcher
Checks if the file changed.
check(String, Object) - Static method in class org.xins.logdoc.MandatoryArgumentChecker
Checks that the specified argument is not null.
check(String, Object, String, Object) - Static method in class org.xins.logdoc.MandatoryArgumentChecker
Checks that the specified two arguments are not null.
checkOutputParameters() - Method in class org.xins.server.FunctionResult
Checks that the output parameters are set as specified.
checkParameters() - Method in class org.xins.client.AbstractCAPICallRequest
Validates whether this request is considered acceptable.
checkValue(String) - Method in class org.xins.common.types.Type
Checks if the specified value is valid for this type and throws an exception if not.
clear(Object) - Method in class org.xins.common.collections.ProtectedPropertyReader
Removes all properties.
clear() - Method in class org.xins.common.text.FastStringBuffer
Clears this string buffer.
clear() - Method in class org.xins.logdoc.LogdocStringBuffer
Clears this string buffer.
clone() - Method in class org.xins.client.DataElement
Clones this object.
clone() - Method in class org.xins.common.collections.ProtectedList
Clones this object.
clone() - Method in class org.xins.common.types.standard.Date.Value
Creates and returns a copy of this object.
clone() - Method in class org.xins.common.types.standard.Timestamp.Value
Creates and returns a copy of this object.
clone() - Method in class org.xins.common.xml.Element
Clones this object.
clone() - Method in class org.xins.server.Element
Deprecated. Clones this object.
close() - Method in class org.xins.common.io.FastStringWriter
Closes this writer.
close() - Method in class org.xins.common.servlet.container.HTTPServletHandler
Disposes the servlet and stops the web server.
close() - Method in class org.xins.common.servlet.container.LocalServletHandler
Disposes the Servlet and closes this Servlet handler.
configuration() - Method in class org.xins.client.AbstractCAPICallRequest
Retrieves the call configuration currently associated with this request.
configure(XINSCallConfig) - Method in class org.xins.client.AbstractCAPICallRequest
Assigns the specified call configuration to this request.
containsHeader(String) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
controlTimeOut(Runnable, TargetDescriptor) - Method in class org.xins.common.service.ServiceCaller
Runs the specified task.
convertRequestImpl(HttpServletRequest) - Method in class org.xins.server.frontend.FrontendCallingConvention
Converts an HTTP request to a XINS request (implementation method).
convertResultImpl(FunctionResult, HttpServletResponse, HttpServletRequest) - Method in class org.xins.server.frontend.FrontendCallingConvention
Converts a XINS result to an HTTP response (implementation method).
copy(ExpiryFolder) - Method in class org.xins.common.collections.expiry.ExpiryFolder
Copies the entries of this ExpiryFolder into another one.
copyFrom(Object, PropertyReader) - Method in class org.xins.common.collections.ProtectedPropertyReader
Copies all entries from the specified property reader into this one.
createCallResult(CallRequest, TargetDescriptor, long, CallExceptionList, Object) - Method in class org.xins.client.XINSServiceCaller
Constructs an appropriate CallResult object for a successful call attempt.
createCallResult(CallRequest, TargetDescriptor, long, CallExceptionList, Object) - Method in class org.xins.common.http.HTTPServiceCaller
Constructs an appropriate CallResult object for a successful call attempt.
createCallResult(CallRequest, TargetDescriptor, long, CallExceptionList, Object) - Method in class org.xins.common.service.ServiceCaller
Constructs an appropriate CallResult object for a successful call attempt.
createElement() - Method in class org.xins.common.xml.ElementBuilder
Creates the Element.
createErrorCodeException(XINSCallRequest, TargetDescriptor, long, XINSCallResultData) - Method in class org.xins.client.AbstractCAPI
Creates an AbstractCAPIErrorCodeException for the specified error code.
createList() - Method in class org.xins.common.types.List
Creates a new ItemList.
createList() - Method in class org.xins.common.types.standard.List
 
createList() - Method in class org.xins.common.types.standard.Set
 
createParam() - Method in class org.xins.common.ant.CallXINSTask
Adds an input parameter.
createPropertyReader(InputStream) - Static method in class org.xins.common.collections.PropertyReaderUtils
Constructs a PropertyReader from the specified input stream.
crop(int) - Method in class org.xins.common.text.FastStringBuffer
Reduces the length of this string buffer.

D

DEBUG - Static variable in class org.xins.logdoc.AbstractLog
The debug log level.
DEFAULT_CONFIG_RELOAD_INTERVAL - Static variable in class org.xins.server.APIServlet
The default configuration file modification check interval, in seconds.
DEFAULT_LOCALE - Static variable in class org.xins.logdoc.LogCentral
The default locale used at start-up, if no locale is specified in a system property.
DEFAULT_PORT_NUMBER - Static variable in class org.xins.common.servlet.container.HTTPServletHandler
The default port number is 8080.
DEFAULT_PORT_NUMBER - Static variable in class org.xins.common.servlet.container.HTTPServletStarter
The default port number.
DEFAULT_PROPERTY_NAME - Static variable in class org.xins.common.ant.HostnameTask
Default name for the property to set.
DEINITIALIZING - Static variable in class org.xins.common.manageable.Manageable
The DEINITIALIZING state.
DELIMITER - Static variable in class org.xins.common.service.DescriptorBuilder
Delimiter between tokens within a property value.
DataElement - class org.xins.client.DataElement.
Element in a XINS result data section.
DataElement.QualifiedName - class org.xins.client.DataElement.QualifiedName.
Qualified name for an element or attribute.
DataElement.QualifiedName(String, String) - Constructor for class org.xins.client.DataElement.QualifiedName
Constructs a new QualifiedName with the specified namespace and local name.
DataSectionElementSpec - class org.xins.common.spec.DataSectionElementSpec.
Specification of a data section element.
Date - class org.xins.common.types.standard.Date.
Standard type _date.
Date.Value - class org.xins.common.types.standard.Date.Value.
Value for the type _date.
Date.Value(int, int, int) - Constructor for class org.xins.common.types.standard.Date.Value
Constructs a new date value.
Date.Value(Calendar) - Constructor for class org.xins.common.types.standard.Date.Value
Constructs a new date value based on the specified Calendar.
Date.Value(Date) - Constructor for class org.xins.common.types.standard.Date.Value
Constructs a new date value based on the specified java.util.Date object.
Date.Value(long) - Constructor for class org.xins.common.types.standard.Date.Value
Constructs a new date value based on the specified number of milliseconds since the UNIX Epoch.
DateConverter - class org.xins.common.text.DateConverter.
Utility class for converting a UNIX Epoch date to a human-readable time stamp.
DateConverter(boolean) - Constructor for class org.xins.common.text.DateConverter
Creates a new DateConverter.
DefaultResultCodes - interface org.xins.server.DefaultResultCodes.
Constants for the default result codes.
DeinitializationException - exception org.xins.common.manageable.DeinitializationException.
Exception thrown when the deinitialization of a Manageable object caused an exception to be thrown.
Descriptor - class org.xins.common.service.Descriptor.
Descriptor for a service or group of services.
Descriptor - class org.xins.common.types.standard.Descriptor.
Standard type _descriptor.
DescriptorBuilder - class org.xins.common.service.DescriptorBuilder.
Builder that can build a Descriptor object based on a set of properties.
DisabledFunctionException - exception org.xins.client.DisabledFunctionException.
Exception thrown to indicate that the called function has been disabled at the server-side.
Doorman - class org.xins.common.threads.Doorman.
Deprecated. Deprecated since XINS 1.0.1. Use synchronized sections instead. The implementation of this class is flawed.
Doorman(String, boolean, int, long) - Constructor for class org.xins.common.threads.Doorman
Deprecated. Constructs a new Doorman with the specified initial queue size.
Doorman.QueueEntryType - class org.xins.common.threads.Doorman.QueueEntryType.
Deprecated. Type of an entry in a queue for a doorman.
Doorman.QueueEntryType(String) - Constructor for class org.xins.common.threads.Doorman.QueueEntryType
Deprecated. Creates a new QueueEntryType with the specified description.
decode(String) - Static method in class org.xins.common.text.URLEncoding
Decodes the specified URL encoded character string.
deinit() - Method in class org.xins.common.manageable.Manageable
Deinitializes this instance (wrapper method).
deinitImpl() - Method in class org.xins.common.manageable.Manageable
Deinitializes this instance (actual implementation).
deinitImpl() - Method in class org.xins.server.API
Performs shutdown of this XINS API.
describe() - Method in class org.xins.client.XINSCallConfig
Describes this configuration.
describe() - Method in class org.xins.client.XINSCallRequest
Describes this request.
describe() - Method in class org.xins.common.http.HTTPCallConfig
Describes this configuration.
describe() - Method in class org.xins.common.http.HTTPCallRequest
Describes this request.
describe() - Method in class org.xins.common.service.CallConfig
Describes this configuration.
describe() - Method in class org.xins.common.service.CallRequest
Describes this request.
descriptors() - Method in class org.xins.server.RuntimeProperties
Gets the descriptor list.
destroy() - Method in class org.xins.server.APIServlet
Destroys this servlet.
dispose() - Method in class org.xins.server.AccessRule
Disposes this access rule.
dispose() - Method in interface org.xins.server.AccessRuleContainer
Disposes this access rule.
dispose() - Method in class org.xins.server.AccessRuleFile
Disposes this access rule.
dispose() - Method in class org.xins.server.AccessRuleList
Disposes this access rule.
doCall(CallRequest, CallConfig) - Method in class org.xins.common.service.ServiceCaller
Attempts to execute the specified call request on one of the target services, with the specified call configuration.
doCallImpl(CallRequest, CallConfig, TargetDescriptor) - Method in class org.xins.client.XINSServiceCaller
Executes the specified request on the given target.
doCallImpl(CallRequest, CallConfig, TargetDescriptor) - Method in class org.xins.common.http.HTTPServiceCaller
Executes a request towards the specified target.
doCallImpl(CallRequest, CallConfig, TargetDescriptor) - Method in class org.xins.common.service.ServiceCaller
Calls the specified target using the specified subject.
duration() - Method in class org.xins.client.AbstractCAPICallResult
Returns the call duration, in milliseconds.

E

EMPTY_PROPERTY_READER - Static variable in class org.xins.common.collections.PropertyReaderUtils
An empty and unmodifiable PropertyReader instance.
ERROR - Static variable in class org.xins.logdoc.AbstractLog
The error log level.
Element - class org.xins.common.xml.Element.
Element in a XINS result data section.
Element - class org.xins.server.Element.
Deprecated. Deprecated since XINS 1.1.0. Use class org.xins.common.xml.Element instead.
Element(String) - Constructor for class org.xins.server.Element
Deprecated. Constructs a new Element of the specified type.
Element.QualifiedName - class org.xins.common.xml.Element.QualifiedName.
Qualified name for an element or attribute.
Element.QualifiedName(String, String) - Constructor for class org.xins.common.xml.Element.QualifiedName
Constructs a new QualifiedName with the specified namespace and local name.
ElementBuilder - class org.xins.common.xml.ElementBuilder.
Builder for Element instances.
ElementBuilder() - Constructor for class org.xins.common.xml.ElementBuilder
Creates a new ElementBuilder.
ElementBuilder(String) - Constructor for class org.xins.common.xml.ElementBuilder
Creates a new ElementBuilder.
ElementBuilder(String, String) - Constructor for class org.xins.common.xml.ElementBuilder
Creates a new ElementBuilder.
ElementParser - class org.xins.common.xml.ElementParser.
XML element parser.
ElementParser() - Constructor for class org.xins.common.xml.ElementParser
Constructs a new ElementParser.
ElementSerializer - class org.xins.common.xml.ElementSerializer.
Serializer that takes an Element and converts it to an XML string.
ElementSerializer() - Constructor for class org.xins.common.xml.ElementSerializer
Constructs a new ElementSerializer.
EntityNotFoundException - exception org.xins.common.spec.EntityNotFoundException.
Thrown when the required entity cannot be found in the API.
EnumItem - class org.xins.common.types.EnumItem.
Item in an enumeration type.
EnumItem(String, String) - Constructor for class org.xins.common.types.EnumItem
Creates a new EnumItem.
EnumType - class org.xins.common.types.EnumType.
Abstract base class for enumeration types.
EnumType(String, EnumItem[]) - Constructor for class org.xins.common.types.EnumType
Creates a new EnumType instance.
EnumerationIterator - class org.xins.common.collections.EnumerationIterator.
Iterator implementation that reads from an Enumeration.
EnumerationIterator(Enumeration) - Constructor for class org.xins.common.collections.EnumerationIterator
Constructs a new EnumerationIterator on top of the specified Enumeration.
ErrorCodeSpec - class org.xins.common.spec.ErrorCodeSpec.
Specification of a error code (also known as result code).
ErrorCodeSpec(String, Class, String) - Constructor for class org.xins.common.spec.ErrorCodeSpec
Creates a new instance of ErrorCodeSpec.
ErrorCodeSpec.Type - class org.xins.common.spec.ErrorCodeSpec.Type.
Type of an error code.
ExceptionUtils - class org.xins.common.ExceptionUtils.
Deprecated. Deprecated since XINS 1.2.0. Use class ExceptionUtils instead
ExceptionUtils - class org.xins.logdoc.ExceptionUtils.
Utility functions related to exceptions.
ExpiryFolder - class org.xins.common.collections.expiry.ExpiryFolder.
Expiry folder.
ExpiryFolder(String, ExpiryStrategy) - Constructor for class org.xins.common.collections.expiry.ExpiryFolder
Constructs a new ExpiryFolder with the specified name and strategy.
ExpiryFolder(String, ExpiryStrategy, boolean, long) - Constructor for class org.xins.common.collections.expiry.ExpiryFolder
Deprecated. Deprecated since XINS 1.0.1. Use the constructor ExpiryFolder.ExpiryFolder(String,ExpiryStrategy) instead.
ExpiryListener - interface org.xins.common.collections.expiry.ExpiryListener.
Interface for objects that can receive expiry events from an ExpiryFolder.
ExpiryStrategy - class org.xins.common.collections.expiry.ExpiryStrategy.
Expiry strategy.
ExpiryStrategy(long, long) - Constructor for class org.xins.common.collections.expiry.ExpiryStrategy
Constructs a new ExpiryStrategy and starts the corresponding thread.
encode(String) - Static method in class org.xins.common.text.URLEncoding
URL encodes the specified character string as specified by W3C.
encode(String) - Static method in class org.xins.common.text.WhislEncoding
Deprecated. Whisl-encodes the specified character string.
encodeRedirectURL(String) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
encodeRedirectUrl(String) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
encodeURL(String) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
encodeUrl(String) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
end() - Method in class org.xins.common.io.FileWatcher
Stops this thread.
enterAsReader() - Method in class org.xins.common.threads.Doorman
Deprecated. Enters the 'protected area' as a reader.
enterAsWriter() - Method in class org.xins.common.threads.Doorman
Deprecated. Enters the 'protected area' as a writer.
entrySet() - Method in class org.xins.common.collections.ChainedMap
 
equals(Object) - Method in class org.xins.client.DataElement.QualifiedName
Compares this object with the specified object for equality.
equals(Object) - Method in class org.xins.common.collections.expiry.ExpiryFolder
Checks whether this object is considered equal to the argument.
equals(Object) - Method in class org.xins.common.collections.expiry.ExpiryStrategy
Checks whether this object is considered equal to the argument.
equals(Object) - Method in class org.xins.common.service.TargetDescriptor
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.xins.common.types.EnumItem
Checks if this object is considered equal to the specified object.
equals(Object) - Method in class org.xins.common.types.standard.Date.Value
 
equals(Object) - Method in class org.xins.common.types.standard.Timestamp.Value
 
equals(Object) - Method in class org.xins.common.xml.Element.QualifiedName
Compares this object with the specified object for equality.
exceptions() - Method in class org.xins.client.AbstractCAPICallResult
Returns the list of CallExceptions.
execute(Runnable, int) - Static method in class org.xins.common.TimeOutController
Runs the specified task with a specific time-out.
execute() - Method in class org.xins.common.ant.CallTargetsTask
Called by the project to let the task do its work.
execute() - Method in class org.xins.common.ant.CallXINSTask
Called by the project to let the task do its work.
execute() - Method in class org.xins.common.ant.CreateExampleTask
Called by the project to let the task do its work.
execute() - Method in class org.xins.common.ant.HostnameTask
Called by the project to let the task do its work.
execute() - Method in class org.xins.common.ant.UppercaseTask
Called by the project to let the task do its work.
expired(ExpiryFolder, Map) - Method in interface org.xins.common.collections.expiry.ExpiryListener
Notification of the expiry of the specified set of objects.

F

FATAL - Static variable in class org.xins.logdoc.AbstractLog
The fatal log level.
FUNCTIONAL - Static variable in class org.xins.common.spec.ErrorCodeSpec
Type indicating that the error code is functional.
FastStringBuffer - class org.xins.common.text.FastStringBuffer.
Fast, unsynchronized string buffer implementation.
FastStringBuffer(int) - Constructor for class org.xins.common.text.FastStringBuffer
Constructs a new FastStringBuffer object with the specified initial capacity.
FastStringBuffer(String) - Constructor for class org.xins.common.text.FastStringBuffer
Constructs a new FastStringBuffer object with the specified initial content.
FastStringBuffer(int, String) - Constructor for class org.xins.common.text.FastStringBuffer
Constructs a new FastStringBuffer object with the specified initial capacity and content.
FastStringWriter - class org.xins.common.io.FastStringWriter.
A non-synchronized equivalent of StringWriter.
FastStringWriter() - Constructor for class org.xins.common.io.FastStringWriter
Creates a new FastStringWriter using a default initial internal buffer size.
FastStringWriter(int) - Constructor for class org.xins.common.io.FastStringWriter
Creates a new FastStringWriter using a specified initial string buffer size.
FileWatcher - class org.xins.common.io.FileWatcher.
File watcher thread.
FileWatcher(String, int, FileWatcher.Listener) - Constructor for class org.xins.common.io.FileWatcher
Creates a new FileWatcher for the specified file, with the specified interval.
FileWatcher(String, FileWatcher.Listener) - Constructor for class org.xins.common.io.FileWatcher
Creates a new FileWatcher for the specified file.
FileWatcher.Listener - interface org.xins.common.io.FileWatcher.Listener.
Interface for file watcher listeners.
Float32 - class org.xins.common.types.standard.Float32.
Standard type _float32.
Float32(String, float, float) - Constructor for class org.xins.common.types.standard.Float32
Constructs a new Float32 object (constructor for subclasses).
Float64 - class org.xins.common.types.standard.Float64.
Standard type _float64.
Float64(String, double, double) - Constructor for class org.xins.common.types.standard.Float64
Constructs a new Float64 object (constructor for subclasses).
FormatException - exception org.xins.common.text.FormatException.
Exception thrown if a character string does not match a certain format.
FormatException(String, String) - Constructor for class org.xins.common.text.FormatException
Constructs a FormatException.
FrontendCallingConvention - class org.xins.server.frontend.FrontendCallingConvention.
XINS Front-end Framework calling convention.
FrontendCallingConvention(API) - Constructor for class org.xins.server.frontend.FrontendCallingConvention
Creates a new FrontendCallingConvention instance.
Function - class org.xins.server.Function.
Base class for function implementation classes.
Function(API, String, String) - Constructor for class org.xins.server.Function
Constructs a new Function.
FunctionNotSpecifiedException - exception org.xins.server.FunctionNotSpecifiedException.
Exception that indicates that an incoming request does not specify the function to execute.
FunctionNotSpecifiedException() - Constructor for class org.xins.server.FunctionNotSpecifiedException
Constructs a new FunctionNotSpecifiedException.
FunctionRequest - class org.xins.server.FunctionRequest.
Function request.
FunctionRequest(String, PropertyReader, Element) - Constructor for class org.xins.server.FunctionRequest
Creates a new FunctionRequest.
FunctionResult - class org.xins.server.FunctionResult.
Result from a function call.
FunctionResult() - Constructor for class org.xins.server.FunctionResult
Creates a new successful FunctionResult instance.
FunctionResult(String) - Constructor for class org.xins.server.FunctionResult
Creates a new FunctionResult instance.
FunctionResult(String, BasicPropertyReader) - Constructor for class org.xins.server.FunctionResult
Creates a new FunctionResult instance.
FunctionSpec - class org.xins.common.spec.FunctionSpec.
Specification of a function.
fileFound() - Method in interface org.xins.common.io.FileWatcher.Listener
Callback method, called if the file is found for the first time since the FileWatcher was started.
fileModified() - Method in interface org.xins.common.io.FileWatcher.Listener
Callback method, called if the file was checked and found to be modified.
fileNotFound() - Method in interface org.xins.common.io.FileWatcher.Listener
Callback method, called if the file is checked but cannot be found.
fileNotModified() - Method in interface org.xins.common.io.FileWatcher.Listener
Callback method, called if the file was checked but found not to be modified.
find(Object) - Method in class org.xins.common.collections.expiry.ExpiryFolder
Finds the value associated with a key.
flush() - Method in class org.xins.common.io.FastStringWriter
Flushes this writer.
flushBuffer() - Method in class org.xins.common.servlet.container.XINSServletResponse
 
format(long) - Method in class org.xins.common.text.DateConverter
Formats the specified timestamp as a String.
format(long, char[], int) - Method in class org.xins.common.text.DateConverter
Formats the specified timestamp as a string in a character buffer.
fromString(String) - Method in class org.xins.common.types.Type
Converts from a String to an instance of the value class for this type (wrapper method).
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Base64
Converts the specified string value to an byte[] value.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Boolean
Converts the specified string value to a java.lang.Boolean value.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Date
Constructs a Date.Value from the specified string.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Descriptor
Constructs a org.xins.common.service.Descriptor from the specified string.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Float32
Converts the specified string value to an Float value.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Float64
Converts the specified string value to an Double value.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Hex
Converts the specified string value to a byte[] value.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Int16
Converts the specified string value to a Short value.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Int32
Converts the specified string value to an Integer value.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Int64
Converts the specified string value to a Long value.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Int8
Converts the specified string value to a Byte value.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.List
Constructs a List.Value from the specified string.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Properties
Constructs a PropertyReader from the specified string.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Set
Constructs a Set.Value from the specified string.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Text
Converts the specified string value to a String value.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.Timestamp
Constructs a Timestamp.Value from the specified string.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.URL
Converts the specified string value to a String value.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Base64
Converts the specified non-null string value to an byte[].
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Boolean
Converts the specified non-null string value to a boolean.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Date
Constructs a Date.Value from the specified string which is guaranteed to be non-null.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Descriptor
Constructs a org.xins.common.service.Descriptor from the specified string which is guaranteed to be non-null.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Float32
Converts the specified non-null string value to an float.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Float64
Converts the specified non-null string value to an double.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Hex
Converts the specified non-null string value to a byte[] value.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Int16
Converts the specified non-null string value to a short.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Int32
Converts the specified non-null string value to an int.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Int64
Converts the specified non-null string value to a long.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Int8
Converts the specified non-null string value to a byte.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.List
Constructs a List.Value from the specified string which is guaranteed to be non-null.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Properties
Constructs a PropertyReader from the specified string which is guaranteed to be non-null.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Set
Constructs a Set.Value from the specified string which is guaranteed to be non-null.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Text
Converts the specified non-null string value to a String.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Timestamp
Constructs a Timestamp.Value from the specified non-null string.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.URL
Converts the specified non-null string value to a String.
fromStringImpl(String) - Method in class org.xins.common.types.List
Converts from a String to an instance of the value class for this type (implementation method).
fromStringImpl(String) - Method in class org.xins.common.types.PatternType
 
fromStringImpl(String) - Method in class org.xins.common.types.Type
Converts from a String to an instance of the value class for this type (implementation method).
fromStringImpl(String) - Method in class org.xins.common.types.standard.Base64
Converts from a String to an instance of the value class for this type (implementation method).
fromStringImpl(String) - Method in class org.xins.common.types.standard.Boolean
Converts from a String to an instance of the value class for this type (implementation method).
fromStringImpl(String) - Method in class org.xins.common.types.standard.Date
 
fromStringImpl(String) - Method in class org.xins.common.types.standard.Descriptor
 
fromStringImpl(String) - Method in class org.xins.common.types.standard.Float32
 
fromStringImpl(String) - Method in class org.xins.common.types.standard.Float64
 
fromStringImpl(String) - Method in class org.xins.common.types.standard.Hex
Converts from a String to an instance of the value class for this type (implementation method).
fromStringImpl(String) - Method in class org.xins.common.types.standard.Int16
 
fromStringImpl(String) - Method in class org.xins.common.types.standard.Int32
 
fromStringImpl(String) - Method in class org.xins.common.types.standard.Int64
 
fromStringImpl(String) - Method in class org.xins.common.types.standard.Int8
 
fromStringImpl(String) - Method in class org.xins.common.types.standard.Properties
 
fromStringImpl(String) - Method in class org.xins.common.types.standard.Text
 
fromStringImpl(String) - Method in class org.xins.common.types.standard.Timestamp
 
fromStringImpl(String) - Method in class org.xins.common.types.standard.URL
 
functionName() - Method in class org.xins.client.AbstractCAPICallRequest
Gets the name of the function to call.

G

GET - Static variable in class org.xins.common.http.HTTPMethod
The GET method.
GROUP_DESCRIPTOR_TYPE - Static variable in class org.xins.common.service.DescriptorBuilder
Name identifying a group of descriptors.
GenericCallException - exception org.xins.common.service.GenericCallException.
Generic call exception, not related to any particular kind of service.
GroupDescriptor - class org.xins.common.service.GroupDescriptor.
Descriptor for a group of services.
GroupDescriptor(GroupDescriptor.Type, Descriptor[]) - Constructor for class org.xins.common.service.GroupDescriptor
Constructs a new GroupDescriptor.
GroupDescriptor.Type - class org.xins.common.service.GroupDescriptor.Type.
Type of a group.
get(String) - Method in class org.xins.client.DataElement
Deprecated. Deprecated since XINS 1.1.0. Use DataElement.getAttribute(String) instead. This method has been deprecated since it used to expect/accept a combination of the namespace prefix and the local name in XINS 1.0, although that XML Namespaces were not supported yet. This method is guaranteed not to be removed before XINS 2.0.0.
get(String) - Method in class org.xins.common.collections.AbstractPropertyReader
Gets the value of the property with the specified name.
get(String) - Method in interface org.xins.common.collections.PropertyReader
Gets the value of the property with the specified name.
get(int) - Method in class org.xins.common.collections.ProtectedList
Returns the element at the specified position in this list.
get(String) - Method in class org.xins.common.collections.StatsPropertyReader
Gets the value of the property with the specified name.
get(Object) - Method in class org.xins.common.collections.expiry.ExpiryFolder
Gets the value associated with a key and extends the lifetime of the matching entry, if there was a match.
get(int) - Method in class org.xins.common.service.CallExceptionList
Retrieves a CallException by index.
get(String) - Method in class org.xins.common.servlet.ServletConfigPropertyReader
Retrieves the value of the property with the specified name.
get(int) - Method in class org.xins.common.types.standard.List.Value
Get an element from the list.
get(int) - Method in class org.xins.common.types.standard.Set.Value
Get an element from the list.
get() - Static method in class org.xins.common.xml.SAXParserProvider
Returns a SAXParser instance that can be used in the current thread.
getAPI() - Method in class org.xins.server.Function
Returns the API that contains this function.
getAPIName() - Method in class org.xins.client.AbstractCAPI
Determines the name of the API.
getAPIName() - Method in class org.xins.server.APIManager
Gets the name of the API.
getAPIName() - Method in interface org.xins.server.APIManagerMBean
Gets the name of the API.
getAPINameImpl() - Method in class org.xins.client.AbstractCAPI
Retrieves the name of the API (implementation method).
getAPISpecification() - Method in class org.xins.client.AbstractCAPI
Get the specification of the API.
getAPISpecification() - Method in class org.xins.server.API
Get the specification of the API.
getAPIVersion() - Method in class org.xins.server.APIManager
Gets the version of the API.
getAPIVersion() - Method in interface org.xins.server.APIManagerMBean
Gets the version of the API.
getAttribute(DataElement.QualifiedName) - Method in class org.xins.client.DataElement
Gets the value of the attribute with the qualified name.
getAttribute(String, String) - Method in class org.xins.client.DataElement
Gets the value of the attribute with the specified namespace and local name.
getAttribute(String) - Method in class org.xins.client.DataElement
Gets the value of an attribute that has no namespace.
getAttribute(String) - Method in class org.xins.common.servlet.container.XINSHttpSession
 
getAttribute(String) - Method in class org.xins.common.servlet.container.XINSServletContext
 
getAttribute(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getAttribute(String) - Method in class org.xins.common.spec.DataSectionElementSpec
Gets the specification of the specified attribute of the element.
getAttribute(Element.QualifiedName) - Method in class org.xins.common.xml.Element
Gets the value of the attribute with the qualified name.
getAttribute(String, String) - Method in class org.xins.common.xml.Element
Gets the value of the attribute with the specified namespace and local name.
getAttribute(String) - Method in class org.xins.common.xml.Element
Gets the value of an attribute that has no namespace.
getAttributeCombos() - Method in class org.xins.common.spec.DataSectionElementSpec
Gets the attribute combos defined for the element.
getAttributeMap() - Method in class org.xins.client.DataElement
Gets an unmodifiable view of all attributes.
getAttributeMap() - Method in class org.xins.common.xml.Element
Gets an unmodifiable view of all attributes.
getAttributeNames() - Method in class org.xins.common.servlet.container.XINSHttpSession
 
getAttributeNames() - Method in class org.xins.common.servlet.container.XINSServletContext
 
getAttributeNames() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getAttributes() - Method in class org.xins.client.DataElement
Deprecated. Deprecated since XINS 1.1.0. Use DataElement.getAttributeMap() instead, which returns all attributes names and values and which supports XML Namespaces. This method has been deprecated since it does not support namespaces and since it returned a combination of the namespace prefix and the local name in XINS 1.0, although XML Namespaces were not supported yet. This method is guaranteed not to be removed before XINS 2.0.0.
getAttributes() - Method in class org.xins.common.spec.AttributeComboSpec
Gets the attributes defined in the attribute combo.
getAttributes() - Method in class org.xins.common.spec.DataSectionElementSpec
Gets the attributes of the element.
getAttributes() - Method in class org.xins.server.Element
Deprecated. Gets the set of attributes.
getAuthType() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getBaseIP() - Method in class org.xins.server.IPFilter
Returns the base IP address.
getBoolProperty(String) - Method in class org.xins.server.frontend.SessionManager
Gets the value of a boolean session property.
getBooleanProperty(PropertyReader, String, boolean) - Static method in class org.xins.common.collections.PropertyReaderUtils
Gets the property with the specified name and converts it to a boolean.
getBootstrapProperties() - Method in class org.xins.server.API
Gets the bootstrap properties specified for the API.
getBootstrapProperties() - Method in class org.xins.server.APIManager
Gets the bootstrap properties.
getBootstrapProperties() - Method in interface org.xins.server.APIManagerMBean
Gets the bootstrap properties.
getBuffer() - Method in class org.xins.common.io.FastStringWriter
Returns the underlying string buffer itself.
getBufferSize() - Method in class org.xins.common.servlet.container.XINSServletResponse
 
getCAPI() - Method in class org.xins.client.async.CallCAPIThread
Gets the CAPI used to call the function.
getCRC() - Method in class org.xins.common.service.TargetDescriptor
Returns the CRC-32 checksum for the URL of this target descriptor.
getCallConfig() - Method in class org.xins.common.service.CallRequest
Retrieves the associated call configuration, if any.
getCallConfig() - Method in class org.xins.common.service.ServiceCaller
Returns the CallConfig associated with this service caller.
getCallID() - Method in class org.xins.server.CallContext
Returns the assigned call ID.
getCaller() - Method in class org.xins.client.AbstractCAPI
Returns the XINS service caller to use.
getCallingClass(int) - Static method in class org.xins.common.Utils
Retrieves the name of the calling class at the specified level.
getCallingClass() - Static method in class org.xins.common.Utils
Retrieves the name of the calling class.
getCallingMethod(int) - Static method in class org.xins.common.Utils
Retrieves the name of the calling method at the specified level.
getCallingMethod() - Static method in class org.xins.common.Utils
Retrieves the name of the calling method.
getCapacity() - Method in class org.xins.common.text.FastStringBuffer
Gets the capacity of this string buffer.
getCapacity() - Method in class org.xins.logdoc.LogdocStringBuffer
Gets the capacity of this string buffer.
getCause(Throwable) - Static method in class org.xins.logdoc.ExceptionUtils
Determines the cause for the specified exception.
getCharacterEncoding() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getCharacterEncoding() - Method in class org.xins.common.servlet.container.XINSServletResponse
 
getChildElements() - Method in class org.xins.client.DataElement
Gets the list of all child elements.
getChildElements(String) - Method in class org.xins.client.DataElement
Gets the list of child elements that match the specified name.
getChildElements() - Method in class org.xins.common.xml.Element
Gets the list of all child elements.
getChildElements(String) - Method in class org.xins.common.xml.Element
Gets the list of child elements that match the specified name.
getChildren() - Method in class org.xins.server.Element
Deprecated. Returns the children of this element.
getClassName(Object) - Static method in class org.xins.common.Utils
Determines the name of the class of the specified object.
getConnectionTimeOut() - Method in class org.xins.common.service.TargetDescriptor
Returns the connection time-out for a call to the service.
getContentLength() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getContentType() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getContentType() - Method in class org.xins.common.servlet.container.XINSServletResponse
Gets the type of the returned content.
getContext(String) - Method in class org.xins.common.servlet.container.XINSServletContext
 
getContext() - Static method in class org.xins.logdoc.LogCentral
Returns the current diagnostic context identifier.
getContextPath() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getCookies() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getCreationTime() - Method in class org.xins.common.servlet.container.XINSHttpSession
 
getData() - Method in class org.xins.common.http.HTTPCallResult
Returns the result data as a byte array.
getData() - Method in interface org.xins.common.http.HTTPCallResultData
Returns the result data as a byte array.
getDataElement() - Method in class org.xins.client.AbstractCAPICallRequest
Gets the data section.
getDataElement() - Method in class org.xins.client.UnacceptableResultXINSCallException
Returns the optional extra data.
getDataElement() - Method in class org.xins.client.UnsuccessfulXINSCallException
Returns the optional extra data.
getDataElement() - Method in class org.xins.client.XINSCallResult
Returns the optional extra data.
getDataElement() - Method in interface org.xins.client.XINSCallResultData
Returns the optional extra data.
getDataElement() - Method in class org.xins.server.CallContext
Returns the data section of the request, if any.
getDataElement() - Method in class org.xins.server.FunctionResult
Gets the data element from this result.
getDataSection() - Method in class org.xins.client.XINSCallRequest
Retrieves the data section for the input.
getDateHeader(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getDayOfMonth() - Method in class org.xins.common.types.standard.Date.Value
Returns the day of the month.
getDayOfMonth() - Method in class org.xins.common.types.standard.Timestamp.Value
Returns the day of the month.
getDefaultCallConfig() - Method in class org.xins.client.XINSServiceCaller
Returns a default CallConfig object.
getDefaultCallConfig() - Method in class org.xins.common.http.HTTPServiceCaller
Returns a default CallConfig object.
getDefaultCallConfig() - Method in class org.xins.common.service.ServiceCaller
Returns a default CallConfig object.
getDescription() - Method in class org.xins.common.spec.APISpec
Gets the description of the API.
getDescription() - Method in class org.xins.common.spec.DataSectionElementSpec
Gets the description of the data element.
getDescription() - Method in class org.xins.common.spec.ErrorCodeSpec
Gets the description of the error code.
getDescription() - Method in class org.xins.common.spec.FunctionSpec
Gets the description of the function.
getDescription() - Method in class org.xins.common.spec.ParameterSpec
Gets the description of the parameter.
getDescriptor() - Method in class org.xins.common.service.ServiceCaller
Returns the descriptor.
getDetail() - Method in class org.xins.common.ProgrammingException
Returns the detail message.
getDetail() - Method in class org.xins.common.collections.MissingRequiredPropertyException
Returns the detail message.
getDetail() - Method in class org.xins.common.service.CallException
Returns a detailed description of problem, if any.
getDetail() - Method in class org.xins.common.text.ParseException
Returns a description of the parse error.
getDetail() - Method in class org.xins.common.types.TypeValueException
Retrieves the additional detail information passed to the constructor.
getDetectingClass() - Method in class org.xins.common.ProgrammingException
Returns the name of the class that detected the problem.
getDetectingMethod() - Method in class org.xins.common.ProgrammingException
Returns the name of the method where the problem was detected.
getDuration() - Method in class org.xins.client.async.CallCAPIThread
Gets the time it took to call the function.
getDuration() - Method in class org.xins.common.service.CallException
Returns the call duration.
getDuration() - Method in class org.xins.common.service.CallResult
Returns the call duration, in milliseconds.
getEnumItems() - Method in class org.xins.common.types.EnumType
Get the list of the EnumItem included in this EnumType.
getErrorCode() - Method in class org.xins.client.UnacceptableResultXINSCallException
Returns the error code.
getErrorCode() - Method in class org.xins.client.UnsuccessfulXINSCallException
Returns the error code.
getErrorCode() - Method in class org.xins.client.XINSCallResult
Returns the error code.
getErrorCode() - Method in interface org.xins.client.XINSCallResultData
Returns the error code.
getErrorCode(String) - Method in class org.xins.common.spec.FunctionSpec
Gets the error code specification for the specified error code.
getErrorCode() - Method in class org.xins.server.FunctionResult
Returns the result code.
getErrorCodes() - Method in class org.xins.common.spec.FunctionSpec
Gets the error code specifications defined in the function.
getException() - Method in class org.xins.client.async.CallCAPIThread
Gets the exception thrown by the CAPI call.
getException() - Method in class org.xins.client.async.CallFailedEvent
Gets the exception thrown by the CAPI call.
getExceptions() - Method in class org.xins.common.service.CallResult
Returns the list of CallExceptions.
getExpression() - Method in class org.xins.server.IPFilter
Returns the filter expression.
getFunction(String) - Method in class org.xins.common.spec.APISpec
Gets the specification of the given function.
getFunctionList() - Method in class org.xins.server.API
Gets the list of the functions of this API.
getFunctionName() - Method in class org.xins.client.XINSCallRequest
Returns the name of the function to call.
getFunctionName() - Method in class org.xins.server.AccessDeniedException
Gets the name of the function which does not grant the access.
getFunctionName() - Method in class org.xins.server.NoSuchFunctionException
Gets the name of the function.
getFunctionNames() - Method in class org.xins.server.APIManager
Gets the list of the API functions.
getFunctionNames() - Method in interface org.xins.server.APIManagerMBean
Gets the list of the API functions.
getFunctions() - Method in class org.xins.common.spec.APISpec
Gets the function specifications defined in the API.
getHTTPCallConfig() - Method in class org.xins.common.http.HTTPCallRequest
Returns the HTTP call configuration.
getHTTPCallConfig() - Method in class org.xins.common.http.HTTPServiceCaller
Returns the HTTPCallConfig associated with this service caller.
getHTTPMethod() - Method in class org.xins.client.XINSCallConfig
Returns the HTTP method associated with this configuration.
getHeader(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getHeaderNames() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getHeaders(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getHeaders() - Method in class org.xins.common.servlet.container.XINSServletResponse
Gets the headers to return to the client.
getHourOfDay() - Method in class org.xins.common.types.standard.Timestamp.Value
Returns the hour of the day.
getIP() - Method in class org.xins.server.AccessDeniedException
Gets the IP address which is denied for the given function.
getIPFilter() - Method in class org.xins.server.AccessRule
Returns the IP filter.
getId() - Method in class org.xins.common.servlet.container.XINSHttpSession
 
getInitParameter(String) - Method in class org.xins.common.servlet.container.LocalServletConfig
 
getInitParameter(String) - Method in class org.xins.common.servlet.container.XINSServletContext
 
getInitParameterNames() - Method in class org.xins.common.servlet.container.LocalServletConfig
 
getInitParameterNames() - Method in class org.xins.common.servlet.container.XINSServletContext
 
getInputDataSectionElement(String) - Method in class org.xins.common.spec.FunctionSpec
Gets the specification of the element of the input data section with the specified name.
getInputDataSectionElements() - Method in class org.xins.common.spec.FunctionSpec
Gets the specification of the elements of the input data section.
getInputParamCombos() - Method in class org.xins.common.spec.FunctionSpec
Gets the input param combo specifications.
getInputParameter(String) - Method in class org.xins.common.spec.FunctionSpec
Gets the input parameter for the specified name.
getInputParameters() - Method in class org.xins.common.spec.FunctionSpec
Gets the input parameter specifications defined in the function.
getInputStream() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getIntHeader(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getIntProperty(PropertyReader, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
Gets the property with the specified name and converts it to an int.
getInterval() - Method in class org.xins.common.io.FileWatcher
Returns the current interval.
getItem(int) - Method in class org.xins.common.types.ItemList
Gets the item at the specified index as an Object.
getJavaVersion() - Static method in class org.xins.common.Utils
Retrieves the actual (major) Java version.
getLastAccessedTime() - Method in class org.xins.common.servlet.container.XINSHttpSession
 
getLength() - Method in class org.xins.common.text.FastStringBuffer
Gets the length of this string buffer.
getLength() - Method in class org.xins.logdoc.LogdocStringBuffer
Gets the length of this string buffer.
getLocalHost() - Static method in class org.xins.common.net.IPAddressUtils
Retrieves the localhost host name.
getLocalHostIPAddress() - Static method in class org.xins.common.net.IPAddressUtils
Retrieves the localhost IP address.
getLocalHostJava13() - Static method in class org.xins.common.net.IPAddressUtils
Retrieves the localhost host name, on Java 1.3.
getLocalHostJava14() - Static method in class org.xins.common.net.IPAddressUtils
Retrieves the localhost host name, on Java 1.4 and up.
getLocalName() - Method in class org.xins.client.DataElement.QualifiedName
Gets the local name.
getLocalName() - Method in class org.xins.client.DataElement
Gets the local name.
getLocalName() - Method in class org.xins.common.xml.Element.QualifiedName
Gets the local name.
getLocalName() - Method in class org.xins.common.xml.Element
Gets the local name.
getLocale() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getLocale() - Method in class org.xins.common.servlet.container.XINSServletResponse
 
getLocale() - Static method in class org.xins.logdoc.LogCentral
Get the locale set in this LogCentral.
getLocale() - Method in class org.xins.logdoc.UnsupportedLocaleError
Retrieves the unsupported locale.
getLocale() - Method in class org.xins.logdoc.UnsupportedLocaleException
Retrieves the unsupported locale.
getLocales() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getLock() - Method in class org.xins.common.service.CallConfig
Returns the access controller for the fields in this object.
getMajorVersion() - Method in class org.xins.common.servlet.container.XINSServletContext
 
getMask() - Method in class org.xins.server.IPFilter
Returns the mask.
getMaxInactiveInterval() - Method in class org.xins.common.servlet.container.XINSHttpSession
 
getMaxQueueWaitTime() - Method in class org.xins.common.threads.Doorman
Deprecated. Gets the maximum time to wait in the queue.
getMembers() - Method in class org.xins.common.service.GroupDescriptor
Returns the members of this group.
getMessage() - Method in class org.xins.client.UnacceptableRequestException
Returns the message for this exception.
getMessage() - Method in class org.xins.common.service.CallException
Returns the detail message string of this exception.
getMethod() - Method in class org.xins.common.http.HTTPCallConfig
Returns the HTTP method associated with this configuration.
getMethod() - Method in class org.xins.common.http.HTTPCallRequest
Deprecated. Deprecated since XINS 1.1.0. Use HTTPCallRequest.getHTTPCallConfig() instead. This method is guaranteed not to be removed before XINS 2.0.0.
getMethod() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getMimeType(String) - Method in class org.xins.common.servlet.container.XINSServletContext
 
getMinorVersion() - Method in class org.xins.common.servlet.container.XINSServletContext
 
getMinuteOfHour() - Method in class org.xins.common.types.standard.Timestamp.Value
Returns the minute of the hour.
getMonthOfYear() - Method in class org.xins.common.types.standard.Date.Value
Returns the month of the year.
getMonthOfYear() - Method in class org.xins.common.types.standard.Timestamp.Value
Returns the month of the year.
getName() - Method in class org.xins.client.DataElement
Deprecated. Deprecated since XINS 1.1.0. Use DataElement.getLocalName() instead, which has the same functionality and behavior. This method has been deprecated since it returned a combination of the namespace prefix and the local name in XINS 1.0. This method is guaranteed not to be removed before XINS 2.0.0.
getName() - Method in class org.xins.common.TranslationBundle
Retrieves the name of this translation bundle.
getName() - Method in class org.xins.common.collections.expiry.ExpiryFolder
Returns the name given to this expiry folder.
getName() - Method in class org.xins.common.manageable.Manageable.State
Returns the name of this state.
getName() - Method in class org.xins.common.spec.APISpec
Gets the name of the API.
getName() - Method in class org.xins.common.spec.DataSectionElementSpec
Gets the name of the data element.
getName() - Method in class org.xins.common.spec.ErrorCodeSpec
Gets the name of the error code.
getName() - Method in class org.xins.common.spec.FunctionSpec
Gets the name of the function.
getName() - Method in class org.xins.common.spec.ParameterSpec
Gets the name of the parameter.
getName() - Method in class org.xins.common.threads.Doorman
Deprecated. Gets the name of this doorman.
getName() - Method in class org.xins.common.types.EnumItem
Gets the symbolic (friendly) name for the enumeration value.
getName() - Method in class org.xins.common.types.Type
Retrieves the name of this type.
getName() - Method in class org.xins.server.API
Gets the name of this API.
getName() - Method in class org.xins.server.Function
Returns the name of this function.
getName() - Method in class org.xins.server.ResultCode
Returns the symbolic name of this result code.
getName() - Method in class org.xins.server.TranslationBundle
Retrieves the name of this translation bundle.
getNameByValue(String) - Method in class org.xins.common.types.EnumType
Gets the name matching the specified value.
getNameOfClass(Class) - Static method in class org.xins.common.Utils
Determines the name of the specified class.
getNamedDispatcher(String) - Method in class org.xins.common.servlet.container.XINSServletContext
 
getNames() - Method in class org.xins.common.collections.AbstractPropertyReader
Gets an iterator that iterates over all the property names.
getNames() - Method in interface org.xins.common.collections.PropertyReader
Gets an iterator that iterates over all the property names.
getNames() - Method in class org.xins.common.collections.StatsPropertyReader
Gets an iterator that iterates over all the property names.
getNames() - Method in class org.xins.common.servlet.ServletConfigPropertyReader
Returns an Iterator that returns all property names.
getNamespaceURI() - Method in class org.xins.client.DataElement.QualifiedName
Gets the namespace URI.
getNamespaceURI() - Method in class org.xins.client.DataElement
Gets the namespace URI.
getNamespaceURI() - Method in class org.xins.common.xml.Element.QualifiedName
Gets the namespace URI.
getNamespaceURI() - Method in class org.xins.common.xml.Element
Gets the namespace URI.
getNext() - Method in class org.xins.common.service.CallException
Gets the next linked CallException, if there is any.
getOutputDataSectionElement(String) - Method in class org.xins.common.spec.ErrorCodeSpec
Gets the specification of the element of the output data section with the specified name.
getOutputDataSectionElement(String) - Method in class org.xins.common.spec.FunctionSpec
Gets the specification of the element of the output data section with the specified name.
getOutputDataSectionElements() - Method in class org.xins.common.spec.ErrorCodeSpec
Gets the specification of the elements of the output data section.
getOutputDataSectionElements() - Method in class org.xins.common.spec.FunctionSpec
Gets the specification of the elements of the output data section.
getOutputParamCombos() - Method in class org.xins.common.spec.FunctionSpec
Gets the output param combo specifications.
getOutputParameter(String) - Method in class org.xins.common.spec.ErrorCodeSpec
Gets the output parameter for the specified name.
getOutputParameter(String) - Method in class org.xins.common.spec.FunctionSpec
Gets the output parameter of the specified name.
getOutputParameters() - Method in class org.xins.common.spec.ErrorCodeSpec
Gets the output parameter specifications defined in the error code.
getOutputParameters() - Method in class org.xins.common.spec.FunctionSpec
Gets the output parameter specifications defined in the function.
getOutputStream() - Method in class org.xins.common.servlet.container.XINSServletResponse
 
getOwner() - Method in class org.xins.common.spec.APISpec
Gets the owner of the API.
getParameter(String) - Method in class org.xins.client.AbstractCAPICallRequest
Gets the value of a parameter or null if this parameter is not set.
getParameter(String) - Method in class org.xins.client.UnacceptableResultXINSCallException
Gets the value of the specified returned parameter.
getParameter(String) - Method in class org.xins.client.UnsuccessfulXINSCallException
Gets the value of the specified returned parameter.
getParameter(String) - Method in class org.xins.client.XINSCallRequest
Gets the value of the specified parameter.
getParameter(String) - Method in class org.xins.client.XINSCallResult
Gets the value of the specified parameter.
getParameter(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getParameter(String) - Method in class org.xins.server.CallContext
Returns the value of a parameter with the specificied name.
getParameter(String) - Method in class org.xins.server.FunctionResult
Gets the value of the specified parameter.
getParameterMap() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getParameterNames() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getParameterValues(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getParameters() - Method in class org.xins.client.UnacceptableResultXINSCallException
Gets all returned parameters.
getParameters() - Method in class org.xins.client.UnsuccessfulXINSCallException
Gets all returned parameters.
getParameters() - Method in class org.xins.client.XINSCallRequest
Gets all parameters to pass with the call, with their respective values.
getParameters() - Method in class org.xins.client.XINSCallResult
Gets all parameters.
getParameters() - Method in interface org.xins.client.XINSCallResultData
Gets all parameters.
getParameters() - Method in class org.xins.common.http.HTTPCallRequest
Returns the parameters associated with this call request.
getParameters() - Method in class org.xins.common.spec.ParamComboSpec
Gets the parameters defined in the param combo.
getParameters() - Method in class org.xins.server.FunctionResult
Gets all parameters.
getParent() - Method in class org.xins.server.Element
Deprecated. Returns the parent element.
getPathInfo() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getPathTranslated() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getPattern() - Method in class org.xins.common.types.PatternType
Returns the pattern.
getPort() - Method in class org.xins.common.servlet.container.HTTPServletHandler
Returns the port the server is accepting connections on.
getPrecision() - Method in class org.xins.common.collections.expiry.ExpiryStrategy
Returns the time-out precision.
getProperties() - Method in class org.xins.server.API
Gets the runtime properties specified in the implementation.
getProperties() - Method in class org.xins.server.frontend.SessionManager
Gets the session properties.
getPropertiesMap() - Method in class org.xins.common.collections.AbstractPropertyReader
Returns the Map that contains the properties.
getProperty(String) - Method in class org.xins.server.frontend.SessionManager
Gets the value of a session property.
getPropertyName() - Method in class org.xins.common.collections.InvalidPropertyValueException
Returns the name of the property.
getPropertyName() - Method in class org.xins.common.collections.MissingRequiredPropertyException
Returns the name of the property.
getPropertyValue() - Method in class org.xins.common.collections.InvalidPropertyValueException
Returns the (invalid) value of the property.
getProtocol() - Method in class org.xins.common.service.TargetDescriptor
Returns the protocol in the URL for the service.
getProtocol() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getQueryString() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getReader() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getRealPath(String) - Method in class org.xins.common.servlet.container.XINSServletContext
 
getRealPath(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getReason() - Method in class org.xins.common.collections.InvalidPropertyValueException
Returns the description of the reason.
getReason() - Method in class org.xins.common.text.FormatException
Returns the reason.
getRemoteAddr() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getRemoteAddr() - Method in class org.xins.server.CallContext
Returns the IP address of the host that requested this function.
getRemoteHost() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getRemoteUser() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getRequest() - Method in class org.xins.client.async.CallCAPIThread
Gets the request used to the call the function.
getRequest() - Method in class org.xins.common.service.CallException
Returns the original request.
getRequest() - Method in class org.xins.common.service.CallResult
Returns the call request.
getRequestDispatcher(String) - Method in class org.xins.common.servlet.container.XINSServletContext
 
getRequestDispatcher(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getRequestURI() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getRequestURL() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getRequestedSessionId() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getRequiredProperty(PropertyReader, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
Retrieves the specified property and throws a MissingRequiredPropertyException if it is not set.
getResource(String) - Method in class org.xins.common.servlet.container.XINSServletContext
 
getResourceAsStream(String) - Method in class org.xins.common.servlet.container.XINSServletContext
 
getResourcePaths(String) - Method in class org.xins.common.servlet.container.XINSServletContext
 
getResult() - Method in class org.xins.client.async.CallCAPIThread
Gets the result returned by the function.
getResult() - Method in class org.xins.client.async.CallSucceededEvent
Gets the result returned by the function.
getResult() - Method in class org.xins.common.servlet.container.XINSServletResponse
Gets the returned message from the servlet.
getRootCause(Throwable) - Static method in class org.xins.common.ExceptionUtils
Deprecated. Determines the root cause for the specified exception.
getRootCause(Throwable) - Static method in class org.xins.logdoc.ExceptionUtils
Determines the root cause for the specified exception.
getRootCause(Throwable) - Static method in class org.xins.logdoc.LogdocExceptionUtils
Deprecated. Determines the root cause for the specified exception.
getRuleCount() - Method in class org.xins.server.AccessRuleList
Counts the number of rules in this list.
getRuntimeProperties() - Method in class org.xins.server.APIManager
Gets the runtime properties.
getRuntimeProperties() - Method in interface org.xins.server.APIManagerMBean
Gets the runtime properties.
getScheme() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getSecondOfMinute() - Method in class org.xins.common.types.standard.Timestamp.Value
Returns the second of the minute.
getServerInfo() - Method in class org.xins.common.servlet.container.XINSServletContext
 
getServerName() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getServerPort() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getServlet() - Method in class org.xins.common.servlet.container.LocalServletHandler
Gets the Servlet.
getServlet(String) - Method in class org.xins.common.servlet.container.XINSServletContext
 
getServletClass() - Method in class org.xins.common.servlet.container.LocalServletConfig
Gets the class name of the Servlet.
getServletClassLoader(File, int) - Static method in class org.xins.common.servlet.container.ServletClassLoader
Gest the class loader that will loader the servlet.
getServletConfig() - Method in class org.xins.server.APIServlet
Returns the ServletConfig object which contains the build properties for this servlet.
getServletContext() - Method in class org.xins.common.servlet.container.LocalServletConfig
 
getServletContext() - Method in class org.xins.common.servlet.container.XINSHttpSession
 
getServletContextName() - Method in class org.xins.common.servlet.container.XINSServletContext
 
getServletInfo() - Method in class org.xins.server.APIServlet
Returns information about this servlet, as plain text.
getServletName() - Method in class org.xins.common.servlet.container.LocalServletConfig
 
getServletNames() - Method in class org.xins.common.servlet.container.XINSServletContext
 
getServletPath() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getServlets() - Method in class org.xins.common.servlet.container.XINSServletContext
 
getSession() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getSession(boolean) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getSessionContext() - Method in class org.xins.common.servlet.container.XINSHttpSession
 
getSessionId() - Method in class org.xins.server.frontend.SessionManager
Gets the session id.
getSize() - Method in class org.xins.common.types.ItemList
Gets the number of items included in the list.
getSlotCount() - Method in class org.xins.common.collections.expiry.ExpiryStrategy
Returns the number of slots that should be used by expiry collections that use this strategy.
getSocketTimeOut() - Method in class org.xins.common.service.TargetDescriptor
Returns the socket time-out for a call to the service.
getStart() - Method in class org.xins.server.CallContext
Returns the start time of the call.
getStartupTime() - Method in class org.xins.server.APIManager
Gets the time at which the API was started.
getStartupTime() - Method in interface org.xins.server.APIManagerMBean
Gets the time at which the API was started.
getStartupTimestamp() - Method in class org.xins.server.API
Gets the timestamp that indicates when this API instance was created.
getState() - Method in class org.xins.common.manageable.Manageable
Gets the current state of this object.
getStatistics() - Method in class org.xins.server.APIManager
Gets the statistics of the functions.
getStatistics() - Method in interface org.xins.server.APIManagerMBean
Gets the statistics of the functions.
getStatus() - Method in class org.xins.common.servlet.container.XINSServletResponse
Gets the status of the returned message.
getStatusCode() - Method in class org.xins.common.http.HTTPCallResult
Returns the HTTP status code.
getStatusCode() - Method in interface org.xins.common.http.HTTPCallResultData
Returns the HTTP status code.
getStatusCode() - Method in class org.xins.common.http.StatusCodeHTTPCallException
Returns the HTTP status code.
getStatusCodeVerifier() - Method in class org.xins.common.http.HTTPCallRequest
Returns the HTTP status code verifier.
getStrategy() - Method in class org.xins.common.collections.expiry.ExpiryFolder
Returns the strategy associated with this folder.
getStream() - Method in class org.xins.common.http.HTTPCallResult
Returns the returned data as an InputStream.
getString() - Method in class org.xins.common.http.HTTPCallResult
Returns the returned data as a String.
getString(String) - Method in class org.xins.common.http.HTTPCallResult
Returns the returned data as a String in the specified encoding.
getString() - Method in class org.xins.common.text.FormatException
Returns the string that is considered invalid.
getSubElement(String) - Method in class org.xins.common.spec.DataSectionElementSpec
Gets the specified sub element that are included in this element.
getSubElements() - Method in class org.xins.common.spec.DataSectionElementSpec
Gets the specification of the sub elements that are included in this element.
getSubjectClass() - Method in class org.xins.common.ProgrammingException
Returns the name of the class which exposes the programming error.
getSubjectMethod() - Method in class org.xins.common.ProgrammingException
Returns the name of the method which exposes the programming error.
getSucceededTarget() - Method in class org.xins.common.service.CallResult
Returns the target for which the call succeeded.
getTarget() - Method in class org.xins.common.service.CallException
Returns the descriptor for the target that was attempted to be called.
getTargetByCRC(int) - Method in class org.xins.common.service.Descriptor
Returns the TargetDescriptor that matches the specified CRC-32 checksum.
getTargetByCRC(int) - Method in class org.xins.common.service.GroupDescriptor
Returns the TargetDescriptor that matches the specified CRC-32 checksum.
getTargetByCRC(int) - Method in class org.xins.common.service.TargetDescriptor
Returns the TargetDescriptor that matches the specified CRC-32 checksum.
getTargetCount() - Method in class org.xins.common.service.Descriptor
Counts the total number of target descriptors in/under this descriptor.
getTargetCount() - Method in class org.xins.common.service.GroupDescriptor
Counts the total number of target descriptors in/under this descriptor.
getTargetCount() - Method in class org.xins.common.service.TargetDescriptor
Counts the total number of target descriptors in/under this descriptor.
getTargetDescriptor() - Method in class org.xins.common.service.UnsupportedProtocolException
Returns the target descriptor that has an unsupported protocol.
getText() - Method in class org.xins.client.DataElement
Gets the character content, if any.
getText() - Method in class org.xins.common.xml.Element
Gets the character content, if any.
getText() - Method in class org.xins.server.Element
Deprecated. Gets the value of the PCDATA element for this element.
getTimeOut() - Method in class org.xins.common.collections.expiry.ExpiryStrategy
Returns the time-out.
getTimeZone() - Method in class org.xins.server.API
Returns the applicable time zone.
getTotalTimeOut() - Method in class org.xins.common.service.TargetDescriptor
Returns the total time-out for a call to the service.
getTranslationBundle() - Static method in class org.xins.common.Log
Retrieves the active translation bundle.
getTranslationBundle() - Static method in class org.xins.server.Log
Retrieves the active translation bundle.
getType() - Method in class org.xins.client.UnsuccessfulXINSCallException
Returns the type of the error code.
getType(String) - Static method in class org.xins.common.service.GroupDescriptor
Gets a group type by identifier.
getType() - Method in class org.xins.common.service.GroupDescriptor
Returns the type of this group.
getType() - Method in class org.xins.common.spec.ErrorCodeSpec
Gets the type of the error code.
getType() - Method in class org.xins.common.spec.ParameterSpec
Gets the type of the parameter.
getType() - Method in class org.xins.common.types.TypeValueException
Retrieves the type.
getType() - Method in class org.xins.server.Element
Deprecated. Returns the type of this element.
getURL() - Method in class org.xins.common.service.TargetDescriptor
Returns the URL for the service.
getUniqueChildElement(String) - Method in class org.xins.common.xml.Element
Gets the unique child of this element.
getUnused() - Method in class org.xins.common.collections.StatsPropertyReader
Retrieves the set of unused properties.
getUserAgent() - Method in class org.xins.common.http.HTTPCallConfig
Returns the HTTP user agent associated with the HTTP call.
getUserPrincipal() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getValue(String) - Method in class org.xins.common.servlet.container.XINSHttpSession
 
getValue() - Method in class org.xins.common.types.EnumItem
Gets the value for this enumeration item.
getValue() - Method in class org.xins.common.types.TypeValueException
Retrieves the value that was considered invalid.
getValue() - Method in class org.xins.server.ResultCode
Returns the value of this result code.
getValueByName(String) - Method in class org.xins.common.types.EnumType
Gets the value matching the specified name.
getValueClass() - Method in class org.xins.common.types.Type
Retrieves the value class.
getValueNames() - Method in class org.xins.common.servlet.container.XINSHttpSession
 
getVersion() - Static method in class org.xins.client.Library
Returns the version of this library.
getVersion() - Static method in class org.xins.common.Library
Returns the version of this library.
getVersion() - Static method in class org.xins.server.Library
Returns the version of this library.
getWriter() - Method in class org.xins.common.servlet.container.XINSServletResponse
 
getXINSCallConfig() - Method in class org.xins.client.AbstractCAPI
Retrieves the call configuration currently associated with this CAPI object.
getXINSCallConfig() - Method in class org.xins.client.XINSCallRequest
Returns the XINS call configuration.
getXINSCallConfig() - Method in class org.xins.client.XINSServiceCaller
Returns the XINSCallConfig associated with this service caller.
getXINSVersion() - Method in class org.xins.client.AbstractCAPI
Returns the version of XINS used to build this CAPI class.
getXINSVersion() - Method in class org.xins.server.APIManager
Gets the version of XINS which is running this API.
getXINSVersion() - Method in interface org.xins.server.APIManagerMBean
Gets the version of XINS which is running this API.
getYear() - Method in class org.xins.common.types.standard.Date.Value
Returns the year.
getYear() - Method in class org.xins.common.types.standard.Timestamp.Value
Returns the year.

H

HOSTNAME_PROPERTY - Static variable in class org.xins.server.APIServlet
The name of the runtime property that hostname for the server running the API.
HTTPCallConfig - class org.xins.common.http.HTTPCallConfig.
Call configuration for the HTTP service caller.
HTTPCallConfig() - Constructor for class org.xins.common.http.HTTPCallConfig
Constructs a new HTTPCallConfig object.
HTTPCallException - exception org.xins.common.http.HTTPCallException.
HTTP-specific call exception.
HTTPCallRequest - class org.xins.common.http.HTTPCallRequest.
A request towards an HTTP service.
HTTPCallRequest(PropertyReader, HTTPStatusCodeVerifier) - Constructor for class org.xins.common.http.HTTPCallRequest
Constructs a new HTTPCallRequest with the specified parameters and status code verifier.
HTTPCallRequest(PropertyReader) - Constructor for class org.xins.common.http.HTTPCallRequest
Constructs a new HTTPCallRequest with the specified parameters.
HTTPCallRequest() - Constructor for class org.xins.common.http.HTTPCallRequest
Constructs a new HTTPCallRequest with no parameters.
HTTPCallRequest(HTTPMethod) - Constructor for class org.xins.common.http.HTTPCallRequest
Deprecated. Deprecated since XINS 1.1.0. Use HTTPCallRequest.HTTPCallRequest(PropertyReader) instead, in combination with HTTPCallRequest.setHTTPCallConfig(HTTPCallConfig). This constructor is guaranteed not to be removed before XINS 2.0.0.
HTTPCallRequest(HTTPMethod, PropertyReader) - Constructor for class org.xins.common.http.HTTPCallRequest
Deprecated. Deprecated since XINS 1.1.0. Use HTTPCallRequest.HTTPCallRequest(PropertyReader) instead, in combination with HTTPCallRequest.setHTTPCallConfig(HTTPCallConfig). This constructor is guaranteed not to be removed before XINS 2.0.0.
HTTPCallRequest(HTTPMethod, PropertyReader, boolean, HTTPStatusCodeVerifier) - Constructor for class org.xins.common.http.HTTPCallRequest
Deprecated. Deprecated since XINS 1.1.0. Use HTTPCallRequest.HTTPCallRequest(PropertyReader,HTTPStatusCodeVerifier) instead, in combination with HTTPCallRequest.setHTTPCallConfig(HTTPCallConfig). This constructor is guaranteed not to be removed before XINS 2.0.0.
HTTPCallResult - class org.xins.common.http.HTTPCallResult.
Result returned from an HTTP request.
HTTPCallResult(HTTPCallRequest, TargetDescriptor, long, CallExceptionList, HTTPCallResultData) - Constructor for class org.xins.common.http.HTTPCallResult
Constructs a new HTTPCallResult object.
HTTPCallResultData - interface org.xins.common.http.HTTPCallResultData.
Abstraction of the data part of an HTTP call result.
HTTPMethod - class org.xins.common.http.HTTPMethod.
HTTP method.
HTTPServiceCaller - class org.xins.common.http.HTTPServiceCaller.
HTTP service caller.
HTTPServiceCaller(Descriptor, HTTPCallConfig) - Constructor for class org.xins.common.http.HTTPServiceCaller
Constructs a new HTTPServiceCaller object with the specified descriptor and call configuration.
HTTPServiceCaller(Descriptor) - Constructor for class org.xins.common.http.HTTPServiceCaller
Constructs a new HTTPServiceCaller object.
HTTPServletHandler - class org.xins.common.servlet.container.HTTPServletHandler.
HTTP server used to invoke the XINS servlet.
HTTPServletHandler(int, boolean) - Constructor for class org.xins.common.servlet.container.HTTPServletHandler
Creates a new HTTPSevletHandler with no Servlet.
HTTPServletHandler(File) - Constructor for class org.xins.common.servlet.container.HTTPServletHandler
Creates a new HTTPServletHandler.
HTTPServletHandler(File, int, boolean) - Constructor for class org.xins.common.servlet.container.HTTPServletHandler
Creates a new HTTPSevletHandler.
HTTPServletHandler(String) - Constructor for class org.xins.common.servlet.container.HTTPServletHandler
Creates a new HTTPSevletHandler.
HTTPServletHandler(String, int, boolean) - Constructor for class org.xins.common.servlet.container.HTTPServletHandler
Creates a new HTTPSevletHandler.
HTTPServletStarter - class org.xins.common.servlet.container.HTTPServletStarter.
HTTP Server used to invoke the XINS Servlet.
HTTPServletStarter(File) - Constructor for class org.xins.common.servlet.container.HTTPServletStarter
Creates a new HTTPServletStarter for the specified WAR file, on the default port, as a daemon thread.
HTTPServletStarter(File, int) - Constructor for class org.xins.common.servlet.container.HTTPServletStarter
Creates a new HTTPServletStarter for the specified WAR file, on the specified port, as a daemon thread.
HTTPServletStarter(File, int, boolean) - Constructor for class org.xins.common.servlet.container.HTTPServletStarter
Creates a new HTTPServletStarter for the specified WAR file, on the specified port, optionally as a daemon thread.
HTTPServletStarter(String, int, boolean) - Constructor for class org.xins.common.servlet.container.HTTPServletStarter
Creates a new HTTPServletStarter for the specified servlet class, on the specified port, optionally as a daemon thread.
HTTPStatusCodeVerifier - interface org.xins.common.http.HTTPStatusCodeVerifier.
Abstraction of an HTTP status code verifier.
Hex - class org.xins.common.types.standard.Hex.
Standard type _hex.
Hex(String, int, int) - Constructor for class org.xins.common.types.standard.Hex
Constructs a new Hex object (constructor for subclasses).
HexConverter - class org.xins.common.text.HexConverter.
Utility class for converting numbers to unsigned hex strings and vice versa.
HostnameTask - class org.xins.common.ant.HostnameTask.
Apache Ant task that determines the host name.
HostnameTask() - Constructor for class org.xins.common.ant.HostnameTask
 
HungarianMapper - class org.xins.common.ant.HungarianMapper.
Apache Ant mapper that change the case of the first character of a filename to upper, if it is a lowercase letter.
HungarianMapper() - Constructor for class org.xins.common.ant.HungarianMapper
 
handleCall(CallContext) - Method in class org.xins.server.Function
Handles a call to this function.
hasNext() - Method in class org.xins.common.collections.EnumerationIterator
Checks if the iteration has more elements.
hashCode() - Method in class org.xins.client.DataElement.QualifiedName
Returns the hash code value for this object.
hashCode() - Method in class org.xins.common.collections.expiry.ExpiryFolder
Returns a hash code value for the object.
hashCode() - Method in class org.xins.common.collections.expiry.ExpiryStrategy
Returns a hash code value for the object.
hashCode() - Method in class org.xins.common.service.TargetDescriptor
Returns a hash code value for the object.
hashCode() - Method in class org.xins.common.types.EnumItem
Returns the hash code for this object.
hashCode() - Method in class org.xins.common.types.standard.Date.Value
 
hashCode() - Method in class org.xins.common.types.standard.Timestamp.Value
 
hashCode() - Method in class org.xins.common.xml.Element.QualifiedName
Returns the hash code value for this object.
httpQuery(InputStream, OutputStream) - Method in class org.xins.common.servlet.container.HTTPServletHandler
This method parses the data sent from the client to get the input parameters and format the result as a compatible HTTP result.

I

INFO - Static variable in class org.xins.logdoc.AbstractLog
The info log level.
INITIALIZING - Static variable in class org.xins.common.manageable.Manageable
The INITIALIZING state.
IOCallException - exception org.xins.common.service.IOCallException.
Exception that indicates that an I/O error interrupted a service call.
IOCallException(CallRequest, TargetDescriptor, long, IOException) - Constructor for class org.xins.common.service.IOCallException
Constructs a new IOCallException.
IPAddressUtils - class org.xins.common.net.IPAddressUtils.
IP address-related utility functions.
IPFilter - class org.xins.server.IPFilter.
Filter for IP addresses.
IncorrectSecretKeyException - exception org.xins.common.collections.IncorrectSecretKeyException.
Exception that indicates a secret key argument did not match the actual secret key.
InitializationException - exception org.xins.common.manageable.InitializationException.
Exception thrown when the initialization of a Manageable object failed.
InitializationException(String) - Constructor for class org.xins.common.manageable.InitializationException
Constructs a new InitializationException with the specified detail message.
InitializationException(Throwable) - Constructor for class org.xins.common.manageable.InitializationException
Constructs a new InitializationException with the specified cause exception.
InitializationException(String, Throwable) - Constructor for class org.xins.common.manageable.InitializationException
Constructs a new InitializationException with the specified detail message and cause exception.
Int16 - class org.xins.common.types.standard.Int16.
Standard type _int16.
Int16(String, short, short) - Constructor for class org.xins.common.types.standard.Int16
Constructs a new Int16 object (constructor for subclasses).
Int32 - class org.xins.common.types.standard.Int32.
Standard type _int32.
Int32(String, int, int) - Constructor for class org.xins.common.types.standard.Int32
Constructs a new Int32 object (constructor for subclasses).
Int64 - class org.xins.common.types.standard.Int64.
Standard type _int64.
Int64(String, long, long) - Constructor for class org.xins.common.types.standard.Int64
Constructs a new Int64 object (constructor for subclasses).
Int8 - class org.xins.common.types.standard.Int8.
Standard type _int8.
Int8(String, byte, byte) - Constructor for class org.xins.common.types.standard.Int8
Constructs a new Int8 object (constructor for subclasses).
InternalErrorException - exception org.xins.client.InternalErrorException.
Exception thrown to indicate a standard error code was received that indicates a server-side internal error.
InvalidPropertyValueException - exception org.xins.common.collections.InvalidPropertyValueException.
Exception thrown to indicate the property of a value is invalid.
InvalidPropertyValueException(String, String) - Constructor for class org.xins.common.collections.InvalidPropertyValueException
Constructs a new InvalidPropertyValueException.
InvalidPropertyValueException(String, String, String) - Constructor for class org.xins.common.collections.InvalidPropertyValueException
Constructs a new InvalidPropertyValueException with the specified reason.
InvalidRequestException - exception org.xins.client.InvalidRequestException.
Exception thrown to indicate a standard error code was received that indicates the request from the client-side is considered invalid by the server-side.
InvalidRequestException - exception org.xins.server.InvalidRequestException.
Exception that indicates that an incoming request is considered invalid.
InvalidRequestException(String, Throwable) - Constructor for class org.xins.server.InvalidRequestException
Constructs a new InvalidRequestException with the specified detail message and cause exception.
InvalidRequestException(String) - Constructor for class org.xins.server.InvalidRequestException
Constructs a new InvalidRequestException with the specified detail message.
InvalidRequestResult - class org.xins.server.InvalidRequestResult.
Result code that indicates that an input parameter is either missing or invalid.
InvalidRequestResult() - Constructor for class org.xins.server.InvalidRequestResult
Constructs a new InvalidRequestResult object.
InvalidResponseException - exception org.xins.server.InvalidResponseException.
Exception that indicates that a response is considered invalid.
InvalidResponseResult - class org.xins.server.InvalidResponseResult.
Result code that indicates that an output parameter is either missing or invalid.
InvalidResponseResult() - Constructor for class org.xins.server.InvalidResponseResult
Constructs a new InvalidResponseResult object.
InvalidResultXINSCallException - exception org.xins.client.InvalidResultXINSCallException.
Exception thrown to indicate that the result from a XINS API call was invalid according to the XINS rules for a XINS call result.
InvalidSpecificationException - exception org.xins.common.spec.InvalidSpecificationException.
Thrown when the specification of the API is incorrect or cannot be found.
ItemList - class org.xins.common.types.ItemList.
Item in a list or a set type.
ItemList() - Constructor for class org.xins.common.types.ItemList
Creates a new ItemList.
ItemList(boolean) - Constructor for class org.xins.common.types.ItemList
Creates a new ItemList.
init(PropertyReader) - Method in class org.xins.common.manageable.Manageable
Performs the initialization procedure (wrapper method).
init(ServletConfig) - Method in class org.xins.server.APIServlet
Initializes this servlet using the specified configuration.
init(PropertyReader) - Method in class org.xins.server.RuntimeProperties
Initialize the runtime properties.
initImpl(PropertyReader) - Method in class org.xins.common.manageable.Manageable
Performs the initialization procedure (actual implementation).
initImpl(PropertyReader) - Method in class org.xins.server.API
Initializes this API.
initImpl(ServletConfig) - Method in class org.xins.server.APIServlet
Deprecated. Deprecated since XINS 1.3.0. Use APIServlet.init(ServletConfig) instead.
initImpl(PropertyReader) - Method in class org.xins.server.frontend.FrontendCallingConvention
 
initServlet(File) - Method in class org.xins.common.servlet.container.LocalServletHandler
Initializes the Servlet.
initServlet(String) - Method in class org.xins.common.servlet.container.LocalServletHandler
Initializes the Servlet.
initialize() - Method in class org.xins.logdoc.AbstractLogdocSerializable
Initializes this object.
invalidate() - Method in class org.xins.common.servlet.container.XINSHttpSession
 
ipToInt(String) - Static method in class org.xins.common.net.IPAddressUtils
Converts an IP address in the form a.b.c.d to an int.
isAcceptable(int) - Method in interface org.xins.common.http.HTTPStatusCodeVerifier
Checks if the specified HTTP status code is considered acceptable or unacceptable.
isAllowRule() - Method in class org.xins.server.AccessRule
Returns if this rule is an allow or a deny rule.
isAllowed(String, String) - Method in class org.xins.server.AccessRule
Determines if the specified IP address is allowed to access the specified function, returning a Boolean object or null.
isAllowed(String, String) - Method in interface org.xins.server.AccessRuleContainer
Determines if the specified IP address is allowed to access the specified function.
isAllowed(String, String) - Method in class org.xins.server.AccessRuleFile
Determines if the specified IP address is allowed to access the specified function, returning a Boolean object or null.
isAllowed(String, String) - Method in class org.xins.server.AccessRuleList
Determines if the specified IP address is allowed to access the specified function, returning a Boolean object or null.
isBootstrapped() - Method in class org.xins.common.manageable.Manageable
Determines if this object is currently bootstrapped.
isCommitted() - Method in class org.xins.common.servlet.container.XINSServletResponse
 
isEmpty(String) - Static method in class org.xins.common.text.TextUtils
Determines if the specified string is null or an empty string.
isEnabled() - Method in class org.xins.server.Function
Checks if this function is currently accessible.
isFailOverAllowed() - Method in class org.xins.client.XINSCallRequest
Deprecated. Deprecated since XINS 1.1.0. Call XINSCallRequest.getXINSCallConfig() instead and then call isFailOverAllowed() on the returned call configuration object. This method is guaranteed not to be removed before XINS 2.0.0.
isFailOverAllowed() - Method in class org.xins.common.http.HTTPCallRequest
Determines whether fail-over is in principle allowed, even if the request was already sent to the other end.
isFailOverAllowed() - Method in class org.xins.common.service.CallConfig
Determines whether fail-over is unconditionally allowed.
isGroup() - Method in class org.xins.common.service.Descriptor
Checks if this descriptor denotes a group of descriptor of descriptorss.
isGroup() - Method in class org.xins.common.service.GroupDescriptor
Checks if this descriptor denotes a group of descriptors.
isGroup() - Method in class org.xins.common.service.TargetDescriptor
Checks if this descriptor denotes a group of descriptors.
isHexDigit(char) - Static method in class org.xins.common.text.HexConverter
Checks if the specified character is a hexadecimal digit.
isHexDigit(char) - Static method in class org.xins.logdoc.LogdocHexConverter
Checks if the specified character is a hexadecimal digit.
isLocaleSupported(String) - Method in class org.xins.logdoc.AbstractLog.LogController
Checks if the specified locale is supported.
isNew() - Method in class org.xins.common.servlet.container.XINSHttpSession
 
isPCDataAllowed() - Method in class org.xins.common.spec.DataSectionElementSpec
Returns whether the element can contain a PCDATA text.
isProtocolSupported(String) - Method in class org.xins.common.service.ServiceCaller
Checks if the specified protocol is supported (wrapper method).
isProtocolSupportedImpl(String) - Method in class org.xins.client.XINSServiceCaller
Checks if the specified protocol is supported (implementation method).
isProtocolSupportedImpl(String) - Method in class org.xins.common.http.HTTPServiceCaller
Checks if the specified protocol is supported (implementation method).
isProtocolSupportedImpl(String) - Method in class org.xins.common.service.ServiceCaller
Checks if the specified protocol is supported (implementation method).
isRequestedSessionIdFromCookie() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
isRequestedSessionIdValid() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
isRequired() - Method in class org.xins.common.spec.ParameterSpec
Returns whether the parameter is mandatory.
isSecure() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
isStackTraceAtMessageLevel() - Static method in class org.xins.logdoc.LogCentral
Indicates whether the stack trace should be displayed at the same level as the message.
isUsable() - Method in class org.xins.common.manageable.Manageable
Determines if this object is currently usable.
isUserInRole(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
isValidValue(String) - Method in class org.xins.common.types.Type
Determines if the specified String value is considered valid for this type (wrapper method).
isValidValueImpl(String) - Method in class org.xins.common.types.EnumType
Actually checks if the specified value is valid for this type.
isValidValueImpl(String) - Method in class org.xins.common.types.List
Determines if the specified String value is considered valid for this type (implementation method).
isValidValueImpl(String) - Method in class org.xins.common.types.PatternType
 
isValidValueImpl(String) - Method in class org.xins.common.types.Type
Determines if the specified String value is considered valid for this type (implementation method).
isValidValueImpl(String) - Method in class org.xins.common.types.standard.Base64
Determines if the specified String value is considered valid for this type (implementation method).
isValidValueImpl(String) - Method in class org.xins.common.types.standard.Boolean
Determines if the specified String value is considered valid for this type (implementation method).
isValidValueImpl(String) - Method in class org.xins.common.types.standard.Date
 
isValidValueImpl(String) - Method in class org.xins.common.types.standard.Descriptor
 
isValidValueImpl(String) - Method in class org.xins.common.types.standard.Float32
 
isValidValueImpl(String) - Method in class org.xins.common.types.standard.Float64
 
isValidValueImpl(String) - Method in class org.xins.common.types.standard.Hex
Determines if the specified String value is considered valid for this type (implementation method).
isValidValueImpl(String) - Method in class org.xins.common.types.standard.Int16
 
isValidValueImpl(String) - Method in class org.xins.common.types.standard.Int32
 
isValidValueImpl(String) - Method in class org.xins.common.types.standard.Int64
 
isValidValueImpl(String) - Method in class org.xins.common.types.standard.Int8
 
isValidValueImpl(String) - Method in class org.xins.common.types.standard.Properties
 
isValidValueImpl(String) - Method in class org.xins.common.types.standard.Timestamp
 
isValidValueImpl(String) - Method in class org.xins.common.types.standard.URL
 
iterateTargets() - Method in class org.xins.common.service.Descriptor
Iterates over all leaves, the target descriptors.
iterateTargets() - Method in class org.xins.common.service.GroupDescriptor
Iterates over all leaves, the target descriptors.
iterateTargets() - Method in class org.xins.common.service.TargetDescriptor
Iterates over all leaves, the target descriptors.

L

LINE_DELIMITER - Static variable in class org.xins.common.service.DescriptorBuilder
Delimiter between property lines.
LOG_LOCALE_PROPERTY - Static variable in class org.xins.logdoc.LogCentral
The name of the property that specifies which locale should be used.
LOG_LOCALE_PROPERTY - Static variable in class org.xins.server.APIServlet
Deprecated. Use LogCentral.LOG_LOCALE_PROPERTY.
LOG_STACK_TRACE_AT_MESSAGE_LEVEL - Static variable in class org.xins.logdoc.LogCentral
The name of the property that specifies if the stack traces should be displayed at the message level.
Library - class org.xins.client.Library.
Class that represents the XINS/Java Client Framework library.
Library - class org.xins.common.Library.
Class that represents the XINS/Java Common Library.
Library - class org.xins.server.Library.
Class that represents the XINS/Java Server Framework library.
List - class org.xins.common.types.List.
Abstract base class for list types.
List(String, Type) - Constructor for class org.xins.common.types.List
Constructs a new List object (constructor for subclasses).
List - class org.xins.common.types.standard.List.
Standard type _list.
List.Value - class org.xins.common.types.standard.List.Value.
Inner class that represents a list of java.lang.String.
List.Value() - Constructor for class org.xins.common.types.standard.List.Value
 
LocalServletConfig - class org.xins.common.servlet.container.LocalServletConfig.
This class is an implementation of the ServletConfig that can be called locally.
LocalServletConfig(File) - Constructor for class org.xins.common.servlet.container.LocalServletConfig
Creates a new Servlet configuration.
LocalServletHandler - class org.xins.common.servlet.container.LocalServletHandler.
This class allows to invoke a XINS API without using HTTP.
LocalServletHandler(File) - Constructor for class org.xins.common.servlet.container.LocalServletHandler
Creates a Servlet handler that allow to invoke a Servlet without starting a HTTP server.
LocalServletHandler(String) - Constructor for class org.xins.common.servlet.container.LocalServletHandler
Creates a Servlet handler that allow to invoke a Servlet without starting a HTTP server.
Log - class org.xins.common.Log.
Central logging handler.
Log - class org.xins.server.Log.
Central logging handler.
LogCentral - class org.xins.logdoc.LogCentral.
Central class for logdoc logging.
LogdocExceptionUtils - class org.xins.logdoc.LogdocExceptionUtils.
Deprecated. Deprecated since XINS 1.2.0. Use class ExceptionUtils instead.
LogdocHexConverter - class org.xins.logdoc.LogdocHexConverter.
Utility class for converting numbers to unsigned hex strings and vice versa, specifically for Logdoc classes.
LogdocSerializable - interface org.xins.logdoc.LogdocSerializable.
Interface for objects that support serialization for logdoc.
LogdocStringBuffer - class org.xins.logdoc.LogdocStringBuffer.
Fast, unsynchronized string buffer implementation, specifically for Logdoc classes.
LogdocStringBuffer(int) - Constructor for class org.xins.logdoc.LogdocStringBuffer
Constructs a new LogdocStringBuffer object with the specified initial capacity.
LogdocStringBuffer(String) - Constructor for class org.xins.logdoc.LogdocStringBuffer
Constructs a new LogdocStringBuffer object with the specified initial content.
LogdocStringBuffer(int, String) - Constructor for class org.xins.logdoc.LogdocStringBuffer
Constructs a new LogdocStringBuffer object with the specified initial capacity and content.
last() - Method in class org.xins.common.service.CallExceptionList
Retrieves the last (most recent) CallException.
leaveAsReader() - Method in class org.xins.common.threads.Doorman
Deprecated. Leaves the 'protected area' as a reader.
leaveAsWriter() - Method in class org.xins.common.threads.Doorman
Deprecated. Leaves the 'protected area' as a writer.
list(Iterator) - Static method in class org.xins.common.collections.CollectionUtils
Returns an array list containing the elements returned by the specified iterator in the order they are returned by the iterator.
list(String, Object[], int) - Static method in class org.xins.common.collections.CollectionUtils
Returns an array list containing the elements in the specified array, in the same order.
log(Exception, String) - Method in class org.xins.common.servlet.container.XINSServletContext
 
log(String) - Method in class org.xins.common.servlet.container.XINSServletContext
 
log(String, Throwable) - Method in class org.xins.common.servlet.container.XINSServletContext
 
logIgnoredException(String, String, String, String, String, Throwable) - Static method in class org.xins.common.Utils
Logs an exception that will be ignored, with the specified detail message.
logIgnoredException(Throwable) - Static method in class org.xins.common.Utils
Logs an exception that will be ignored.
logIgnoredException(String, String, String, String, Throwable) - Static method in class org.xins.common.Utils
Logs an exception that will be ignored.
logProgrammingError(String) - Static method in class org.xins.common.Utils
Logs a programming error with an optional cause exception, and returns a ProgrammingException object for it.
logProgrammingError(Throwable) - Static method in class org.xins.common.Utils
Logs a programming error with an optional cause exception, and returns a ProgrammingException object for it.
logProgrammingError(String, String, String, String, String, Throwable) - Static method in class org.xins.common.Utils
Logs a programming error with an optional cause exception, and returns a ProgrammingException object for it.
logProgrammingError(String, String, String, String, String) - Static method in class org.xins.common.Utils
Logs a programming error with no cause exception, and returns a ProgrammingException object for it.
log_1050(String, String, String, String, String) - Static method in class org.xins.common.Log
Logs the entry with ID 1050, in the log entry group Low-level generic messages.
log_1051(Throwable, String, String, String, String, String) - Static method in class org.xins.common.Log
Logs the entry with ID 1051, in the log entry group Low-level generic messages.
log_1052(Throwable, String, String, String, String, String) - Static method in class org.xins.common.Log
Logs the entry with ID 1052, in the log entry group Low-level generic messages.
log_1053(String) - Static method in class org.xins.common.Log
Logs the entry with ID 1053, in the log entry group Low-level generic messages.
log_1100(String, LogdocSerializable, int, int, int) - Static method in class org.xins.common.Log
Logs the entry with ID 1100, in the log entry group HTTP-related.
log_1101(String, LogdocSerializable, long) - Static method in class org.xins.common.Log
Logs the entry with ID 1101, in the log entry group HTTP-related.
log_1102(String, LogdocSerializable, long) - Static method in class org.xins.common.Log
Logs the entry with ID 1102, in the log entry group HTTP-related.
log_1103(String, LogdocSerializable, long) - Static method in class org.xins.common.Log
Logs the entry with ID 1103, in the log entry group HTTP-related.
log_1104(String, LogdocSerializable, long, int) - Static method in class org.xins.common.Log
Logs the entry with ID 1104, in the log entry group HTTP-related.
log_1105(String, LogdocSerializable, long, int) - Static method in class org.xins.common.Log
Logs the entry with ID 1105, in the log entry group HTTP-related.
log_1106(String, LogdocSerializable, long, int) - Static method in class org.xins.common.Log
Logs the entry with ID 1106, in the log entry group HTTP-related.
log_1107(String, LogdocSerializable, long, int) - Static method in class org.xins.common.Log
Logs the entry with ID 1107, in the log entry group HTTP-related.
log_1108(String, LogdocSerializable, long, int) - Static method in class org.xins.common.Log
Logs the entry with ID 1108, in the log entry group HTTP-related.
log_1109(Throwable, String, LogdocSerializable, long) - Static method in class org.xins.common.Log
Logs the entry with ID 1109, in the log entry group HTTP-related.
log_1110(String, LogdocSerializable, long) - Static method in class org.xins.common.Log
Logs the entry with ID 1110, in the log entry group HTTP-related.
log_1200(int, String, int) - Static method in class org.xins.common.Log
Logs the entry with ID 1200, in the log entry group General I/O.
log_1201(int, String, int, int) - Static method in class org.xins.common.Log
Logs the entry with ID 1201, in the log entry group General I/O.
log_1202(int, String) - Static method in class org.xins.common.Log
Logs the entry with ID 1202, in the log entry group General I/O.
log_1203(int) - Static method in class org.xins.common.Log
Logs the entry with ID 1203, in the log entry group General I/O.
log_1250(int, int) - Static method in class org.xins.common.Log
Logs the entry with ID 1250, in the log entry group Text.
log_1300(Throwable, String) - Static method in class org.xins.common.Log
Logs the entry with ID 1300, in the log entry group Service calling framework.
log_1301(String) - Static method in class org.xins.common.Log
Logs the entry with ID 1301, in the log entry group Service calling framework.
log_1302(String) - Static method in class org.xins.common.Log
Logs the entry with ID 1302, in the log entry group Service calling framework.
log_1303() - Static method in class org.xins.common.Log
Logs the entry with ID 1303, in the log entry group Service calling framework.
log_1304() - Static method in class org.xins.common.Log
Logs the entry with ID 1304, in the log entry group Service calling framework.
log_1305() - Static method in class org.xins.common.Log
Logs the entry with ID 1305, in the log entry group Service calling framework.
log_1306() - Static method in class org.xins.common.Log
Logs the entry with ID 1306, in the log entry group Service calling framework.
log_1307() - Static method in class org.xins.common.Log
Logs the entry with ID 1307, in the log entry group Service calling framework.
log_1308(String) - Static method in class org.xins.common.Log
Logs the entry with ID 1308, in the log entry group Service calling framework.
log_1350(String, String, String) - Static method in class org.xins.common.Log
Logs the entry with ID 1350, in the log entry group Generic collection classes.
log_1400(int, String, int) - Static method in class org.xins.common.Log
Logs the entry with ID 1400, in the log entry group Expiry-related collection classes.
log_1401(int, String, int) - Static method in class org.xins.common.Log
Logs the entry with ID 1401, in the log entry group Expiry-related collection classes.
log_1402(int) - Static method in class org.xins.common.Log
Logs the entry with ID 1402, in the log entry group Expiry-related collection classes.
log_1403(int) - Static method in class org.xins.common.Log
Logs the entry with ID 1403, in the log entry group Expiry-related collection classes.
log_1404(int, long) - Static method in class org.xins.common.Log
Logs the entry with ID 1404, in the log entry group Expiry-related collection classes.
log_1405(int, long) - Static method in class org.xins.common.Log
Logs the entry with ID 1405, in the log entry group Expiry-related collection classes.
log_1406(int, long) - Static method in class org.xins.common.Log
Logs the entry with ID 1406, in the log entry group Expiry-related collection classes.
log_1407(int) - Static method in class org.xins.common.Log
Logs the entry with ID 1407, in the log entry group Expiry-related collection classes.
log_1408(int, String) - Static method in class org.xins.common.Log
Logs the entry with ID 1408, in the log entry group Expiry-related collection classes.
log_1409(int, long, long) - Static method in class org.xins.common.Log
Logs the entry with ID 1409, in the log entry group Expiry-related collection classes.
log_1500(int) - Static method in class org.xins.common.Log
Logs the entry with ID 1500, in the log entry group Servlet container.
log_1501(Throwable) - Static method in class org.xins.common.Log
Logs the entry with ID 1501, in the log entry group Servlet container.
log_1502(Throwable) - Static method in class org.xins.common.Log
Logs the entry with ID 1502, in the log entry group Servlet container.
log_1503(String) - Static method in class org.xins.common.Log
Logs the entry with ID 1503, in the log entry group Servlet container.
log_1504(String) - Static method in class org.xins.common.Log
Logs the entry with ID 1504, in the log entry group Servlet container.
log_1505(Throwable) - Static method in class org.xins.common.Log
Logs the entry with ID 1505, in the log entry group Servlet container.
log_1506(String, int) - Static method in class org.xins.common.Log
Logs the entry with ID 1506, in the log entry group Servlet container.
log_1507() - Static method in class org.xins.common.Log
Logs the entry with ID 1507, in the log entry group Servlet container.
log_1508(Throwable) - Static method in class org.xins.common.Log
Logs the entry with ID 1508, in the log entry group Servlet container.
log_1509(Throwable) - Static method in class org.xins.common.Log
Logs the entry with ID 1509, in the log entry group Servlet container.
log_1510(String) - Static method in class org.xins.common.Log
Logs the entry with ID 1510, in the log entry group Servlet container.
log_1511(Throwable, String) - Static method in class org.xins.common.Log
Logs the entry with ID 1511, in the log entry group Servlet container.
log_1512(Throwable) - Static method in class org.xins.common.Log
Logs the entry with ID 1512, in the log entry group Servlet container.
log_1513(String) - Static method in class org.xins.common.Log
Logs the entry with ID 1513, in the log entry group Servlet container.
log_1514(String, String) - Static method in class org.xins.common.Log
Logs the entry with ID 1514, in the log entry group Servlet container.
log_1550(Throwable) - Static method in class org.xins.common.Log
Logs the entry with ID 1550, in the log entry group XML.
log_3003(Throwable) - Static method in class org.xins.server.Log
Logs the entry with ID 3003, in the log entry group Servlet.
log_3100(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3100, in the log entry group Internal lifespan-related.
log_3101(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3101, in the log entry group Internal lifespan-related.
log_3200(String, String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3200, in the log entry group Bootstrapping.
log_3202(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3202, in the log entry group Bootstrapping.
log_3203(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3203, in the log entry group Bootstrapping.
log_3205(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3205, in the log entry group Bootstrapping.
log_3206(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3206, in the log entry group Bootstrapping.
log_3207(Throwable, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3207, in the log entry group Bootstrapping.
log_3208(String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3208, in the log entry group Bootstrapping.
log_3209(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3209, in the log entry group Bootstrapping.
log_3210(String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3210, in the log entry group Bootstrapping.
log_3211(Throwable) - Static method in class org.xins.server.Log
Logs the entry with ID 3211, in the log entry group Bootstrapping.
log_3212(String, String, String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3212, in the log entry group Bootstrapping.
log_3213(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3213, in the log entry group Bootstrapping.
log_3214(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3214, in the log entry group Bootstrapping.
log_3215(String, String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3215, in the log entry group Bootstrapping.
log_3216(String, String, String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3216, in the log entry group Bootstrapping.
log_3217(Throwable, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3217, in the log entry group Bootstrapping.
log_3218(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3218, in the log entry group Bootstrapping.
log_3220(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3220, in the log entry group Bootstrapping.
log_3221(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3221, in the log entry group Bootstrapping.
log_3222(String, String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3222, in the log entry group Bootstrapping.
log_3223(String, String, String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3223, in the log entry group Bootstrapping.
log_3224(Throwable, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3224, in the log entry group Bootstrapping.
log_3225(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3225, in the log entry group Bootstrapping.
log_3226(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3226, in the log entry group Bootstrapping.
log_3227(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3227, in the log entry group Bootstrapping.
log_3228(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3228, in the log entry group Bootstrapping.
log_3229(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3229, in the log entry group Bootstrapping.
log_3230(Throwable, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3230, in the log entry group Bootstrapping.
log_3231(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3231, in the log entry group Bootstrapping.
log_3232(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3232, in the log entry group Bootstrapping.
log_3233() - Static method in class org.xins.server.Log
Logs the entry with ID 3233, in the log entry group Bootstrapping.
log_3234() - Static method in class org.xins.server.Log
Logs the entry with ID 3234, in the log entry group Bootstrapping.
log_3235(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3235, in the log entry group Bootstrapping.
log_3237(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3237, in the log entry group Bootstrapping.
log_3238(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3238, in the log entry group Bootstrapping.
log_3239(Throwable, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3239, in the log entry group Bootstrapping.
log_3240(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3240, in the log entry group Bootstrapping.
log_3241(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3241, in the log entry group Bootstrapping.
log_3242(String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3242, in the log entry group Bootstrapping.
log_3243(String, String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3243, in the log entry group Bootstrapping.
log_3244(Throwable, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3244, in the log entry group Bootstrapping.
log_3245(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3245, in the log entry group Bootstrapping.
log_3246() - Static method in class org.xins.server.Log
Logs the entry with ID 3246, in the log entry group Bootstrapping.
log_3247(String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3247, in the log entry group Bootstrapping.
log_3248() - Static method in class org.xins.server.Log
Logs the entry with ID 3248, in the log entry group Bootstrapping.
log_3249(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3249, in the log entry group Bootstrapping.
log_3250(Throwable) - Static method in class org.xins.server.Log
Logs the entry with ID 3250, in the log entry group Bootstrapping.
log_3300(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3300, in the log entry group Logging subsystem.
log_3301(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3301, in the log entry group Logging subsystem.
log_3302(Throwable, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3302, in the log entry group Logging subsystem.
log_3303(Throwable, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3303, in the log entry group Logging subsystem.
log_3304(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3304, in the log entry group Logging subsystem.
log_3305() - Static method in class org.xins.server.Log
Logs the entry with ID 3305, in the log entry group Logging subsystem.
log_3306(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3306, in the log entry group Logging subsystem.
log_3307(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3307, in the log entry group Logging subsystem.
log_3308(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3308, in the log entry group Logging subsystem.
log_3309(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3309, in the log entry group Logging subsystem.
log_3310(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3310, in the log entry group Logging subsystem.
log_3400(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3400, in the log entry group Initialization.
log_3401(Throwable, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3401, in the log entry group Initialization.
log_3402(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3402, in the log entry group Initialization.
log_3403(String, int, int) - Static method in class org.xins.server.Log
Logs the entry with ID 3403, in the log entry group Initialization.
log_3404(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3404, in the log entry group Initialization.
log_3405(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3405, in the log entry group Initialization.
log_3406(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3406, in the log entry group Initialization.
log_3407(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3407, in the log entry group Initialization.
log_3408(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3408, in the log entry group Initialization.
log_3409(String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3409, in the log entry group Initialization.
log_3410(String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3410, in the log entry group Initialization.
log_3411(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3411, in the log entry group Initialization.
log_3412(String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3412, in the log entry group Initialization.
log_3413(Throwable) - Static method in class org.xins.server.Log
Logs the entry with ID 3413, in the log entry group Initialization.
log_3414(Throwable) - Static method in class org.xins.server.Log
Logs the entry with ID 3414, in the log entry group Initialization.
log_3415() - Static method in class org.xins.server.Log
Logs the entry with ID 3415, in the log entry group Initialization.
log_3416(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3416, in the log entry group Initialization.
log_3417(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3417, in the log entry group Initialization.
log_3418(String, String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3418, in the log entry group Initialization.
log_3419(String, String, String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3419, in the log entry group Initialization.
log_3420(Throwable, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3420, in the log entry group Initialization.
log_3421(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3421, in the log entry group Initialization.
log_3422(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3422, in the log entry group Initialization.
log_3423(String, String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3423, in the log entry group Initialization.
log_3424(String, String, String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3424, in the log entry group Initialization.
log_3425(Throwable, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3425, in the log entry group Initialization.
log_3426(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3426, in the log entry group Initialization.
log_3427(int) - Static method in class org.xins.server.Log
Logs the entry with ID 3427, in the log entry group Initialization.
log_3428(String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3428, in the log entry group Initialization.
log_3429(int, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3429, in the log entry group Initialization.
log_3431() - Static method in class org.xins.server.Log
Logs the entry with ID 3431, in the log entry group Initialization.
log_3432(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3432, in the log entry group Initialization.
log_3433(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3433, in the log entry group Initialization.
log_3434(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3434, in the log entry group Initialization.
log_3435(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3435, in the log entry group Initialization.
log_3436(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3436, in the log entry group Initialization.
log_3437(String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3437, in the log entry group Initialization.
log_3438(String, String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3438, in the log entry group Initialization.
log_3439(Throwable, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3439, in the log entry group Initialization.
log_3440() - Static method in class org.xins.server.Log
Logs the entry with ID 3440, in the log entry group Initialization.
log_3441() - Static method in class org.xins.server.Log
Logs the entry with ID 3441, in the log entry group Initialization.
log_3442(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3442, in the log entry group Initialization.
log_3500(Throwable, String, int) - Static method in class org.xins.server.Log
Logs the entry with ID 3500, in the log entry group Runtime.
log_3501(String, int, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3501, in the log entry group Runtime.
log_3502(Throwable, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3502, in the log entry group Runtime.
log_3503(String, int, int, int) - Static method in class org.xins.server.Log
Logs the entry with ID 3503, in the log entry group Runtime.
log_3504(String, long) - Static method in class org.xins.server.Log
Logs the entry with ID 3504, in the log entry group Runtime.
log_3505(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3505, in the log entry group Runtime.
log_3506(Throwable, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3506, in the log entry group Runtime.
log_3507(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3507, in the log entry group Runtime.
log_3508() - Static method in class org.xins.server.Log
Logs the entry with ID 3508, in the log entry group Runtime.
log_3509(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3509, in the log entry group Runtime.
log_3510() - Static method in class org.xins.server.Log
Logs the entry with ID 3510, in the log entry group Runtime.
log_3511() - Static method in class org.xins.server.Log
Logs the entry with ID 3511, in the log entry group Runtime.
log_3512() - Static method in class org.xins.server.Log
Logs the entry with ID 3512, in the log entry group Runtime.
log_3513() - Static method in class org.xins.server.Log
Logs the entry with ID 3513, in the log entry group Runtime.
log_3514() - Static method in class org.xins.server.Log
Logs the entry with ID 3514, in the log entry group Runtime.
log_3515() - Static method in class org.xins.server.Log
Logs the entry with ID 3515, in the log entry group Runtime.
log_3520(String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3520, in the log entry group HTTP-level.
log_3521(String, String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3521, in the log entry group HTTP-level.
log_3523(String, String, String, String, int, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3523, in the log entry group HTTP-level.
log_3540(LogdocSerializable, String, String, long, String, LogdocSerializable, LogdocSerializable) - Static method in class org.xins.server.Log
Logs the entry with ID 3540, in the log entry group Transaction logging.
log_3541(LogdocSerializable, String, String, long, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3541, in the log entry group Transaction logging.
log_3550(String, String, int, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3550, in the log entry group Access rule matching.
log_3551(String, String, int, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3551, in the log entry group Access rule matching.
log_3552(String, String, int, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3552, in the log entry group Access rule matching.
log_3553(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3553, in the log entry group Access rule matching.
log_3580() - Static method in class org.xins.server.Log
Logs the entry with ID 3580, in the log entry group Diagnostic Context Identifiers.
log_3581(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3581, in the log entry group Diagnostic Context Identifiers.
log_3582(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3582, in the log entry group Diagnostic Context Identifiers.
log_3583(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3583, in the log entry group Diagnostic Context Identifiers.
log_3600() - Static method in class org.xins.server.Log
Logs the entry with ID 3600, in the log entry group Shutdown.
log_3602() - Static method in class org.xins.server.Log
Logs the entry with ID 3602, in the log entry group Shutdown.
log_3603(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3603, in the log entry group Shutdown.
log_3604(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3604, in the log entry group Shutdown.
log_3605(String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3605, in the log entry group Shutdown.
log_3606(Throwable, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3606, in the log entry group Shutdown.
log_3607(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3607, in the log entry group Shutdown.
log_3608(String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3608, in the log entry group Shutdown.
log_3609(String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3609, in the log entry group Shutdown.
log_3610(Throwable, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3610, in the log entry group Shutdown.
log_3700(Throwable) - Static method in class org.xins.server.Log
Logs the entry with ID 3700, in the log entry group Front-end calling convention.
log_3701(Throwable, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3701, in the log entry group Front-end calling convention.
log_3702(Throwable) - Static method in class org.xins.server.Log
Logs the entry with ID 3702, in the log entry group Front-end calling convention.
log_3703(Throwable, String, String, String, String) - Static method in class org.xins.server.Log
Logs the entry with ID 3703, in the log entry group Front-end calling convention.
log_3704(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3704, in the log entry group Front-end calling convention.
log_3705(String) - Static method in class org.xins.server.Log
Logs the entry with ID 3705, in the log entry group Front-end calling convention.

M

Manageable - class org.xins.common.manageable.Manageable.
Abstraction of a manageable object.
Manageable() - Constructor for class org.xins.common.manageable.Manageable
Constructs a new Manageable.
Manageable.State - class org.xins.common.manageable.Manageable.State.
State of a Manageable object.
MandatoryArgumentChecker - class org.xins.common.MandatoryArgumentChecker.
Utility class used to check mandatory method arguments.
MandatoryArgumentChecker - class org.xins.logdoc.MandatoryArgumentChecker.
Utility class used to check mandatory method arguments.
MissingRequiredPropertyException - exception org.xins.common.collections.MissingRequiredPropertyException.
Exception thrown to indicate a required property has no value set for it.
MissingRequiredPropertyException(String, String) - Constructor for class org.xins.common.collections.MissingRequiredPropertyException
Constructs a new MissingRequiredPropertyException, with the specified detail message.
MissingRequiredPropertyException(String) - Constructor for class org.xins.common.collections.MissingRequiredPropertyException
Constructs a new MissingRequiredPropertyException.
main(String[]) - Static method in class org.xins.common.servlet.container.HTTPServletStarter
Starts the Servlet container for the specific API.
mapFileName(String) - Method in class org.xins.common.ant.HungarianMapper
Returns an array containing the target filename(s) for the given source file.
match(String, String) - Method in class org.xins.server.AccessRule
Determines if the specified IP address and function match this rule.
match(String) - Method in class org.xins.server.IPFilter
Determines if the specified IP address is authorized.
matches(HttpServletRequest) - Method in class org.xins.server.CustomCallingConvention
Checks if the specified request can possibly be handled by this calling convention as a function invocation.

N

NOTICE - Static variable in class org.xins.logdoc.AbstractLog
The notice log level.
NoRouteToHostCallException - exception org.xins.common.service.NoRouteToHostCallException.
Exception that indicates that a connection to a service could not be established because no network route could be found to the host.
NoRouteToHostCallException(CallRequest, TargetDescriptor, long) - Constructor for class org.xins.common.service.NoRouteToHostCallException
Constructs a new NoRouteToHostCallException.
NoSuchFunctionException - exception org.xins.server.NoSuchFunctionException.
Exception that indicates that there is no function matching the request.
NonASCIIException - exception org.xins.common.text.NonASCIIException.
Deprecated. Deprecated since XINS 1.4.0. No longer thrown as URLEncoding supports Unicode.
NonASCIIException(char) - Constructor for class org.xins.common.text.NonASCIIException
Deprecated. Constructs a NonASCIIException.
next() - Method in class org.xins.common.collections.EnumerationIterator
Returns the next element in the iteration.
noOp() - Method in class org.xins.server.APIManager
Executes the _NoOp meta function.
noOp() - Method in interface org.xins.server.APIManagerMBean
Executes the _NoOp meta function.
now() - Static method in class org.xins.common.types.standard.Timestamp
Constructs a Timestamp.Value with the value of the current time.

O

OLD_STYLE_CALLING_CONVENTION - Static variable in class org.xins.server.APIServlet
The old-style XINS calling convention.
ORDERED_TYPE - Static variable in class org.xins.common.service.GroupDescriptor
The ordered group type.
ORDERED_TYPE_ID - Static variable in class org.xins.common.service.GroupDescriptor
The identifier of the ordered group type.
org.xins.client - package org.xins.client
XINS client framework.
org.xins.client.async - package org.xins.client.async
Functionality for calling XINS APIs asynchronously.
org.xins.common - package org.xins.common
Generic utility classes.
org.xins.common.ant - package org.xins.common.ant
Apache Ant utility tasks.
org.xins.common.collections - package org.xins.common.collections
Collection-related utility classes.
org.xins.common.collections.expiry - package org.xins.common.collections.expiry
Collections that support expiry.
org.xins.common.http - package org.xins.common.http
HTTP-related utility classes.
org.xins.common.io - package org.xins.common.io
I/O-related utility classes.
org.xins.common.manageable - package org.xins.common.manageable
Interface for manageable objects, with supporting classes.
org.xins.common.net - package org.xins.common.net
Network-related utility classes.
org.xins.common.service - package org.xins.common.service
Service calling classes, supporting load-balancing and failover.
org.xins.common.servlet - package org.xins.common.servlet
Servlet-related utility classes.
org.xins.common.servlet.container - package org.xins.common.servlet.container
XINS servlet container classes.
org.xins.common.spec - package org.xins.common.spec
API specification classes.
org.xins.common.text - package org.xins.common.text
Text-related utility classes.
org.xins.common.threads - package org.xins.common.threads
Threads-related utility classes.
org.xins.common.types - package org.xins.common.types
XINS type classes.
org.xins.common.types.standard - package org.xins.common.types.standard
Standard XINS types.
org.xins.common.xml - package org.xins.common.xml
XML-related classes.
org.xins.logdoc - package org.xins.logdoc
Logdoc-supporting classes.
org.xins.server - package org.xins.server
XINS server framework.
org.xins.server.frontend - package org.xins.server.frontend
XINS Frontend Framework.
output(XMLOutputter, Element) - Method in class org.xins.common.xml.ElementSerializer
Generates XML for the specified Element.
output(Writer, FunctionResult) - Static method in class org.xins.server.CallResultOutputter
Generates XML for the specified call result.

P

PARAMETER_NAME_PATTERN_STRING - Static variable in class org.xins.client.XINSCallRequest
The pattern for a parameter name, as a character string.
POST - Static variable in class org.xins.common.http.HTTPMethod
The POST method.
ParamComboSpec - class org.xins.common.spec.ParamComboSpec.
Specification of a param combo.
ParameterNotInitializedException - exception org.xins.server.ParameterNotInitializedException.
Exception that indicates that it is attempted to get the value of a parameter that has not been set.
ParameterNotInitializedException(String) - Constructor for class org.xins.server.ParameterNotInitializedException
Constructs a new ParameterNotInitializedException for the specified parameter.
ParameterSpec - class org.xins.common.spec.ParameterSpec.
Specification of a parameter.
ParseException - exception org.xins.common.text.ParseException.
Exception thrown to indicate a parsing failure.
ParseException() - Constructor for class org.xins.common.text.ParseException
Constructs a new ParseException with no message, no cause exception and no detailed description of the parse problem.
ParseException(String) - Constructor for class org.xins.common.text.ParseException
Constructs a new ParseException with the specified message.
ParseException(String, Throwable, String) - Constructor for class org.xins.common.text.ParseException
Constructs a new ParseException with the specified message and cause exception.
PatternCompileException - exception org.xins.common.types.PatternCompileException.
Exception thrown to indicate a pattern string could not be compiled.
PatternCompileException(String) - Constructor for class org.xins.common.types.PatternCompileException
Creates a new PatternCompileException.
PatternType - class org.xins.common.types.PatternType.
Abstract base class for pattern types.
PatternType(String, String) - Constructor for class org.xins.common.types.PatternType
Creates a new PatternType instance.
ProgrammingException - exception org.xins.common.ProgrammingException.
Exception thrown when a programming error is detected.
ProgrammingException(String, String, String, String, String, Throwable) - Constructor for class org.xins.common.ProgrammingException
Constructs a new ProgrammingException for the specified class and method, indicating which class and method detected the problem.
Properties - class org.xins.common.types.standard.Properties.
Standard type _properties.
Properties(String, Type, Type) - Constructor for class org.xins.common.types.standard.Properties
Constructs a new Properties object (constructor for subclasses).
PropertiesPropertyReader - class org.xins.common.collections.PropertiesPropertyReader.
Property reader based on a Properties object.
PropertiesPropertyReader(Properties) - Constructor for class org.xins.common.collections.PropertiesPropertyReader
Constructs a new PropertiesPropertyReader.
PropertyReader - interface org.xins.common.collections.PropertyReader.
Property reader.
PropertyReaderConverter - class org.xins.common.collections.PropertyReaderConverter.
Converter that is able to convert PropertyReader objects to other kinds of objects.
PropertyReaderUtils - class org.xins.common.collections.PropertyReaderUtils.
Utility functions for dealing with PropertyReader objects.
ProtectedList - class org.xins.common.collections.ProtectedList.
Modifiable List implementaton that can be protected from unauthorized changes.
ProtectedList(Object, int) - Constructor for class org.xins.common.collections.ProtectedList
Constructs an empty ProtectedList with the specified initial capacity.
ProtectedList(Object) - Constructor for class org.xins.common.collections.ProtectedList
Constructs an empty ProtectedList.
ProtectedList(Object, Collection) - Constructor for class org.xins.common.collections.ProtectedList
Constructs a new ProtectedList containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ProtectedPropertyReader - class org.xins.common.collections.ProtectedPropertyReader.
Modifiable PropertyReader implementaton that can be protected from unauthorized changes.
ProtectedPropertyReader(Object) - Constructor for class org.xins.common.collections.ProtectedPropertyReader
Constructs a new ProtectedPropertyReader.
param(String, String) - Method in class org.xins.server.FunctionResult
Adds an output parameter to the result.
parameterValue(String, String) - Method in class org.xins.client.AbstractCAPICallRequest
Sets the specified parameter to the specified value.
parse(byte[]) - Method in class org.xins.client.XINSCallResultParser
Parses the given XML string to create a XINSCallResultData object.
parse(Reader) - Method in class org.xins.common.xml.ElementParser
Parses content of a character stream to create an XML Element object.
parseAccessRule(String) - Static method in class org.xins.server.AccessRule
Parses the specified character string to construct a new AccessRule object.
parseAccessRuleList(String) - Static method in class org.xins.server.AccessRuleList
Deprecated. Deprecated since XINS 1.3.0. Use AccessRuleList.parseAccessRuleList(String,int) instead.
parseAccessRuleList(String, int) - Static method in class org.xins.server.AccessRuleList
Parses the specified character string to construct a new AccessRuleList object, with the specified watch interval for referenced files.
parseHexBytes(String, int, int) - Static method in class org.xins.common.text.HexConverter
Parses the specified string as a set of hex digits and converts it to a byte array.
parseHexInt(String, int) - Static method in class org.xins.common.text.HexConverter
Parses the 8-digit unsigned hex number in the specified string.
parseHexInt(String) - Static method in class org.xins.common.text.HexConverter
Parses the specified 8-digit unsigned hex string.
parseHexInt(String, int) - Static method in class org.xins.logdoc.LogdocHexConverter
Parses the 8-digit unsigned hex number in the specified string.
parseHexInt(String) - Static method in class org.xins.logdoc.LogdocHexConverter
Parses the specified 8-digit unsigned hex string.
parseHexLong(String, int) - Static method in class org.xins.common.text.HexConverter
Parses the 16-digit unsigned hex number in the specified string.
parseHexLong(String) - Static method in class org.xins.common.text.HexConverter
Parses the specified 16-digit unsigned hex string.
parseHexLong(String, int) - Static method in class org.xins.logdoc.LogdocHexConverter
Parses the 16-digit unsigned hex number in the specified string.
parseHexLong(String) - Static method in class org.xins.logdoc.LogdocHexConverter
Parses the specified 16-digit unsigned hex string.
parseIPFilter(String) - Static method in class org.xins.server.IPFilter
Creates an IPFilter object for the specified filter expression.
parseSimplePattern(String) - Method in class org.xins.common.text.SimplePatternParser
Converts the specified simple pattern to a Perl 5 regular expression.
populate(Object, Object) - Static method in class org.xins.common.BeanUtils
Get the values returned by the get methods of the source object and call the set method of the destination object for the same property.
populate(Object, Object, Properties) - Static method in class org.xins.common.BeanUtils
Get the values returned by the get methods of the source object and call the set method of the destination object for the same property.
put(Object, Object) - Method in class org.xins.common.collections.ChainedMap
 
put(Object, Object) - Method in class org.xins.common.collections.WarnDoubleProperties
 
put(Object, Object) - Method in class org.xins.common.collections.expiry.ExpiryFolder
Associates the specified key with the specified value.
putDataSection(Element) - Method in class org.xins.client.AbstractCAPICallRequest
Sets the data section.
putValue(String, Object) - Method in class org.xins.common.servlet.container.XINSHttpSession
 

Q

QueueTimeOutException - exception org.xins.common.threads.QueueTimeOutException.
Exception thrown to indicates a thread was waiting in the queue for too long.
QueueTimeOutException(String) - Constructor for class org.xins.common.threads.QueueTimeOutException
Constructs a new QueueTimeOutException.
query(String) - Method in class org.xins.common.servlet.container.LocalServletHandler
Queries the Servlet with the specified URL.
query(String, char[], String) - Method in class org.xins.common.servlet.container.LocalServletHandler
Deprecated. Since XINS 1.5.0. The way the HTTP method is determined is incorrect. Use LocalServletHandler.query(String,String,String,Map) instead.
query(String, char[], Map) - Method in class org.xins.common.servlet.container.LocalServletHandler
Deprecated. Since XINS 1.5.0. The way the HTTP method is determined is incorrect. Use LocalServletHandler.query(String,String,String,Map) instead.
query(String, String, String, Map) - Method in class org.xins.common.servlet.container.LocalServletHandler
Queries the servlet with the specified method, URL, content and HTTP headers.
quote(String) - Static method in class org.xins.common.text.TextUtils
Quotes the specified string, or returns "(null)" if it is null.
quote(Object) - Static method in class org.xins.common.text.TextUtils
Quotes the textual presentation (returned by toString()) of the specified object, or returns "(null)" if the object is null.

R

RANDOM_TYPE - Static variable in class org.xins.common.service.GroupDescriptor
The random group type.
RANDOM_TYPE_ID - Static variable in class org.xins.common.service.GroupDescriptor
The identifier of the random group type.
ResultCode - class org.xins.server.ResultCode.
Abstraction of an error code returned by a function.
ResultCode(API, String, String) - Constructor for class org.xins.server.ResultCode
Constructs a new ResultCode for the specified API.
RuntimeProperties - class org.xins.server.RuntimeProperties.
Base class to get the runtime properties.
RuntimeProperties() - Constructor for class org.xins.server.RuntimeProperties
 
reinitializeImpl() - Method in class org.xins.server.API
Triggers re-initialization of this API.
reloadProperties() - Method in class org.xins.server.APIManager
Reloads the runtime properties if the file has changed.
reloadProperties() - Method in interface org.xins.server.APIManagerMBean
Reloads the runtime properties if the file has changed.
remove(String) - Method in class org.xins.common.collections.BasicPropertyReader
Removes the specified property.
remove() - Method in class org.xins.common.collections.EnumerationIterator
Removes the last element returned by the iterator (unsupported operation).
remove(Object, int) - Method in class org.xins.common.collections.ProtectedList
Removes the specified element.
remove(Object, String) - Method in class org.xins.common.collections.ProtectedPropertyReader
Removes the specified property.
remove(Object) - Method in class org.xins.common.collections.expiry.ExpiryFolder
Removes the specified key from this folder.
removeAttribute(String) - Method in class org.xins.common.servlet.container.XINSHttpSession
 
removeAttribute(String) - Method in class org.xins.common.servlet.container.XINSServletContext
 
removeAttribute(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
removeCallListener(CallListener) - Method in class org.xins.client.async.AsynchronousCall
Removes a listener for the call.
removeListener(ExpiryListener) - Method in class org.xins.common.collections.expiry.ExpiryFolder
Removes the specified object as a listener for expiry events.
removeProperties() - Method in class org.xins.server.frontend.SessionManager
Removes all session properties for the customer.
removeProperty(String) - Method in class org.xins.server.frontend.SessionManager
Removes a session property.
removeServlet(String) - Method in class org.xins.common.servlet.container.HTTPServletHandler
Remove a servlet from the server.
removeValue(String) - Method in class org.xins.common.servlet.container.XINSHttpSession
 
replace(String, Properties, String, String) - Static method in class org.xins.common.text.TextUtils
Replaces substrings in a string.
request(HttpServletRequest) - Method in class org.xins.server.frontend.SessionManager
Method called when the request is received.
reset() - Method in class org.xins.common.servlet.container.XINSServletResponse
 
resetBuffer() - Method in class org.xins.common.servlet.container.XINSServletResponse
 
result(boolean) - Method in class org.xins.server.frontend.SessionManager
Sets the input parameters in the session is the execution of the function is successful.
run() - Method in class org.xins.client.async.CallCAPIThread
 
run() - Method in class org.xins.common.io.FileWatcher
Runs this thread.

S

SAXParserProvider - class org.xins.common.xml.SAXParserProvider.
Provider for SAXParser instances.
SINGLETON - Static variable in class org.xins.common.TranslationBundle_en_US
The one and only instance of this class.
SINGLETON - Static variable in class org.xins.common.TranslationBundle_fr_FR
The one and only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.Base64
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.Boolean
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.Date
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.Descriptor
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.Float32
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.Float64
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.Hex
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.Int16
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.Int32
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.Int64
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.Int8
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.List
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.Properties
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.Set
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.Text
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.Timestamp
The only instance of this class.
SINGLETON - Static variable in class org.xins.common.types.standard.URL
The only instance of this class.
SINGLETON - Static variable in class org.xins.server.TranslationBundle_en_US
The one and only instance of this class.
SINGLETON - Static variable in class org.xins.server.TranslationBundle_fr_FR
The one and only instance of this class.
SOAP_CALLING_CONVENTION - Static variable in class org.xins.server.APIServlet
The name of the SOAP calling convention.
STANDARD_CALLING_CONVENTION - Static variable in class org.xins.server.APIServlet
The name of the XINS standard calling convention.
ServiceCaller - class org.xins.common.service.ServiceCaller.
Abstraction of a service caller for a TCP-based service.
ServiceCaller(Descriptor, CallConfig) - Constructor for class org.xins.common.service.ServiceCaller
Constructs a new ServiceCaller with the specified CallConfig.
ServletClassLoader - class org.xins.common.servlet.container.ServletClassLoader.
Class used to get the Servlet Class loader.
ServletClassLoader() - Constructor for class org.xins.common.servlet.container.ServletClassLoader
 
ServletConfigPropertyReader - class org.xins.common.servlet.ServletConfigPropertyReader.
Implementation of a PropertyReader that returns the initialization properties from a ServletConfig object.
ServletConfigPropertyReader(ServletConfig) - Constructor for class org.xins.common.servlet.ServletConfigPropertyReader
Constructs a new ServletConfigPropertyReader.
ServletRequestPropertyReader - class org.xins.common.servlet.ServletRequestPropertyReader.
Implementation of a PropertyReader that returns the request parameters from a ServletRequest object.
ServletRequestPropertyReader(ServletRequest) - Constructor for class org.xins.common.servlet.ServletRequestPropertyReader
Constructs a new ServletRequestPropertyReader for a ServletRequest.
ServletRequestPropertyReader(HttpServletRequest) - Constructor for class org.xins.common.servlet.ServletRequestPropertyReader
Constructs a new ServletRequestPropertyReader for an HttpServletRequest.
SessionManager - class org.xins.server.frontend.SessionManager.
Manager for the sessions and session properties for the XINS front-end framework.
SessionManager(API) - Constructor for class org.xins.server.frontend.SessionManager
Creates the session manager.
Set - class org.xins.common.types.standard.Set.
Standard type _list.
Set.Value - class org.xins.common.types.standard.Set.Value.
Inner class that represents a list of java.lang.String.
Set.Value() - Constructor for class org.xins.common.types.standard.Set.Value
Creates a new set.
SimplePatternParser - class org.xins.common.text.SimplePatternParser.
Simple pattern parser.
SimplePatternParser() - Constructor for class org.xins.common.text.SimplePatternParser
Creates a new SimplePatternParser object.
SocketTimeOutCallException - exception org.xins.common.service.SocketTimeOutCallException.
Exception that indicates that data was not received on a socket within a designated time-out period.
SocketTimeOutCallException(CallRequest, TargetDescriptor, long) - Constructor for class org.xins.common.service.SocketTimeOutCallException
Constructs a new SocketTimeOutCallException.
StandardErrorCodeException - exception org.xins.client.StandardErrorCodeException.
Abstract base class for exceptions that indicate that a standard error code was returned from the server-side.
StatsPropertyReader - class org.xins.common.collections.StatsPropertyReader.
Immutable property reader that remembers which properties have not been accessed.
StatsPropertyReader(PropertyReader) - Constructor for class org.xins.common.collections.StatsPropertyReader
Constructs a new StatsPropertyReader based on the specified PropertyReader.
StatusCodeHTTPCallException - exception org.xins.common.http.StatusCodeHTTPCallException.
Exception that indicates that an HTTP call failed because the returned HTTP status code was considered invalid.
StatusCodeHTTPCallException(HTTPCallRequest, TargetDescriptor, long, int) - Constructor for class org.xins.common.http.StatusCodeHTTPCallException
Constructs a new StatusCodeHTTPCallException based on the original request, target called, call duration and HTTP status code.
securityException(SecurityException) - Method in interface org.xins.common.io.FileWatcher.Listener
Callback method, called if an authorisation error prevents that the file is checked for existence and last modification date.
sendError(int) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
sendError(int, String) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
sendRedirect(String) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
serialize(PropertyReader, LogdocStringBuffer) - Static method in class org.xins.common.collections.PropertyReaderUtils
Serializes the specified PropertyReader for Logdoc.
serialize(PropertyReader, FastStringBuffer, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
Serializes the specified PropertyReader to a FastStringBuffer.
serialize(PropertyReader, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
Constructs a LogdocSerializable for the specified PropertyReader.
serialize(PropertyReader, String, String, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
Constructs a LogdocSerializable for the specified PropertyReader.
serialize(Element) - Method in class org.xins.common.xml.ElementSerializer
Serializes the element to XML.
serialize(LogdocStringBuffer) - Method in class org.xins.logdoc.AbstractLogdocSerializable
Serializes this object for logging to the specified string buffer (wrapper method).
serialize(LogdocStringBuffer) - Method in interface org.xins.logdoc.LogdocSerializable
Serializes this object for logging to the specified string buffer.
service(ServletRequest, ServletResponse) - Method in class org.xins.server.APIServlet
Handles a request to this servlet.
service(HttpServletRequest, HttpServletResponse) - Method in class org.xins.server.APIServlet
Handles an HTTP request to this servlet.
serviceClient(Socket) - Method in class org.xins.common.servlet.container.HTTPServletHandler
This method is invoked when a client connects to the server.
set(String, String) - Method in class org.xins.common.collections.BasicPropertyReader
Sets the specified property.
set(Object, String, String) - Method in class org.xins.common.collections.ProtectedPropertyReader
Sets the specified property to the specified value.
setAntFile(String) - Method in class org.xins.common.ant.CallTargetsTask
Sets the name of the build file to execute.
setApiLocation(String) - Method in class org.xins.common.ant.CallXINSTask
Sets the URL location of the API.
setAttribute(String, Object) - Method in class org.xins.common.servlet.container.XINSHttpSession
 
setAttribute(String, Object) - Method in class org.xins.common.servlet.container.XINSServletContext
 
setAttribute(String, Object) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
setAttribute(String, String) - Method in class org.xins.common.xml.ElementBuilder
Sets the specified attribute.
setAttribute(String, String, String) - Method in class org.xins.common.xml.ElementBuilder
Sets the specified attribute.
setBufferSize(int) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
setCallConfig(CallConfig) - Method in class org.xins.common.service.CallRequest
Sets the call configuration associated with this request.
setCallConfig(CallConfig) - Method in class org.xins.common.service.ServiceCaller
Sets the CallConfig associated with this service caller.
setCause(Throwable, Throwable) - Static method in class org.xins.logdoc.ExceptionUtils
Sets the cause for the specified exception.
setChar(int, char) - Method in class org.xins.common.text.FastStringBuffer
Sets the character at the specified index.
setChar(int, char) - Method in class org.xins.logdoc.LogdocStringBuffer
Sets the character at the specified index.
setCharacterEncoding(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
setContentLength(int) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
setContentType(String) - Method in class org.xins.common.servlet.container.XINSServletResponse
Sets the content type.
setDataSection(Element) - Method in class org.xins.client.XINSCallRequest
Sets the data section for the input.
setDateHeader(String, long) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
setDescriptor(Descriptor) - Method in class org.xins.client.XINSServiceCaller
 
setDescriptor(Descriptor) - Method in class org.xins.common.service.ServiceCaller
Sets the descriptor.
setDir(String) - Method in class org.xins.common.ant.CallTargetsTask
Sets the working directory during the execution of the Ant build file.
setEnabled(boolean) - Method in class org.xins.server.Function
Sets if this function is currently accessible.
setExampleProperty(String) - Method in class org.xins.common.ant.CreateExampleTask
Sets the name of the property in which the result should be stored.
setFailOverAllowed(boolean) - Method in class org.xins.common.service.CallConfig
Configures whether fail-over is unconditionally allowed.
setFrom(String) - Method in class org.xins.common.ant.HungarianMapper
Sets the from part of the transformation rule.
setFunction(String) - Method in class org.xins.common.ant.CallXINSTask
Sets the name of the API function to call.
setFunctionProperty(String) - Method in class org.xins.common.ant.CreateExampleTask
Sets the name of the property in which the name of the function should be stored.
setHTTPCallConfig(HTTPCallConfig) - Method in class org.xins.common.http.HTTPCallRequest
Sets the associated HTTP call configuration.
setHTTPCallConfig(HTTPCallConfig) - Method in class org.xins.common.http.HTTPServiceCaller
Sets the HTTPCallConfig associated with this HTTP service caller.
setHTTPMethod(HTTPMethod) - Method in class org.xins.client.XINSCallConfig
Sets the HTTP method associated with this configuration.
setHeader(String, String) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
setIntHeader(String, int) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
setInterval(int) - Method in class org.xins.common.io.FileWatcher
Changes the file check interval.
setLocale(Locale) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
setLocale(String) - Method in class org.xins.logdoc.AbstractLog.LogController
Activates the specified locale.
setLocale(String) - Static method in class org.xins.logdoc.LogCentral
Sets the locale on all logdoc Log classes.
setMaxInactiveInterval(int) - Method in class org.xins.common.servlet.container.XINSHttpSession
 
setMethod(HTTPMethod) - Method in class org.xins.common.http.HTTPCallConfig
Sets the HTTP method associated with this configuration.
setParameter(String, String) - Method in class org.xins.client.XINSCallRequest
Sets the parameter with the specified name.
setParameters(PropertyReader) - Method in class org.xins.client.XINSCallRequest
Sets the parameters for this function, replacing any existing parameters.
setPrefix(String) - Method in class org.xins.common.ant.CallXINSTask
Sets the prefix for the result properties.
setProperty(String) - Method in class org.xins.common.ant.HostnameTask
Sets the name of the property.
setProperty(String) - Method in class org.xins.common.ant.UppercaseTask
Sets the name of the property.
setProperty(String, Object) - Method in class org.xins.server.frontend.SessionManager
Adds a new session property.
setProperty(String, boolean) - Method in class org.xins.server.frontend.SessionManager
Adds or sets a new session property.
setRequestURL(String) - Method in class org.xins.common.ant.CreateExampleTask
Sets the URL to call the function.
setStackTraceAtMessageLevel(boolean) - Static method in class org.xins.logdoc.LogCentral
Sets the display of the stack trace at the same level as the message.
setStatus(int) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
setStatus(int, String) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
setTargets(String) - Method in class org.xins.common.ant.CallTargetsTask
Sets the targets to execute within the build file.
setText(String) - Method in class org.xins.common.ant.UppercaseTask
Sets the text to be set in uppercase.
setText(String) - Method in class org.xins.common.xml.ElementBuilder
Sets the character content.
setText(String) - Method in class org.xins.server.Element
Deprecated. Sets the text content for this element.
setTo(String) - Method in class org.xins.common.ant.HungarianMapper
Sets the to part of the transformation rule.
setUserAgent(String) - Method in class org.xins.common.http.HTTPCallConfig
Sets the user agent associated with the HTTP call.
setXINSCallConfig(XINSCallConfig) - Method in class org.xins.client.AbstractCAPI
Assigns the specified call configuration to this CAPI object.
setXINSCallConfig(XINSCallConfig) - Method in class org.xins.client.XINSCallRequest
Sets the associated XINS call configuration.
setXINSCallConfig(XINSCallConfig) - Method in class org.xins.client.XINSServiceCaller
Sets the XINSCallConfig associated with this XINS service caller.
setXslLocation(String) - Method in class org.xins.common.ant.CreateExampleTask
Sets the location of the XSL style sheet to use to create the example.
shouldFailOver(CallRequest, CallConfig, CallExceptionList) - Method in class org.xins.client.XINSServiceCaller
Determines whether a call should fail-over to the next selected target based on a request, call configuration and exception list.
shouldFailOver(CallRequest, CallConfig, CallExceptionList) - Method in class org.xins.common.http.HTTPServiceCaller
Determines whether a call should fail-over to the next selected target based on a request, call configuration and exception list.
shouldFailOver(CallRequest, CallConfig, CallExceptionList) - Method in class org.xins.common.service.ServiceCaller
Determines whether a call should fail-over to the next selected target based on a request, call configuration and exception list.
shouldLogIn() - Method in class org.xins.server.frontend.SessionManager
Returns true if the user needs to log in to access the page.
size() - Method in class org.xins.common.collections.AbstractPropertyReader
Returns the number of entries.
size() - Method in interface org.xins.common.collections.PropertyReader
Returns the number of entries.
size() - Method in class org.xins.common.collections.ProtectedList
Returns the number of elements in this list.
size() - Method in class org.xins.common.collections.StatsPropertyReader
Returns the number of entries.
size() - Method in class org.xins.common.collections.expiry.ExpiryFolder
Gets the number of entries.
size() - Method in class org.xins.common.service.CallExceptionList
Counts the number of elements.
size() - Method in class org.xins.common.servlet.ServletConfigPropertyReader
Determines the number of properties.
startElement(String) - Method in class org.xins.common.xml.ElementBuilder
Starts to create a new Element with the given local name.
startElement(String, String) - Method in class org.xins.common.xml.ElementBuilder
Starts to create a new Element.
startServer(int, boolean) - Method in class org.xins.common.servlet.container.HTTPServletHandler
Starts the web server.
stop() - Method in class org.xins.common.collections.expiry.ExpiryStrategy
Stops the thread that generates ticks that are passed to the registered expiry folders.
succeededTarget() - Method in class org.xins.client.AbstractCAPICallResult
Returns the target for which the call succeeded.

T

TARGET_DESCRIPTOR_TYPE - Static variable in class org.xins.common.service.DescriptorBuilder
Name identifying an actual target descriptor.
TECHNICAL - Static variable in class org.xins.common.spec.ErrorCodeSpec
Type indicating that the error code is technical.
TargetDescriptor - class org.xins.common.service.TargetDescriptor.
Descriptor for a single target service.
TargetDescriptor(String) - Constructor for class org.xins.common.service.TargetDescriptor
Constructs a new TargetDescriptor for the specified URL.
TargetDescriptor(String, int) - Constructor for class org.xins.common.service.TargetDescriptor
Constructs a new TargetDescriptor for the specified URL, with the specifed total time-out.
TargetDescriptor(String, int, int) - Constructor for class org.xins.common.service.TargetDescriptor
Constructs a new TargetDescriptor for the specified URL, with the specifed total time-out and connection time-out.
TargetDescriptor(String, int, int, int) - Constructor for class org.xins.common.service.TargetDescriptor
Constructs a new TargetDescriptor for the specified URL, with the specifed total time-out, connection time-out and socket time-out.
Text - class org.xins.common.types.standard.Text.
Standard type _text.
TextUtils - class org.xins.common.text.TextUtils.
Text-related utility functions.
TimeOutController - class org.xins.common.TimeOutController.
Utility class for executing a task with a certain time-out period.
TimeOutException - exception org.xins.common.TimeOutException.
Exception that indicates the total time-out for a service call was reached.
TimeOutException() - Constructor for class org.xins.common.TimeOutException
Constructs a new TimeOutException.
Timestamp - class org.xins.common.types.standard.Timestamp.
Standard type _timestamp.
Timestamp.Value - class org.xins.common.types.standard.Timestamp.Value.
Value for the type _timestamp.
Timestamp.Value(int, int, int, int, int, int) - Constructor for class org.xins.common.types.standard.Timestamp.Value
Constructs a new timestamp value.
Timestamp.Value(Calendar) - Constructor for class org.xins.common.types.standard.Timestamp.Value
Constructs a new timestamp value based on the specified Calendar.
Timestamp.Value(Date) - Constructor for class org.xins.common.types.standard.Timestamp.Value
Constructs a new timestamp value based on the specified java.util.Date object.
Timestamp.Value(long) - Constructor for class org.xins.common.types.standard.Timestamp.Value
Constructs a new timestamp value based on the specified number of milliseconds since the UNIX Epoch.
TotalTimeOutCallException - exception org.xins.common.service.TotalTimeOutCallException.
Exception that indicates the total time-out for a request was reached, so the request was aborted.
TotalTimeOutCallException(CallRequest, TargetDescriptor, long) - Constructor for class org.xins.common.service.TotalTimeOutCallException
Constructs a new TotalTimeOutCallException.
TranslationBundle - class org.xins.common.TranslationBundle.
Translation bundle for log messages.
TranslationBundle(String) - Constructor for class org.xins.common.TranslationBundle
Constructs a new TranslationBundle subclass instance.
TranslationBundle - class org.xins.server.TranslationBundle.
Translation bundle for log messages.
TranslationBundle(String) - Constructor for class org.xins.server.TranslationBundle
Constructs a new TranslationBundle subclass instance.
TranslationBundle_en_US - class org.xins.common.TranslationBundle_en_US.
Translation bundle for the en_US locale.
TranslationBundle_en_US - class org.xins.server.TranslationBundle_en_US.
Translation bundle for the en_US locale.
TranslationBundle_fr_FR - class org.xins.common.TranslationBundle_fr_FR.
Translation bundle for the fr_FR locale.
TranslationBundle_fr_FR - class org.xins.server.TranslationBundle_fr_FR.
Translation bundle for the fr_FR locale.
Type - class org.xins.common.types.Type.
Value type.
Type(String, Class) - Constructor for class org.xins.common.types.Type
Creates a new Type instance.
TypeValueException - exception org.xins.common.types.TypeValueException.
Exception thrown to indicate a value is invalid for a certain type.
TypeValueException(Type, String) - Constructor for class org.xins.common.types.TypeValueException
Creates a new TypeValueException.
TypeValueException(Type, String, String) - Constructor for class org.xins.common.types.TypeValueException
Creates a new TypeValueException.
testTargetDescriptor(TargetDescriptor) - Method in class org.xins.common.service.ServiceCaller
Asserts that the specified target descriptor is considered acceptable for this service caller.
toDate() - Method in class org.xins.common.types.standard.Date.Value
Converts to a java.util.Date object.
toDate() - Method in class org.xins.common.types.standard.Timestamp.Value
Converts to a java.util.Date object.
toDateString(long) - Static method in class org.xins.common.text.DateConverter
Convert the specified long to a human-readable time stamp.
toDateString(TimeZone, long) - Static method in class org.xins.common.text.DateConverter
Convert the specified long to a human-readable time stamp.
toHexString(byte[]) - Static method in class org.xins.common.text.HexConverter
Converts the specified byte array to an unsigned number hex string.
toHexString(byte) - Static method in class org.xins.common.text.HexConverter
Converts the specified byte to an unsigned number hex string.
toHexString(short) - Static method in class org.xins.common.text.HexConverter
Converts the specified short to an unsigned number hex string.
toHexString(char) - Static method in class org.xins.common.text.HexConverter
Converts the specified char to an unsigned number hex string.
toHexString(int) - Static method in class org.xins.common.text.HexConverter
Converts the specified int to an unsigned number hex string.
toHexString(long) - Static method in class org.xins.common.text.HexConverter
Convert the specified long to an unsigned number hex string.
toHexString(FastStringBuffer, byte) - Static method in class org.xins.common.text.HexConverter
Converts the specified byte to unsigned number and appends it to the specified string buffer.
toHexString(FastStringBuffer, short) - Static method in class org.xins.common.text.HexConverter
Converts the specified short to unsigned number and appends it to the specified string buffer.
toHexString(FastStringBuffer, char) - Static method in class org.xins.common.text.HexConverter
Converts the specified char to unsigned number and appends it to the specified string buffer.
toHexString(FastStringBuffer, int) - Static method in class org.xins.common.text.HexConverter
Converts the specified int to unsigned number and appends it to the specified string buffer.
toHexString(FastStringBuffer, long) - Static method in class org.xins.common.text.HexConverter
Converts the specified long to unsigned number and appends it to the specified string buffer.
toHexString(int) - Static method in class org.xins.logdoc.LogdocHexConverter
Convert the specified int to an unsigned number hex string.
toHexString(long) - Static method in class org.xins.logdoc.LogdocHexConverter
Convert the specified long to an unsigned number hex string.
toHexString(LogdocStringBuffer, int) - Static method in class org.xins.logdoc.LogdocHexConverter
Converts the specified int to unsigned number and appends it to the specified string buffer.
toHexString(LogdocStringBuffer, long) - Static method in class org.xins.logdoc.LogdocHexConverter
Converts the specified long to unsigned number and appends it to the specified string buffer.
toProperties(PropertyReader) - Static method in class org.xins.common.collections.PropertyReaderConverter
Converts the specified PropertyReader object to a new Properties object.
toString(PropertyReader, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
Serializes the specified PropertyReader to a String.
toString() - Method in class org.xins.common.collections.expiry.ExpiryFolder
Returns a textual representation of this object.
toString() - Method in class org.xins.common.collections.expiry.ExpiryStrategy
Returns a textual representation of this object.
toString() - Method in class org.xins.common.http.HTTPMethod
Returns a textual representation of this object.
toString() - Method in class org.xins.common.io.FastStringWriter
Returns the current value of the underlying buffer as a string.
toString() - Method in class org.xins.common.manageable.Manageable.State
Returns a textual representation of this object.
toString() - Method in class org.xins.common.service.CallConfig
Returns a textual presentation of this object.
toString() - Method in class org.xins.common.service.CallRequest
Returns a textual presentation of this object.
toString() - Method in class org.xins.common.service.GroupDescriptor.Type
Returns a textual representation of this object.
toString() - Method in class org.xins.common.service.TargetDescriptor
Textual description of this object.
toString() - Method in class org.xins.common.text.FastStringBuffer
Converts the contents of this buffer to a String object.
toString() - Method in class org.xins.common.threads.Doorman.QueueEntryType
Deprecated. Returns a textual representation of this object.
toString() - Method in class org.xins.common.threads.Doorman
Deprecated. Returns a textual representation of this object.
toString() - Method in class org.xins.common.types.EnumItem
Returns a textual representation of this object.
toString(EnumItem) - Method in class org.xins.common.types.EnumType
Converts the specified EnumItem to a string.
toString(Object) - Method in class org.xins.common.types.EnumType
Generates a string representation of the specified value for this type.
toString(ItemList) - Method in class org.xins.common.types.List
Converts the specified ItemList to a string.
toString(Object) - Method in class org.xins.common.types.List
Generates a string representation of the specified value for this type.
toString(Object) - Method in class org.xins.common.types.PatternType
 
toString(Object) - Method in class org.xins.common.types.Type
Generates a string representation of the specified value for this type.
toString() - Method in class org.xins.common.types.Type
Returns a textual presentation of this object.
toString(byte[]) - Static method in class org.xins.common.types.standard.Base64
Converts the specified byte[] to a string.
toString(Object) - Method in class org.xins.common.types.standard.Base64
Generates a string representation of the specified value for this type.
toString(Boolean) - Static method in class org.xins.common.types.standard.Boolean
Converts the specified Boolean to a string.
toString(boolean) - Static method in class org.xins.common.types.standard.Boolean
Converts the specified boolean to a string.
toString(Object) - Method in class org.xins.common.types.standard.Boolean
Generates a string representation of the specified value for this type.
toString() - Method in class org.xins.common.types.standard.Date.Value
Returns a textual representation of this object.
toString(Date.Value) - Static method in class org.xins.common.types.standard.Date
Converts the specified Date.Value to a string.
toString(Object) - Method in class org.xins.common.types.standard.Date
 
toString(Descriptor) - Static method in class org.xins.common.types.standard.Descriptor
Converts the specified org.xins.common.service.Descriptor to a string.
toString(Object) - Method in class org.xins.common.types.standard.Descriptor
 
toString(Float) - Static method in class org.xins.common.types.standard.Float32
Converts the specified Float to a string.
toString(float) - Static method in class org.xins.common.types.standard.Float32
Converts the specified float to a string.
toString(Object) - Method in class org.xins.common.types.standard.Float32
 
toString(Double) - Static method in class org.xins.common.types.standard.Float64
Converts the specified Double to a string.
toString(double) - Static method in class org.xins.common.types.standard.Float64
Converts the specified double to a string.
toString(Object) - Method in class org.xins.common.types.standard.Float64
 
toString(byte[]) - Static method in class org.xins.common.types.standard.Hex
Converts the specified byte[] to a hexadecimal string.
toString(Object) - Method in class org.xins.common.types.standard.Hex
Generates a string representation of the specified value for this type.
toString(Short) - Static method in class org.xins.common.types.standard.Int16
Converts the specified Short to a string.
toString(short) - Static method in class org.xins.common.types.standard.Int16
Converts the specified short to a string.
toString(Object) - Method in class org.xins.common.types.standard.Int16
 
toString(Integer) - Static method in class org.xins.common.types.standard.Int32
Converts the specified Integer to a string.
toString(int) - Static method in class org.xins.common.types.standard.Int32
Converts the specified int to a string.
toString(Object) - Method in class org.xins.common.types.standard.Int32
 
toString(Long) - Static method in class org.xins.common.types.standard.Int64
Converts the specified Long to a string.
toString(long) - Static method in class org.xins.common.types.standard.Int64
Converts the specified long to a string.
toString(Object) - Method in class org.xins.common.types.standard.Int64
 
toString(Byte) - Static method in class org.xins.common.types.standard.Int8
Converts the specified Byte to a string.
toString(byte) - Static method in class org.xins.common.types.standard.Int8
Converts the specified byte to a string.
toString(Object) - Method in class org.xins.common.types.standard.Int8
 
toString(List.Value) - Static method in class org.xins.common.types.standard.List
Converts the specified List.Value to a string.
toString(PropertyReader) - Static method in class org.xins.common.types.standard.Properties
Converts the specified PropertyReader to a string.
toString(Object) - Method in class org.xins.common.types.standard.Properties
 
toString(Set.Value) - Static method in class org.xins.common.types.standard.Set
Converts the specified Set.Value to a string.
toString(Object) - Method in class org.xins.common.types.standard.Text
 
toString() - Method in class org.xins.common.types.standard.Timestamp.Value
Returns a textual representation of this object.
toString(Timestamp.Value) - Static method in class org.xins.common.types.standard.Timestamp
Converts the specified Timestamp.Value to a string.
toString(Object) - Method in class org.xins.common.types.standard.Timestamp
 
toString(Object) - Method in class org.xins.common.types.standard.URL
 
toString() - Method in class org.xins.common.xml.Element
Overrides the Object.toString() method to return the element as its XML representation.
toString() - Method in class org.xins.logdoc.LogdocStringBuffer
Converts the contents of this buffer to a String object.
toString() - Method in class org.xins.server.AccessRule
Returns a character string representation of this object.
toString() - Method in class org.xins.server.AccessRuleFile
 
toString() - Method in class org.xins.server.AccessRuleList
Returns a character string representation of this object.
toString() - Method in class org.xins.server.FunctionResult
 
toString() - Method in class org.xins.server.IPFilter
Returns a textual representation of this filter.
toXMLElement() - Method in class org.xins.client.DataElement
Converts this DataElement to a Element object.
today() - Static method in class org.xins.common.types.standard.Date
Constructs a Date.Value with the value of the current date.
translation_1050(String, String, String, String, String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1050, in the log entry group Low-level generic messages.
translation_1050(String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1050(String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1051(Throwable, String, String, String, String, String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1051, in the log entry group Low-level generic messages.
translation_1051(Throwable, String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1051(Throwable, String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1052(Throwable, String, String, String, String, String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1052, in the log entry group Low-level generic messages.
translation_1052(Throwable, String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1052(Throwable, String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1053(String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1053, in the log entry group Low-level generic messages.
translation_1053(String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1053(String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1100(String, LogdocSerializable, int, int, int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1100, in the log entry group HTTP-related.
translation_1100(String, LogdocSerializable, int, int, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1100(String, LogdocSerializable, int, int, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1101(String, LogdocSerializable, long) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1101, in the log entry group HTTP-related.
translation_1101(String, LogdocSerializable, long) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1101(String, LogdocSerializable, long) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1102(String, LogdocSerializable, long) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1102, in the log entry group HTTP-related.
translation_1102(String, LogdocSerializable, long) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1102(String, LogdocSerializable, long) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1103(String, LogdocSerializable, long) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1103, in the log entry group HTTP-related.
translation_1103(String, LogdocSerializable, long) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1103(String, LogdocSerializable, long) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1104(String, LogdocSerializable, long, int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1104, in the log entry group HTTP-related.
translation_1104(String, LogdocSerializable, long, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1104(String, LogdocSerializable, long, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1105(String, LogdocSerializable, long, int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1105, in the log entry group HTTP-related.
translation_1105(String, LogdocSerializable, long, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1105(String, LogdocSerializable, long, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1106(String, LogdocSerializable, long, int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1106, in the log entry group HTTP-related.
translation_1106(String, LogdocSerializable, long, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1106(String, LogdocSerializable, long, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1107(String, LogdocSerializable, long, int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1107, in the log entry group HTTP-related.
translation_1107(String, LogdocSerializable, long, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1107(String, LogdocSerializable, long, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1108(String, LogdocSerializable, long, int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1108, in the log entry group HTTP-related.
translation_1108(String, LogdocSerializable, long, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1108(String, LogdocSerializable, long, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1109(Throwable, String, LogdocSerializable, long) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1109, in the log entry group HTTP-related.
translation_1109(Throwable, String, LogdocSerializable, long) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1109(Throwable, String, LogdocSerializable, long) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1110(String, LogdocSerializable, long) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1110, in the log entry group HTTP-related.
translation_1110(String, LogdocSerializable, long) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1110(String, LogdocSerializable, long) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1200(int, String, int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1200, in the log entry group General I/O.
translation_1200(int, String, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1200(int, String, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1201(int, String, int, int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1201, in the log entry group General I/O.
translation_1201(int, String, int, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1201(int, String, int, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1202(int, String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1202, in the log entry group General I/O.
translation_1202(int, String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1202(int, String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1203(int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1203, in the log entry group General I/O.
translation_1203(int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1203(int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1250(int, int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1250, in the log entry group Text.
translation_1250(int, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1250(int, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1300(Throwable, String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1300, in the log entry group Service calling framework.
translation_1300(Throwable, String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1300(Throwable, String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1301(String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1301, in the log entry group Service calling framework.
translation_1301(String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1301(String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1302(String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1302, in the log entry group Service calling framework.
translation_1302(String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1302(String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1303() - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1303, in the log entry group Service calling framework.
translation_1303() - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1303() - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1304() - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1304, in the log entry group Service calling framework.
translation_1304() - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1304() - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1305() - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1305, in the log entry group Service calling framework.
translation_1305() - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1305() - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1306() - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1306, in the log entry group Service calling framework.
translation_1306() - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1306() - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1307() - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1307, in the log entry group Service calling framework.
translation_1307() - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1307() - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1308(String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1308, in the log entry group Service calling framework.
translation_1308(String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1308(String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1350(String, String, String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1350, in the log entry group Generic collection classes.
translation_1350(String, String, String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1350(String, String, String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1400(int, String, int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1400, in the log entry group Expiry-related collection classes.
translation_1400(int, String, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1400(int, String, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1401(int, String, int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1401, in the log entry group Expiry-related collection classes.
translation_1401(int, String, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1401(int, String, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1402(int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1402, in the log entry group Expiry-related collection classes.
translation_1402(int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1402(int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1403(int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1403, in the log entry group Expiry-related collection classes.
translation_1403(int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1403(int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1404(int, long) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1404, in the log entry group Expiry-related collection classes.
translation_1404(int, long) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1404(int, long) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1405(int, long) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1405, in the log entry group Expiry-related collection classes.
translation_1405(int, long) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1405(int, long) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1406(int, long) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1406, in the log entry group Expiry-related collection classes.
translation_1406(int, long) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1406(int, long) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1407(int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1407, in the log entry group Expiry-related collection classes.
translation_1407(int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1407(int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1408(int, String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1408, in the log entry group Expiry-related collection classes.
translation_1408(int, String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1408(int, String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1409(int, long, long) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1409, in the log entry group Expiry-related collection classes.
translation_1409(int, long, long) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1409(int, long, long) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1500(int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1500, in the log entry group Servlet container.
translation_1500(int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1500(int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1501(Throwable) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1501, in the log entry group Servlet container.
translation_1501(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1501(Throwable) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1502(Throwable) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1502, in the log entry group Servlet container.
translation_1502(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1502(Throwable) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1503(String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1503, in the log entry group Servlet container.
translation_1503(String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1503(String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1504(String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1504, in the log entry group Servlet container.
translation_1504(String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1504(String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1505(Throwable) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1505, in the log entry group Servlet container.
translation_1505(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1505(Throwable) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1506(String, int) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1506, in the log entry group Servlet container.
translation_1506(String, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1506(String, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1507() - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1507, in the log entry group Servlet container.
translation_1507() - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1507() - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1508(Throwable) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1508, in the log entry group Servlet container.
translation_1508(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1508(Throwable) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1509(Throwable) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1509, in the log entry group Servlet container.
translation_1509(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1509(Throwable) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1510(String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1510, in the log entry group Servlet container.
translation_1510(String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1510(String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1511(Throwable, String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1511, in the log entry group Servlet container.
translation_1511(Throwable, String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1511(Throwable, String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1512(Throwable) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1512, in the log entry group Servlet container.
translation_1512(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1512(Throwable) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1513(String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1513, in the log entry group Servlet container.
translation_1513(String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1513(String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1514(String, String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1514, in the log entry group Servlet container.
translation_1514(String, String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1514(String, String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1550(Throwable) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1550, in the log entry group XML.
translation_1550(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1550(Throwable) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_3003(Throwable) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3003, in the log entry group Servlet.
translation_3003(Throwable) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3003(Throwable) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3100(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3100, in the log entry group Internal lifespan-related.
translation_3100(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3100(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3101(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3101, in the log entry group Internal lifespan-related.
translation_3101(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3101(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3200(String, String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3200, in the log entry group Bootstrapping.
translation_3200(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3200(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3202(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3202, in the log entry group Bootstrapping.
translation_3202(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3202(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3203(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3203, in the log entry group Bootstrapping.
translation_3203(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3203(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3205(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3205, in the log entry group Bootstrapping.
translation_3205(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3205(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3206(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3206, in the log entry group Bootstrapping.
translation_3206(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3206(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3207(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3207, in the log entry group Bootstrapping.
translation_3207(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3207(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3208(String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3208, in the log entry group Bootstrapping.
translation_3208(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3208(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3209(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3209, in the log entry group Bootstrapping.
translation_3209(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3209(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3210(String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3210, in the log entry group Bootstrapping.
translation_3210(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3210(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3211(Throwable) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3211, in the log entry group Bootstrapping.
translation_3211(Throwable) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3211(Throwable) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3212(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3212, in the log entry group Bootstrapping.
translation_3212(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3212(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3213(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3213, in the log entry group Bootstrapping.
translation_3213(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3213(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3214(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3214, in the log entry group Bootstrapping.
translation_3214(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3214(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3215(String, String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3215, in the log entry group Bootstrapping.
translation_3215(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3215(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3216(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3216, in the log entry group Bootstrapping.
translation_3216(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3216(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3217(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3217, in the log entry group Bootstrapping.
translation_3217(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3217(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3218(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3218, in the log entry group Bootstrapping.
translation_3218(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3218(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3220(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3220, in the log entry group Bootstrapping.
translation_3220(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3220(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3221(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3221, in the log entry group Bootstrapping.
translation_3221(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3221(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3222(String, String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3222, in the log entry group Bootstrapping.
translation_3222(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3222(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3223(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3223, in the log entry group Bootstrapping.
translation_3223(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3223(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3224(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3224, in the log entry group Bootstrapping.
translation_3224(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3224(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3225(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3225, in the log entry group Bootstrapping.
translation_3225(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3225(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3226(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3226, in the log entry group Bootstrapping.
translation_3226(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3226(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3227(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3227, in the log entry group Bootstrapping.
translation_3227(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3227(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3228(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3228, in the log entry group Bootstrapping.
translation_3228(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3228(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3229(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3229, in the log entry group Bootstrapping.
translation_3229(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3229(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3230(Throwable, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3230, in the log entry group Bootstrapping.
translation_3230(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3230(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3231(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3231, in the log entry group Bootstrapping.
translation_3231(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3231(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3232(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3232, in the log entry group Bootstrapping.
translation_3232(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3232(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3233() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3233, in the log entry group Bootstrapping.
translation_3233() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3233() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3234() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3234, in the log entry group Bootstrapping.
translation_3234() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3234() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3235(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3235, in the log entry group Bootstrapping.
translation_3235(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3235(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3237(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3237, in the log entry group Bootstrapping.
translation_3237(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3237(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3238(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3238, in the log entry group Bootstrapping.
translation_3238(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3238(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3239(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3239, in the log entry group Bootstrapping.
translation_3239(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3239(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3240(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3240, in the log entry group Bootstrapping.
translation_3240(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3240(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3241(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3241, in the log entry group Bootstrapping.
translation_3241(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3241(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3242(String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3242, in the log entry group Bootstrapping.
translation_3242(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3242(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3243(String, String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3243, in the log entry group Bootstrapping.
translation_3243(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3243(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3244(Throwable, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3244, in the log entry group Bootstrapping.
translation_3244(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3244(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3245(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3245, in the log entry group Bootstrapping.
translation_3245(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3245(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3246() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3246, in the log entry group Bootstrapping.
translation_3246() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3246() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3247(String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3247, in the log entry group Bootstrapping.
translation_3247(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3247(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3248() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3248, in the log entry group Bootstrapping.
translation_3248() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3248() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3249(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3249, in the log entry group Bootstrapping.
translation_3249(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3249(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3250(Throwable) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3250, in the log entry group Bootstrapping.
translation_3250(Throwable) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3250(Throwable) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3300(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3300, in the log entry group Logging subsystem.
translation_3300(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3300(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3301(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3301, in the log entry group Logging subsystem.
translation_3301(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3301(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3302(Throwable, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3302, in the log entry group Logging subsystem.
translation_3302(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3302(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3303(Throwable, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3303, in the log entry group Logging subsystem.
translation_3303(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3303(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3304(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3304, in the log entry group Logging subsystem.
translation_3304(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3304(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3305() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3305, in the log entry group Logging subsystem.
translation_3305() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3305() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3306(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3306, in the log entry group Logging subsystem.
translation_3306(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3306(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3307(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3307, in the log entry group Logging subsystem.
translation_3307(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3307(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3308(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3308, in the log entry group Logging subsystem.
translation_3308(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3308(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3309(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3309, in the log entry group Logging subsystem.
translation_3309(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3309(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3310(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3310, in the log entry group Logging subsystem.
translation_3310(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3310(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3400(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3400, in the log entry group Initialization.
translation_3400(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3400(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3401(Throwable, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3401, in the log entry group Initialization.
translation_3401(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3401(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3402(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3402, in the log entry group Initialization.
translation_3402(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3402(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3403(String, int, int) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3403, in the log entry group Initialization.
translation_3403(String, int, int) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3403(String, int, int) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3404(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3404, in the log entry group Initialization.
translation_3404(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3404(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3405(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3405, in the log entry group Initialization.
translation_3405(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3405(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3406(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3406, in the log entry group Initialization.
translation_3406(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3406(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3407(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3407, in the log entry group Initialization.
translation_3407(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3407(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3408(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3408, in the log entry group Initialization.
translation_3408(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3408(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3409(String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3409, in the log entry group Initialization.
translation_3409(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3409(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3410(String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3410, in the log entry group Initialization.
translation_3410(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3410(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3411(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3411, in the log entry group Initialization.
translation_3411(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3411(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3412(String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3412, in the log entry group Initialization.
translation_3412(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3412(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3413(Throwable) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3413, in the log entry group Initialization.
translation_3413(Throwable) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3413(Throwable) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3414(Throwable) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3414, in the log entry group Initialization.
translation_3414(Throwable) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3414(Throwable) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3415() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3415, in the log entry group Initialization.
translation_3415() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3415() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3416(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3416, in the log entry group Initialization.
translation_3416(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3416(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3417(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3417, in the log entry group Initialization.
translation_3417(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3417(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3418(String, String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3418, in the log entry group Initialization.
translation_3418(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3418(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3419(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3419, in the log entry group Initialization.
translation_3419(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3419(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3420(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3420, in the log entry group Initialization.
translation_3420(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3420(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3421(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3421, in the log entry group Initialization.
translation_3421(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3421(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3422(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3422, in the log entry group Initialization.
translation_3422(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3422(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3423(String, String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3423, in the log entry group Initialization.
translation_3423(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3423(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3424(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3424, in the log entry group Initialization.
translation_3424(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3424(String, String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3425(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3425, in the log entry group Initialization.
translation_3425(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3425(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3426(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3426, in the log entry group Initialization.
translation_3426(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3426(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3427(int) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3427, in the log entry group Initialization.
translation_3427(int) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3427(int) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3428(String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3428, in the log entry group Initialization.
translation_3428(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3428(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3429(int, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3429, in the log entry group Initialization.
translation_3429(int, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3429(int, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3431() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3431, in the log entry group Initialization.
translation_3431() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3431() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3432(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3432, in the log entry group Initialization.
translation_3432(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3432(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3433(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3433, in the log entry group Initialization.
translation_3433(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3433(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3434(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3434, in the log entry group Initialization.
translation_3434(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3434(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3435(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3435, in the log entry group Initialization.
translation_3435(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3435(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3436(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3436, in the log entry group Initialization.
translation_3436(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3436(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3437(String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3437, in the log entry group Initialization.
translation_3437(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3437(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3438(String, String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3438, in the log entry group Initialization.
translation_3438(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3438(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3439(Throwable, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3439, in the log entry group Initialization.
translation_3439(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3439(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3440() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3440, in the log entry group Initialization.
translation_3440() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3440() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3441() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3441, in the log entry group Initialization.
translation_3441() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3441() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3442(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3442, in the log entry group Initialization.
translation_3442(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3442(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3500(Throwable, String, int) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3500, in the log entry group Runtime.
translation_3500(Throwable, String, int) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3500(Throwable, String, int) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3501(String, int, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3501, in the log entry group Runtime.
translation_3501(String, int, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3501(String, int, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3502(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3502, in the log entry group Runtime.
translation_3502(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3502(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3503(String, int, int, int) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3503, in the log entry group Runtime.
translation_3503(String, int, int, int) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3503(String, int, int, int) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3504(String, long) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3504, in the log entry group Runtime.
translation_3504(String, long) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3504(String, long) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3505(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3505, in the log entry group Runtime.
translation_3505(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3505(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3506(Throwable, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3506, in the log entry group Runtime.
translation_3506(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3506(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3507(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3507, in the log entry group Runtime.
translation_3507(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3507(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3508() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3508, in the log entry group Runtime.
translation_3508() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3508() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3509(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3509, in the log entry group Runtime.
translation_3509(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3509(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3510() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3510, in the log entry group Runtime.
translation_3510() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3510() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3511() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3511, in the log entry group Runtime.
translation_3511() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3511() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3512() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3512, in the log entry group Runtime.
translation_3512() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3512() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3513() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3513, in the log entry group Runtime.
translation_3513() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3513() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3514() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3514, in the log entry group Runtime.
translation_3514() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3514() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3515() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3515, in the log entry group Runtime.
translation_3515() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3515() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3520(String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3520, in the log entry group HTTP-level.
translation_3520(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3520(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3521(String, String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3521, in the log entry group HTTP-level.
translation_3521(String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3521(String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3523(String, String, String, String, int, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3523, in the log entry group HTTP-level.
translation_3523(String, String, String, String, int, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3523(String, String, String, String, int, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3540(LogdocSerializable, String, String, long, String, LogdocSerializable, LogdocSerializable) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3540, in the log entry group Transaction logging.
translation_3540(LogdocSerializable, String, String, long, String, LogdocSerializable, LogdocSerializable) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3540(LogdocSerializable, String, String, long, String, LogdocSerializable, LogdocSerializable) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3541(LogdocSerializable, String, String, long, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3541, in the log entry group Transaction logging.
translation_3541(LogdocSerializable, String, String, long, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3541(LogdocSerializable, String, String, long, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3550(String, String, int, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3550, in the log entry group Access rule matching.
translation_3550(String, String, int, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3550(String, String, int, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3551(String, String, int, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3551, in the log entry group Access rule matching.
translation_3551(String, String, int, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3551(String, String, int, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3552(String, String, int, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3552, in the log entry group Access rule matching.
translation_3552(String, String, int, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3552(String, String, int, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3553(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3553, in the log entry group Access rule matching.
translation_3553(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3553(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3580() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3580, in the log entry group Diagnostic Context Identifiers.
translation_3580() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3580() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3581(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3581, in the log entry group Diagnostic Context Identifiers.
translation_3581(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3581(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3582(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3582, in the log entry group Diagnostic Context Identifiers.
translation_3582(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3582(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3583(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3583, in the log entry group Diagnostic Context Identifiers.
translation_3583(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3583(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3600() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3600, in the log entry group Shutdown.
translation_3600() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3600() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3602() - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3602, in the log entry group Shutdown.
translation_3602() - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3602() - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3603(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3603, in the log entry group Shutdown.
translation_3603(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3603(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3604(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3604, in the log entry group Shutdown.
translation_3604(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3604(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3605(String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3605, in the log entry group Shutdown.
translation_3605(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3605(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3606(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3606, in the log entry group Shutdown.
translation_3606(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3606(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3607(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3607, in the log entry group Shutdown.
translation_3607(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3607(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3608(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3608, in the log entry group Shutdown.
translation_3608(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3608(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3609(String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3609, in the log entry group Shutdown.
translation_3609(String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3609(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3610(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3610, in the log entry group Shutdown.
translation_3610(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3610(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3700(Throwable) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3700, in the log entry group Front-end calling convention.
translation_3700(Throwable) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3700(Throwable) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3701(Throwable, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3701, in the log entry group Front-end calling convention.
translation_3701(Throwable, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3701(Throwable, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3702(Throwable) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3702, in the log entry group Front-end calling convention.
translation_3702(Throwable) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3702(Throwable) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3703(Throwable, String, String, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3703, in the log entry group Front-end calling convention.
translation_3703(Throwable, String, String, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3703(Throwable, String, String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3704(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3704, in the log entry group Front-end calling convention.
translation_3704(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3704(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3705(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3705, in the log entry group Front-end calling convention.
translation_3705(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3705(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
trim(String, String) - Static method in class org.xins.common.text.TextUtils
Trims the specified string, or returns an empty string if the argument is null.

U

UNUSABLE - Static variable in class org.xins.common.manageable.Manageable
The UNUSABLE state.
URL - class org.xins.common.types.standard.URL.
Standard type _url.
URLEncoding - class org.xins.common.text.URLEncoding.
URL encoding utility functions with Unicode support.
USABLE - Static variable in class org.xins.common.manageable.Manageable
The USABLE state.
USE_CLASSPATH_LIB - Static variable in class org.xins.common.servlet.container.ServletClassLoader
Load the Servlet code from the WAR file and use the current classpath for the libraries.
USE_CURRENT_CLASSPATH - Static variable in class org.xins.common.servlet.container.ServletClassLoader
Use the current class loader to load the servlet and the libraries.
USE_WAR_EXTERNAL_LIB - Static variable in class org.xins.common.servlet.container.ServletClassLoader
Load the servlet code and the standard libraries from the CLASSPATH.
USE_WAR_LIB - Static variable in class org.xins.common.servlet.container.ServletClassLoader
Load the servlet code and the libraries from the WAR file.
USE_XINS_LIB - Static variable in class org.xins.common.servlet.container.ServletClassLoader
Load the servlet code from the WAR file and try to find the libraries in the same directory as this xins-common.jar and <:parent>/lib directory.
UnacceptableErrorCodeXINSCallException - exception org.xins.client.UnacceptableErrorCodeXINSCallException.
Exception that indicates an error code was received from the server-side that is not expected at the client-side.
UnacceptableErrorCodeXINSCallException(XINSCallRequest, TargetDescriptor, long, XINSCallResultData) - Constructor for class org.xins.client.UnacceptableErrorCodeXINSCallException
Constructs a new UnacceptableErrorCodeXINSCallException based on a XINSCallResultData instance.
UnacceptableRequestException - exception org.xins.client.UnacceptableRequestException.
Exception that indicates that a request for an API call is considered unacceptable on the application-level.
UnacceptableRequestException(AbstractCAPICallRequest) - Constructor for class org.xins.client.UnacceptableRequestException
Constructs a new UnacceptableRequestException using the specified AbstractCAPICallRequest.
UnacceptableResultXINSCallException - exception org.xins.client.UnacceptableResultXINSCallException.
Exception that indicates that an API call returned a result that was considered unacceptable by the application layer.
UnacceptableResultXINSCallException(XINSCallResult, String, Throwable) - Constructor for class org.xins.client.UnacceptableResultXINSCallException
Constructs a new UnacceptableCallResultException using the specified XINSCallResult.
UnacceptableResultXINSCallException(AbstractCAPICallResult, String, Throwable) - Constructor for class org.xins.client.UnacceptableResultXINSCallException
Constructs a new UnacceptableCallResultException using the specified AbstractCAPICallResult.
UnexpectedExceptionCallException - exception org.xins.common.service.UnexpectedExceptionCallException.
Exception that indicates an unexpected exception was caught while performing a call.
UnexpectedExceptionCallException(CallRequest, TargetDescriptor, long, String, Throwable) - Constructor for class org.xins.common.service.UnexpectedExceptionCallException
Constructs a new UnexpectedExceptionCallException.
UnknownHostCallException - exception org.xins.common.service.UnknownHostCallException.
Exception that indicates that a connection to a service could not be established since the indicated host is unknown.
UnknownHostCallException(CallRequest, TargetDescriptor, long) - Constructor for class org.xins.common.service.UnknownHostCallException
Constructs a new UnknownHostCallException.
UnsuccessfulXINSCallException - exception org.xins.client.UnsuccessfulXINSCallException.
Exception that indicates that a result code was returned by the API call.
UnsupportedLocaleError - error org.xins.logdoc.UnsupportedLocaleError.
Error thrown if a mandatory locale is not supported by a logdoc Log class.
UnsupportedLocaleError(UnsupportedLocaleException) - Constructor for class org.xins.logdoc.UnsupportedLocaleError
Constructs a new UnsupportedLocaleError.
UnsupportedLocaleException - exception org.xins.logdoc.UnsupportedLocaleException.
Exception thrown if a specified locale is not supported by at least one logdoc Log class.
UnsupportedLocaleException(String) - Constructor for class org.xins.logdoc.UnsupportedLocaleException
Constructs a new UnsupportedLocaleException.
UnsupportedProtocolException - exception org.xins.common.service.UnsupportedProtocolException.
Exception that indicates that protocol specified in a TargetDescriptor is not supported by a service caller.
UnsupportedProtocolException(TargetDescriptor) - Constructor for class org.xins.common.service.UnsupportedProtocolException
Constructs a new UnsupportedProtocolException for the specified target descriptor.
UppercaseTask - class org.xins.common.ant.UppercaseTask.
Apache Ant task that uppercase a text.
UppercaseTask() - Constructor for class org.xins.common.ant.UppercaseTask
 
Utils - class org.xins.common.Utils.
General utility functions.
useDefaultLocale() - Static method in class org.xins.logdoc.LogCentral
Sets the locale on all logdoc Log classes to the default locale.

V

values() - Method in class org.xins.common.collections.ChainedMap
 

W

WARNING - Static variable in class org.xins.logdoc.AbstractLog
The warning log level.
WarnDoubleProperties - class org.xins.common.collections.WarnDoubleProperties.
Class that logs a warning message in the log system if a property value is overwritten.
WarnDoubleProperties() - Constructor for class org.xins.common.collections.WarnDoubleProperties
 
WhislEncoding - class org.xins.common.text.WhislEncoding.
Deprecated. Deprecated since XINS 1.4.0. Use class URLEncoding instead.
write(int) - Method in class org.xins.common.io.FastStringWriter
Writes a single character.
write(char[]) - Method in class org.xins.common.io.FastStringWriter
Writes an array of characters.
write(char[], int, int) - Method in class org.xins.common.io.FastStringWriter
Writes a portion of an array of characters.
write(String) - Method in class org.xins.common.io.FastStringWriter
Writes a character string.
write(String, int, int) - Method in class org.xins.common.io.FastStringWriter
Writes a portion of a character string.

X

XINSCallConfig - class org.xins.client.XINSCallConfig.
Call configuration for the XINS service caller.
XINSCallConfig() - Constructor for class org.xins.client.XINSCallConfig
Constructs a new XINSCallConfig object.
XINSCallException - exception org.xins.client.XINSCallException.
XINS-specific call exception.
XINSCallRequest - class org.xins.client.XINSCallRequest.
Abstraction of a XINS request.
XINSCallRequest(String) - Constructor for class org.xins.client.XINSCallRequest
Constructs a new XINSCallRequest for the specified function with no parameters, disallowing fail-over unless the request was definitely not (yet) accepted by the service.
XINSCallRequest(String, PropertyReader) - Constructor for class org.xins.client.XINSCallRequest
Constructs a new XINSCallRequest for the specified function and parameters, disallowing fail-over unless the request was definitely not (yet) accepted by the service.
XINSCallRequest(String, PropertyReader, Element) - Constructor for class org.xins.client.XINSCallRequest
Constructs a new XINSCallRequest for the specified function and parameters, disallowing fail-over unless the request was definitely not (yet) accepted by the service.
XINSCallRequest(String, PropertyReader, boolean) - Constructor for class org.xins.client.XINSCallRequest
Deprecated. Deprecated since XINS 1.1.0. Use XINSCallRequest.XINSCallRequest(String,PropertyReader) in combination with XINSCallRequest.setXINSCallConfig(XINSCallConfig) instead. This constructor is guaranteed not to be removed before XINS 2.0.0.
XINSCallRequest(String, PropertyReader, boolean, HTTPMethod) - Constructor for class org.xins.client.XINSCallRequest
Deprecated. Deprecated since XINS 1.1.0. Use XINSCallRequest.XINSCallRequest(String,PropertyReader) in combination with XINSCallRequest.setXINSCallConfig(XINSCallConfig) instead. This constructor is guaranteed not to be removed before XINS 2.0.0.
XINSCallResult - class org.xins.client.XINSCallResult.
Successful result of a call to a XINS service.
XINSCallResultData - interface org.xins.client.XINSCallResultData.
Data part of a XINS call result.
XINSCallResultParser - class org.xins.client.XINSCallResultParser.
XINS call result parser.
XINSCallResultParser() - Constructor for class org.xins.client.XINSCallResultParser
Constructs a new XINSCallResultParser.
XINSHttpSession - class org.xins.common.servlet.container.XINSHttpSession.
A user session.
XINSServiceCaller - class org.xins.client.XINSServiceCaller.
XINS service caller.
XINSServiceCaller(Descriptor, XINSCallConfig) - Constructor for class org.xins.client.XINSServiceCaller
Constructs a new XINSServiceCaller with the specified descriptor and call configuration.
XINSServiceCaller(Descriptor) - Constructor for class org.xins.client.XINSServiceCaller
Constructs a new XINSServiceCaller with the specified descriptor and the default HTTP method.
XINSServiceCaller() - Constructor for class org.xins.client.XINSServiceCaller
Constructs a new XINSServiceCaller with the specified descriptor and the default HTTP method.
XINSServletContext - class org.xins.common.servlet.container.XINSServletContext.
This class is an implementation of the ServletContext that can be called locally.
XINSServletContext() - Constructor for class org.xins.common.servlet.container.XINSServletContext
Creates a new XINSServletContext instance.
XINSServletRequest - class org.xins.common.servlet.container.XINSServletRequest.
This class is an implementation of the HTTPServletRequest that can be called localy.
XINSServletRequest(String) - Constructor for class org.xins.common.servlet.container.XINSServletRequest
Deprecated. Since XINS 1.5.0. The way the HTTP method is determined is incorrect. Use XINSServletRequest.XINSServletRequest(String,String,String,Map) instead.
XINSServletRequest(String, char[], String) - Constructor for class org.xins.common.servlet.container.XINSServletRequest
Deprecated. Since XINS 1.5.0. The way the HTTP method is determined is incorrect. Use XINSServletRequest.XINSServletRequest(String,String,String,Map) instead.
XINSServletRequest(String, char[], Map) - Constructor for class org.xins.common.servlet.container.XINSServletRequest
Deprecated. Since XINS 1.5.0. The way the HTTP method is determined is incorrect. Use XINSServletRequest.XINSServletRequest(String,String,String,Map) instead.
XINSServletRequest(String, String, String, Map) - Constructor for class org.xins.common.servlet.container.XINSServletRequest
Creates a new servlet request with the specified method.
XINSServletResponse - class org.xins.common.servlet.container.XINSServletResponse.
This class is an implementation of the HttpServletResponse that can be invoked locally.
XINSServletResponse() - Constructor for class org.xins.common.servlet.container.XINSServletResponse
Creates a new instance of XINSServletResponse.
XML_CALLING_CONVENTION - Static variable in class org.xins.server.APIServlet
The XINS XML calling convention.
XML_RPC_CALLING_CONVENTION - Static variable in class org.xins.server.APIServlet
The name of the XML-RPC calling convention.
XSLT_CALLING_CONVENTION - Static variable in class org.xins.server.APIServlet
The XINS XSLT calling convention.
xmlToObject(Element, Object) - Static method in class org.xins.common.BeanUtils
Fills the result object with of the content of the XML element object.

_

_DISABLED_FUNCTION - Static variable in interface org.xins.server.DefaultResultCodes
Constant for the _DisabledFunction result code.
_INTERNAL_ERROR - Static variable in interface org.xins.server.DefaultResultCodes
Constant for the _InternalError result code.
_INVALID_REQUEST - Static variable in interface org.xins.server.DefaultResultCodes
Constant for the _InvalidRequest result code.
_INVALID_RESPONSE - Static variable in interface org.xins.server.DefaultResultCodes
Constant for the _InvalidResponse result code.
_items - Variable in class org.xins.common.types.EnumType
List of the EnumItem.
_namesToItems - Variable in class org.xins.common.types.EnumType
Map that links symbolic names to enumeration item objects.
_namesToValues - Variable in class org.xins.common.types.EnumType
Map that links symbolic names to enumeration values.
_valuesToItems - Variable in class org.xins.common.types.EnumType
Map that links enumeration values to enumeration item objects.
_valuesToNames - Variable in class org.xins.common.types.EnumType
Map that links enumeration values to their symbolic names.

A B C D E F G H I L M N O P Q R S T U V W X _

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