A B C D E F G H I J 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.
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.
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(Collection) - Method in class org.xins.common.types.ItemList
Adds a list of items to the list or set.
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 set.
add(Manageable) - Method in class org.xins.server.API
Adds the specified manageable object.
add(Element) - Method in class org.xins.server.FunctionResult
Adds a new Element to the data element.
addAttributeCombo(String, List, String) - Method in class org.xins.client.UnacceptableMessageException
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.Element
Adds a new child element.
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.UnacceptableMessageException
Deprecated. since XINS 2.0, use UnacceptableMessageException.addInvalidValueForType(String, String, String).
addInvalidValueForType(String, String, String) - Method in class org.xins.client.UnacceptableMessageException
Adds an invalid value for a specified type.
addInvalidValueForType(String, String, String, String) - Method in class org.xins.client.UnacceptableMessageException
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.
addMapper(Mapper) - Method in class org.xins.common.ant.XsltPlusTask
Sets the mapper.
addMissingParameter(String) - Method in class org.xins.client.UnacceptableMessageException
Adds to the response that a paramater that is missing.
addMissingParameter(String, String) - Method in class org.xins.client.UnacceptableMessageException
Adds to the response a parameter that is missing in an element.
addParamCombo(String, List) - Method in class org.xins.client.UnacceptableMessageException
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.
afterPropertiesSet() - Method in class org.xins.common.spring.XinsClientInterceptor
 
allow(String, 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.
append(boolean) - Method in class org.xins.common.text.FastStringBuffer
Deprecated. Appends the specified boolean.
append(char) - Method in class org.xins.common.text.FastStringBuffer
Deprecated. Appends the specified character.
append(char[]) - Method in class org.xins.common.text.FastStringBuffer
Deprecated. Appends all characters in the specified character buffer.
append(char[], int, int) - Method in class org.xins.common.text.FastStringBuffer
Deprecated. Appends characters from the specified character buffer.
append(String) - Method in class org.xins.common.text.FastStringBuffer
Deprecated. Appends all characters in the specified character string.
append(byte) - Method in class org.xins.common.text.FastStringBuffer
Deprecated. Appends the string representation of the specified byte.
append(short) - Method in class org.xins.common.text.FastStringBuffer
Deprecated. Appends the string representation of the specified short.
append(int) - Method in class org.xins.common.text.FastStringBuffer
Deprecated. Appends the string representation of the specified int.
append(long) - Method in class org.xins.common.text.FastStringBuffer
Deprecated. Appends the string representation of the specified long.
append(float) - Method in class org.xins.common.text.FastStringBuffer
Deprecated. Appends the string representation of the specified float.
append(double) - Method in class org.xins.common.text.FastStringBuffer
Deprecated. Appends the string representation of the specified double.
appendText(String, Style) - Method in class org.xins.common.xml.Viewer
Append text at the end of the document.
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 Base64 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.
BootstrapException(String, Throwable) - Constructor for class org.xins.common.manageable.BootstrapException
Constructs a new BootstrapException with the specified detail message and 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

CLEAR_TEMPLATE_CACHE_PARAMETER - Static variable in class org.xins.server.XSLTCallingConvention
The name of the input parameter used to clear the template cache.
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
 
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.
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.
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.
ConsoleGUI - class org.xins.common.servlet.container.ConsoleGUI.
Graphical user interface for the Servlet container.
ConsoleGUI(JFrame, CommandLineArguments) - Constructor for class org.xins.common.servlet.container.ConsoleGUI
Constructs a new ConsoleGUI.
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.
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.
capi - Variable in class org.xins.common.spring.XinsClientInterceptor
The CAPI used to call the web service.
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.
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
Deprecated. Clears this string buffer.
clone() - Method in class org.xins.common.collections.ChainedMap
 
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.
close() - Method in class org.xins.common.io.FastStringWriter
Deprecated. 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.
convert(Object, Class) - Static method in class org.xins.common.BeanUtils
Converts the source object to an object of another class.
convertRequestImpl(HttpServletRequest) - Method in class org.xins.server.JSONCallingConvention
 
convertRequestImpl(HttpServletRequest) - Method in class org.xins.server.JSONRPCCallingConvention
 
convertRequestImpl(HttpServletRequest) - Method in class org.xins.server.SOAPCallingConvention
 
convertRequestImpl(HttpServletRequest) - Method in class org.xins.server.SOAPMapCallingConvention
 
convertRequestImpl(HttpServletRequest) - Method in class org.xins.server.StandardCallingConvention
Converts an HTTP request to a XINS request (implementation method).
convertRequestImpl(HttpServletRequest) - Method in class org.xins.server.XMLCallingConvention
Converts an HTTP request to a XINS request (implementation method).
convertRequestImpl(HttpServletRequest) - Method in class org.xins.server.XMLRPCCallingConvention
 
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.JSONCallingConvention
 
convertResultImpl(FunctionResult, HttpServletResponse, HttpServletRequest) - Method in class org.xins.server.JSONRPCCallingConvention
 
convertResultImpl(FunctionResult, HttpServletResponse, HttpServletRequest) - Method in class org.xins.server.SOAPCallingConvention
 
convertResultImpl(FunctionResult, HttpServletResponse, HttpServletRequest) - Method in class org.xins.server.SOAPMapCallingConvention
 
convertResultImpl(FunctionResult, HttpServletResponse, HttpServletRequest) - Method in class org.xins.server.StandardCallingConvention
Converts a XINS result to an HTTP response (implementation method).
convertResultImpl(FunctionResult, HttpServletResponse, HttpServletRequest) - Method in class org.xins.server.XMLCallingConvention
Converts a XINS result to an HTTP response (implementation method).
convertResultImpl(FunctionResult, HttpServletResponse, HttpServletRequest) - Method in class org.xins.server.XMLRPCCallingConvention
 
convertResultImpl(FunctionResult, HttpServletResponse, HttpServletRequest) - Method in class org.xins.server.XSLTCallingConvention
 
convertResultImpl(FunctionResult, HttpServletResponse, HttpServletRequest) - Method in class org.xins.server.frontend.FrontendCallingConvention
Converts a XINS result to an HTTP response (implementation method).
convertXinsAccessException(Throwable) - Method in class org.xins.common.spring.XinsClientInterceptor
Convert the given XINS exception to an appropriate Spring RemoteAccessException.
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.
createCapi() - Method in class org.xins.common.spring.XinsClientInterceptor
Creates the CAPI to call the API.
createDescriptor() - Method in class org.xins.common.spring.XinsClientInterceptor
Creates the Descriptor containing the location of the API.
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.
createInputComponent(ParameterSpec) - Method in class org.xins.common.spec.TestFormPanel
 
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
 
createMenuBar() - Method in class org.xins.common.spec.SpecGUI
 
createParam() - Method in class org.xins.common.ant.CallXINSTask
Adds an input parameter.
createPattern(String) - Static method in class org.xins.common.text.PatternUtils
Compiles the given regular expression to a Perl5 pattern object.
createPropertyReader(InputStream) - Static method in class org.xins.common.collections.PropertyReaderUtils
Constructs a PropertyReader from the specified input stream.
createQueryPanel() - Method in class org.xins.common.spec.SpecGUI
 
createXinsServiceCaller() - Method in class org.xins.common.spring.XinsClientInterceptor
Creates the XINSServiceCaller to call the API.
crop(int) - Method in class org.xins.common.text.FastStringBuffer
Deprecated. Reduces the length of this string buffer.

D

DEBUG - Static variable in class org.xins.logdoc.AbstractLog
The debug log level.
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.
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.
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.
XML Element.
Element(String) - Constructor for class org.xins.common.xml.Element
Creates a new Element with no namespace.
Element(String, String) - Constructor for class org.xins.common.xml.Element
Creates a new Element.
Element(String, String, String) - Constructor for class org.xins.common.xml.Element
Creates a new Element.
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.
Element.QualifiedName(String, 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.
ElementBuilder(String, 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.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.
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.
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.
entrySet() - Method in class org.xins.common.collections.ChainedMap
 
equals(Object) - Method in class org.xins.client.AbstractCAPICallRequest
 
equals(Object) - Method in class org.xins.common.collections.AbstractPropertyReader
Compares this object with the specified argument for equality.
equals(PropertyReader, Object) - Static method in class org.xins.common.collections.PropertyReaderUtils
Compares a PropertyReader instance with another object for equality.
equals(Object) - Method in class org.xins.common.collections.StatsPropertyReader
Compares this object with the specified argument 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.servlet.ServletConfigPropertyReader
Compares this object with the specified argument for equality.
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.
equals(Object) - Method in class org.xins.common.xml.Element
 
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.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.
execute() - Method in class org.xins.common.ant.XsltPlusTask
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.
FUNCTION_NAME - Static variable in class org.xins.server.SOAPCallingConvention
The key used to store the name of the function in the request attributes.
FastStringBuffer - class org.xins.common.text.FastStringBuffer.
Deprecated. since 2.0 use Stringbuffer or String
FastStringBuffer(int) - Constructor for class org.xins.common.text.FastStringBuffer
Deprecated. Constructs a new FastStringBuffer object with the specified initial capacity.
FastStringBuffer(String) - Constructor for class org.xins.common.text.FastStringBuffer
Deprecated. Constructs a new FastStringBuffer object with the specified initial content.
FastStringBuffer(int, String) - Constructor for class org.xins.common.text.FastStringBuffer
Deprecated. Constructs a new FastStringBuffer object with the specified initial capacity and content.
FastStringWriter - class org.xins.common.io.FastStringWriter.
Deprecated. since XINS 2.0, use java.io.StringWriter
FastStringWriter() - Constructor for class org.xins.common.io.FastStringWriter
Deprecated. Creates a new FastStringWriter using a default initial internal buffer size.
FastStringWriter(int) - Constructor for class org.xins.common.io.FastStringWriter
Deprecated. Creates a new FastStringWriter using a specified initial string buffer size.
FileWatcher - class org.xins.common.io.FileWatcher.
File watcher thread.
FileWatcher(String, FileWatcher.Listener) - Constructor for class org.xins.common.io.FileWatcher
Creates a new FileWatcher for the specified file.
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[], int, FileWatcher.Listener) - Constructor for class org.xins.common.io.FileWatcher
Creates a new FileWatcher for the specified set of files, with the specified interval.
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.
FormattedParameters - class org.xins.common.FormattedParameters.
Convert parameters to (semi) human readable text.
FormattedParameters(PropertyReader) - Constructor for class org.xins.common.FormattedParameters
Constructs a new FormattedParameters object.
FormattedParameters(PropertyReader, Element) - Constructor for class org.xins.common.FormattedParameters
Constructs a new FormattedParameters object.
FormattedParameters(PropertyReader, Element, String, String, int) - Constructor for class org.xins.common.FormattedParameters
Constructs a new FormattedParameters object.
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.
FunctionRequest(String, PropertyReader, Element, boolean) - 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 with no parameters.
FunctionResult(String) - Constructor for class org.xins.server.FunctionResult
Creates a new FunctionResult instance with no parameters.
FunctionResult(String, BasicPropertyReader) - Constructor for class org.xins.server.FunctionResult
Creates a new FunctionResult instance with a specified set of parameters.
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.
firstCharLower(String) - Static method in class org.xins.common.text.TextUtils
Tranforms the given String to the similar String, but starting with a lowercase.
firstCharUpper(String) - Static method in class org.xins.common.text.TextUtils
Tranforms the given String to the similar String, but starting with an uppercase.
firstCheck() - Method in class org.xins.common.io.FileWatcher
Performs the first check on the file to determine the date the file was last modified.
firstCheck() - Method in class org.xins.common.io.HTTPFileWatcher
 
flush() - Method in class org.xins.common.io.FastStringWriter
Deprecated. 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 base64 string value to a 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
Con