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

A

AbstractCAPI - Class in org.xins.client
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(Map<String, String>, 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 in org.xins.client
Base class for generated CAPI function request classes.
AbstractCAPICallRequest(String) - Constructor for class org.xins.client.AbstractCAPICallRequest
Creates a new AbstractCAPICallRequest.
AbstractCAPICallResult - Class in org.xins.client
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 in org.xins.client
Abstract base class for generated CAPI exceptions that map to an API-specific error code.
AbstractCAPIErrorCodeException(XINSCallRequest, TargetDescriptor, long, XINSCallResultData) - Constructor for exception org.xins.client.AbstractCAPIErrorCodeException
Constructs a new AbstractCAPIErrorCodeException.
AbstractPropertyReader - Class in org.xins.common.collections
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 in org.xins.server
Exception that indicates that there is no function matching the request.
AccessRule - Class in org.xins.server
Access rule.
AccessRuleContainer - Interface in org.xins.server
Collection of one or more access rules.
AccessRuleFile - Class in org.xins.server
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 in org.xins.server
Access rule list.
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
Deprecated.
Use getDataElementBuilder()
addAttributeCombo(String, List<String>, String) - Method in exception 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
Deprecated.
Adds a new child element.
addChild(Element) - Method in class org.xins.common.xml.ElementBuilder
Deprecated.
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 exception org.xins.client.UnacceptableMessageException
addInvalidValueForType(String, String, String) - Method in exception org.xins.client.UnacceptableMessageException
Adds an invalid value for a specified type.
addInvalidValueForType(String, String, String, String) - Method in exception 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 exception org.xins.client.UnacceptableMessageException
Adds to the response that a paramater that is missing.
addMissingParameter(String, String) - Method in exception org.xins.client.UnacceptableMessageException
Adds to the response a parameter that is missing in an element.
addParamCombo(String, List<String>) - Method in exception 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.
addToDataElement(Element) - Method in class org.xins.common.xml.DataElementBuilder
Adds an element to the data section.
addToDataElement(String) - Method in class org.xins.common.xml.DataElementBuilder
Adds an element to the data section.
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
Deprecated.
Adds a new child element.
afterCallingConvention(FunctionRequest, FunctionResult, HttpServletResponse) - Method in class org.xins.server.Interceptor
 
afterFunctionCall(FunctionRequest, FunctionResult, HttpServletResponse) - Method in class org.xins.server.Interceptor
 
afterFunctionCall(FunctionRequest, FunctionResult, HttpServletResponse) - Method in class org.xins.server.LoadBalancerInterceptor
 
afterFunctionCall(FunctionRequest, FunctionResult, HttpServletResponse) - Method in class org.xins.server.StatisticsInterceptor
 
afterFunctionCall(FunctionRequest, FunctionResult, HttpServletResponse) - Method in class org.xins.server.TransactionLoggingInterceptor
 
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.
API - Class in org.xins.server
Base class for API implementation classes.
API(String) - Constructor for class org.xins.server.API
Constructs a new API object.
APIManager - Class in org.xins.server
Management bean for the API.
APIManagerMBean - Interface in org.xins.server
Management bean for the API.
APIServlet - Class in org.xins.server
HTTP servlet that forwards requests to an API.
APIServlet() - Constructor for class org.xins.server.APIServlet
Constructs a new APIServlet object.
APIServletSingleThreaded - Class in org.xins.server
This class is similar to APIServlet except that it implements the javax.servlet.SingleThreadModel to indique that only 1 thread can handle only 1 request at a time.
APIServletSingleThreaded() - Constructor for class org.xins.server.APIServletSingleThreaded
 
APISpec - Class in org.xins.common.spec
Specification of an API.
APISpec(Class, String) - Constructor for class org.xins.common.spec.APISpec
Creates a new instance of APISpec.
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.
AsynchronousCall - Class in org.xins.client.async
Class used to register the CallListeners and to call the API asynchronously.
AsynchronousCall() - Constructor for class org.xins.client.async.AsynchronousCall
 
AttributeComboSpec - Class in org.xins.common.spec
Specification of a attribute combo.

B

BackpackConstants - Interface in org.xins.server
 
Base64 - Class in org.xins.common.types.standard
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 in org.xins.common.collections
Modifiable implementation of a property reader.
BasicPropertyReader() - Constructor for class org.xins.common.collections.BasicPropertyReader
Constructs a new BasicPropertyReader.
BeanUtils - Class in org.xins.common
This class contains some utility methods that fills an object with values from another object.
BeanUtils() - Constructor for class org.xins.common.BeanUtils
 
beforeCallingConvention(HttpServletRequest) - Method in class org.xins.server.Interceptor
 
beforeFunctionCall(HttpServletRequest, FunctionRequest) - Method in class org.xins.server.Interceptor
 
beforeFunctionCall(HttpServletRequest, FunctionRequest) - Method in class org.xins.server.LoadBalancerInterceptor
 
beginRequest(HttpServletRequest) - Method in class org.xins.server.ContextIDInterceptor
 
beginRequest(HttpServletRequest) - Method in class org.xins.server.Interceptor
 
beginRequest(HttpServletRequest) - Method in class org.xins.server.TransactionLoggingInterceptor
 
Boolean - Class in org.xins.common.types.standard
Standard type _boolean.
bootstrap(Map<String, String>) - Method in class org.xins.common.manageable.Manageable
Performs the bootstrap procedure (wrapper method).
BootstrapException - Exception in org.xins.common.manageable
Exception thrown when the bootstrapping of a Manageable object failed.
BootstrapException(String) - Constructor for exception org.xins.common.manageable.BootstrapException
Constructs a new BootstrapException with the specified message.
BootstrapException(Throwable) - Constructor for exception org.xins.common.manageable.BootstrapException
Constructs a new BootstrapException with the specified cause exception.
BootstrapException(String, Throwable) - Constructor for exception org.xins.common.manageable.BootstrapException
Constructs a new BootstrapException with the specified detail message and cause exception.
bootstrapImpl(Map<String, String>) - Method in class org.xins.common.manageable.Manageable
Performs the bootstrap procedure (actual implementation).
bootstrapImpl(Map<String, String>) - Method in class org.xins.server.API
Bootstraps this API (wrapper method).
bootstrapImpl(Map<String, String>) - Method in class org.xins.server.ContextIDInterceptor
 
bootstrapImpl(Map<String, String>) - Method in class org.xins.server.frontend.FrontendCallingConvention
 
bootstrapImpl(Map<String, String>) - Method in class org.xins.server.frontend.SessionManager
 
bootstrapImpl(Map<String, String>) - Method in class org.xins.server.StatisticsInterceptor
 
bootstrapImpl2(Map<String, String>) - Method in class org.xins.server.API
Bootstraps this API (implementation method).
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.
build(ServiceCaller, Map<String, String>, 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(Map<String, String>, 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

CACHE - Static variable in interface org.xins.server.BackpackConstants
The key used to specify a specific caching time for this call.
call(AbstractCAPI, AbstractCAPICallRequest) - Method in class org.xins.client.async.AsynchronousCall
Calls a function asynchronously.
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(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.
CallCAPIThread - Class in org.xins.client.async
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 in org.xins.common.service
Configuration for a service call.
CallConfig() - Constructor for class org.xins.common.service.CallConfig
 
CallContext - Class in org.xins.server
Context for a function call.
CallException - Exception in org.xins.common.service
Root class for all exceptions that indicate a ServiceCaller call failed.
CallException(String, CallRequest, TargetDescriptor, long, String, Throwable) - Constructor for exception 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 in org.xins.common.service
Deprecated.
use List<CallException>
CallExceptionList() - Constructor for class org.xins.common.service.CallExceptionList
Deprecated.
Constructs a new CallExceptionList object.
callFailed(CallFailedEvent) - Method in interface org.xins.client.async.CallListener
Invoked when the call to the function failed.
CallFailedEvent - Class in org.xins.client.async
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.
callImpl(AbstractCAPICallRequest) - Method in class org.xins.client.AbstractCAPI
Executes the specified call request.
CallListener - Interface in org.xins.client.async
Listener notified when the call to an API is finished whether it has succeeded or failed.
CallRequest - Class in org.xins.common.service
Abstraction of a request for a ServiceCaller call.
CallRequest() - Constructor for class org.xins.common.service.CallRequest
Constructs a new CallRequest.
CallResult - Class in org.xins.common.service
Result of a call to a service.
CallResult(CallRequest, TargetDescriptor, long, List<CallException>) - Constructor for class org.xins.common.service.CallResult
Constructs a new CallResult object.
CallResultOutputter - Class in org.xins.server
Converter that can be used by calling conventions to generate responses which are compatible with the XINS standard calling convention.
callSucceeded(CallSucceededEvent) - Method in interface org.xins.client.async.CallListener
Invoked when a successful result has been returned by the function.
CallSucceededEvent - Class in org.xins.client.async
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 in org.xins.common.ant
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.
capi - Variable in class org.xins.common.spring.XinsClientInterceptor
The CAPI used to call the web service.
ChainedMap - Class in org.xins.common.collections
Deprecated.
Since XINS 3.0, use the LinkedHashMap class, available since J2SE v1.4.
ChainedMap() - Constructor for class org.xins.common.collections.ChainedMap
Deprecated.
Creates a new instance of ChainedMap.
check() - Method in class org.xins.common.io.FileWatcher
Checks if the file changed.
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.
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.
CLEAR_TEMPLATE_CACHE_PARAMETER - Static variable in class org.xins.server.XSLTCallingConvention
The name of the input parameter used to clear the template cache.
clone() - Method in class org.xins.common.collections.ChainedMap
Deprecated.
 
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
Deprecated.
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.
ConnectionCallException - Exception in org.xins.common.service
Exception that indicates that a connection to a service could not be established.
ConnectionRefusedCallException - Exception in org.xins.common.service
Exception that indicates that a connection to a service could not be established since it was refused.
ConnectionRefusedCallException(CallRequest, TargetDescriptor, long) - Constructor for exception org.xins.common.service.ConnectionRefusedCallException
Constructs a new ConnectionRefusedCallException.
ConnectionTimeOutCallException - Exception in org.xins.common.service
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 exception org.xins.common.service.ConnectionTimeOutCallException
Constructs a new ConnectionTimeOutCallException.
ConsoleGUI - Class in org.xins.common.servlet.container
Graphical user interface for the Servlet container.
ConsoleGUI(JFrame, CommandLineArguments) - Constructor for class org.xins.common.servlet.container.ConsoleGUI
Constructs a new ConsoleGUI.
containsHeader(String) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
ContextIDInterceptor - Class in org.xins.server
Interceptor for diagnostic context identifiers.
ContextIDInterceptor() - Constructor for class org.xins.server.ContextIDInterceptor
 
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.frontend.FrontendCallingConvention
 
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.ProtobufCallingConvention
 
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.XSLTCallingConvention
 
convertResultImpl(FunctionResult, HttpServletResponse, Map<String, Object>) - Method in class org.xins.server.frontend.FrontendCallingConvention
 
convertResultImpl(FunctionResult, HttpServletResponse, Map<String, Object>) - Method in class org.xins.server.JSONCallingConvention
 
convertResultImpl(FunctionResult, HttpServletResponse, Map<String, Object>) - Method in class org.xins.server.JSONRPC2CallingConvention
 
convertResultImpl(FunctionResult, HttpServletResponse, Map<String, Object>) - Method in class org.xins.server.JSONRPCCallingConvention
 
convertResultImpl(FunctionResult, HttpServletResponse, Map<String, Object>) - Method in class org.xins.server.ProtobufCallingConvention
 
convertResultImpl(FunctionResult, HttpServletResponse, Map<String, Object>) - Method in class org.xins.server.SOAPCallingConvention
 
convertResultImpl(FunctionResult, HttpServletResponse, Map<String, Object>) - Method in class org.xins.server.SOAPMapCallingConvention
 
convertResultImpl(FunctionResult, HttpServletResponse, Map<String, Object>) - Method in class org.xins.server.StandardCallingConvention
Converts a XINS result to an HTTP response (implementation method).
convertResultImpl(FunctionResult, HttpServletResponse, Map<String, Object>) - Method in class org.xins.server.XMLCallingConvention
Converts a XINS result to an HTTP response (implementation method).
convertResultImpl(FunctionResult, HttpServletResponse, Map<String, Object>) - Method in class org.xins.server.XMLRPCCallingConvention
 
convertResultImpl(FunctionResult, HttpServletResponse, Map<String, Object>) - Method in class org.xins.server.XSLTCallingConvention
 
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, List<CallException>, Object) - Method in class org.xins.client.XINSServiceCaller
Constructs an appropriate CallResult object for a successful call attempt.
createCallResult(CallRequest, TargetDescriptor, long, List<CallException>, Object) - Method in class org.xins.common.http.HTTPServiceCaller
Constructs an appropriate CallResult object for a successful call attempt.
createCallResult(CallRequest, TargetDescriptor, long, List<CallException>, 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.
createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler, HttpParams) - Method in class org.xins.common.http.NingHttpClient
 
createDescriptor() - Method in class org.xins.common.spring.XinsClientInterceptor
Creates the Descriptor containing the location of the API.
createElement(String) - Method in class org.xins.common.xml.DataElementBuilder
Creates a new element intented to be included in the data section.
createElement() - Method in class org.xins.common.xml.ElementBuilder
Deprecated.
Creates the Element.
createErrorCodeException(XINSCallRequest, TargetDescriptor, long, XINSCallResultData) - Method in class org.xins.client.AbstractCAPI
Creates an AbstractCAPIErrorCodeException for the specified error code.
CreateExampleTask - Class in org.xins.common.ant
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
 
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
 
createMainElement(String) - Static method in class org.xins.common.xml.ElementFormatter
Creates an empty DOM element with the specified name.
createMainElementNS(String, String) - Static method in class org.xins.common.xml.ElementFormatter
Creates an empty DOM element with the specified name.
createMapString(InputStream) - Static method in class org.xins.common.collections.MapStringUtils
Constructs a Map<String, String> from the specified input stream.
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
Deprecated.
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.
CustomCallingConvention - Class in org.xins.server
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.

D

DataElementBuilder - Class in org.xins.common.xml
Class used to create a XINS data section.
DataElementBuilder() - Constructor for class org.xins.common.xml.DataElementBuilder
Creates a new data element.
DataSectionElementSpec - Class in org.xins.common.spec
Specification of a data section element.
Date - Class in org.xins.common.types.standard
Standard type _date.
Date.Value - Class in org.xins.common.types.standard
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 in org.xins.common.text
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.
decode(String) - Static method in class org.xins.common.text.URLEncoding
Decodes the specified URL encoded character string.
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.
DefaultNettyServletPipelineFactory - Class in org.xins.common.servlet.container
Netty handler to invoke servlet.
DefaultNettyServletPipelineFactory() - Constructor for class org.xins.common.servlet.container.DefaultNettyServletPipelineFactory
 
DefaultResultCodes - Interface in org.xins.server
Constants for the default result codes.
deinit() - Method in class org.xins.common.manageable.Manageable
Deinitializes this instance (wrapper method).
DeinitializationException - Exception in org.xins.common.manageable
Exception thrown when the deinitialization of a Manageable object caused an exception to be thrown.
DEINITIALIZING - Static variable in class org.xins.common.manageable.Manageable
The DEINITIALIZING state.
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.
deinitImpl() - Method in class org.xins.server.LoadBalancerInterceptor
 
DELETE - Static variable in class org.xins.common.http.HTTPMethod
The DELETE method.
DELIMITER - Static variable in class org.xins.common.service.DescriptorBuilder
Delimiter between tokens within a property value.
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.
Descriptor - Class in org.xins.common.service
Descriptor for a service or group of services.
Descriptor - Class in org.xins.common.types.standard
Standard type _descriptor.
DescriptorBuilder - Class in org.xins.common.service
Builder that can build a Descriptor object based on a set of properties.
descriptors - Variable in class org.xins.server.LoadBalancerInterceptor
 
descriptors() - Method in class org.xins.server.RuntimeProperties
Gets the descriptor list.
destroy() - Method in class org.xins.server.APIServlet
Destroys this servlet.
DisabledFunctionException - Exception in org.xins.client
Exception thrown to indicate that the called function has been disabled at the server-side.
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.
DocumentBuilderPool - Class in org.xins.common.xml
Class used to provide DocumentBuilder objects.
duration() - Method in class org.xins.client.AbstractCAPICallResult
Returns the call duration, in milliseconds.

E

Element - Class in org.xins.common.xml
Deprecated.
since XINS 3.0. Use Element
Element(String) - Constructor for class org.xins.common.xml.Element
Deprecated.
Creates a new Element with no namespace.
Element(String, String) - Constructor for class org.xins.common.xml.Element
Deprecated.
Creates a new Element.
Element(String, String, String) - Constructor for class org.xins.common.xml.Element
Deprecated.
Creates a new Element.
Element.QualifiedName - Class in org.xins.common.xml
Deprecated.
Qualified name for an element or attribute.
Element.QualifiedName(String, String) - Constructor for class org.xins.common.xml.Element.QualifiedName
Deprecated.
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
Deprecated.
Constructs a new QualifiedName with the specified namespace and local name.
ElementBuilder - Class in org.xins.common.xml
Deprecated.
since XINS 3.0. Use Element
ElementBuilder() - Constructor for class org.xins.common.xml.ElementBuilder
Deprecated.
Creates a new ElementBuilder.
ElementBuilder(String) - Constructor for class org.xins.common.xml.ElementBuilder
Deprecated.
Creates a new ElementBuilder.
ElementBuilder(String, String) - Constructor for class org.xins.common.xml.ElementBuilder
Deprecated.
Creates a new ElementBuilder.
ElementBuilder(String, String, String) - Constructor for class org.xins.common.xml.ElementBuilder
Deprecated.
Creates a new ElementBuilder.
ElementFormatter - Class in org.xins.common.xml
Converter from Element to String and vice versa.
ElementList - Class in org.xins.common.xml
An ElementList is an NodeList with the following improvements: Implements List which make it iterable with for each loop Only includes the direct child of the element Only includes the elements By default includes all direct child elements Preserves the order of the child elements Includes a method to get the sub element when unique
ElementList(Element) - Constructor for class org.xins.common.xml.ElementList
Creates a list with all direct child element of the given element.
ElementList(Element, String) - Constructor for class org.xins.common.xml.ElementList
Creates a list with all direct child element with a specific local name of the given element.
ElementParser - Class in org.xins.common.xml
Deprecated.
since XINS 3.0. Use Element
ElementParser() - Constructor for class org.xins.common.xml.ElementParser
Deprecated.
Constructs a new ElementParser.
ElementSerializer - Class in org.xins.common.xml
Deprecated.
since XINS 3.0. Use Element
ElementSerializer() - Constructor for class org.xins.common.xml.ElementSerializer
Deprecated.
Constructs a new ElementSerializer.
EMPTY_PROPERTY_READER - Static variable in class org.xins.common.collections.PropertyReaderUtils
Deprecated.
An empty and unmodifiable PropertyReader instance.
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.
endRequest(HttpServletRequest, HttpServletResponse) - Method in class org.xins.server.ContextIDInterceptor
 
endRequest(HttpServletRequest, HttpServletResponse) - Method in class org.xins.server.Interceptor
 
EntityNotFoundException - Exception in org.xins.common.spec
Thrown when the required entity cannot be found in the API.
entrySet() - Method in class org.xins.common.collections.ChainedMap
Deprecated.
 
entrySet() - Method in class org.xins.common.collections.StatsMap
 
EnumerationIterator - Class in org.xins.common.collections
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.
EnumItem - Class in org.xins.common.types
Item in an enumeration type.
EnumItem(String, String) - Constructor for class org.xins.common.types.EnumItem
Creates a new EnumItem.
EnumType - Class in org.xins.common.types
Abstract base class for enumeration types.
EnumType(String, EnumItem[]) - Constructor for class org.xins.common.types.EnumType
Creates a new EnumType instance.
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(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(PropertyReader, Object) - Static method in class org.xins.common.collections.PropertyReaderUtils
Deprecated.
Compares a PropertyReader instance with another object for equality.
equals(Object) - Method in class org.xins.common.collections.StatsPropertyReader
Deprecated.
Compares this object with the specified argument for equality.
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
Deprecated.
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
Deprecated.
 
equals(Object) - Method in class org.xins.common.xml.Element.QualifiedName
Deprecated.
Compares this object with the specified object for equality.
ErrorCodeSpec - Class in org.xins.common.spec
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 in org.xins.common.spec
Type of an error code.
ErrorCodeStatusMapping - Class in org.xins.server
Maps standard error code to HTTP status code.
ErrorCodeStatusMapping() - Constructor for class org.xins.server.ErrorCodeStatusMapping
 
exceptions() - Method in class org.xins.client.AbstractCAPICallResult
Returns the list of CallExceptions.
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.
execute(Runnable, int) - Static method in class org.xins.common.TimeOutController
Runs the specified task with a specific time-out.
expired(ExpiryFolder, Map) - Method in interface org.xins.common.collections.expiry.ExpiryListener
Notification of the expiry of the specified set of objects.
ExpiryFolder - Class in org.xins.common.collections.expiry
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 in org.xins.common.collections.expiry
Interface for objects that can receive expiry events from an ExpiryFolder.
ExpiryStrategy - Class in org.xins.common.collections.expiry
Expiry strategy.
ExpiryStrategy(long, long) - Constructor for class org.xins.common.collections.expiry.ExpiryStrategy
Constructs a new ExpiryStrategy and starts the corresponding thread.

F

FastStringBuffer - Class in org.xins.common.text
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 in org.xins.common.io
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.
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 or after it has been deleted.
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.
FileWatcher - Class in org.xins.common.io
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 in org.xins.common.io
Interface for file watcher listeners.
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
 
Float32 - Class in org.xins.common.types.standard
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 in org.xins.common.types.standard
Standard type _float64.
Float64(String, double, double) - Constructor for class org.xins.common.types.standard.Float64
Constructs a new Float64 object (constructor for subclasses).
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.
format(Element) - Static method in class org.xins.common.xml.ElementFormatter
Returns the String representation of the element as XML.
format(Element, XMLOutputter) - Static method in class org.xins.common.xml.ElementFormatter
Serializes the DOM Element in the XMLOutputter.
FormatException - Exception in org.xins.common.text
Exception thrown if a character string does not match a certain format.
FormatException(String, String) - Constructor for exception org.xins.common.text.FormatException
Constructs a FormatException.
FormattedParameters - Class in org.xins.common
Convert parameters to (semi) human readable text.
FormattedParameters(Map<String, String>) - Constructor for class org.xins.common.FormattedParameters
Constructs a new FormattedParameters object.
FormattedParameters(Map<String, String>, Element) - Constructor for class org.xins.common.FormattedParameters
Constructs a new FormattedParameters object.
FormattedParameters(Map<String, String>, Element, String, String, int) - Constructor for class org.xins.common.FormattedParameters
Constructs a new FormattedParameters object.
FROM_LOAD_BALANCER_PARAMETER - Static variable in class org.xins.server.LoadBalancerInterceptor
 
fromProperties(Properties) - Static method in class org.xins.common.collections.MapStringUtils
Converts the specified Properties object to a new Map<String, String> object.
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
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.
fromStringForOptional(String) - Static method in class org.xins.common.types.standard.XML
Constructs an Element from the specified string.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.Base64
Converts the specified non-null string base64 value to a 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 Map 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.
fromStringForRequired(String) - Static method in class org.xins.common.types.standard.XML
Constructs an Element from the specified non-null 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.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
 
fromStringImpl(String) - Method in class org.xins.common.types.standard.XML
 
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).
FrontendCallingConvention - Class in org.xins.server.frontend
XINS Front-end Framework calling convention.
FrontendCallingConvention(API) - Constructor for class org.xins.server.frontend.FrontendCallingConvention
Creates a new FrontendCallingConvention instance.
Function - Class in org.xins.server
Base class for function implementation classes.
Function(API, String, String) - Constructor for class org.xins.server.Function
Constructs a new Function.
FUNCTION_NAME - Static variable in interface org.xins.server.BackpackConstants
The key used to store the name of the function in the backpack.
FUNCTIONAL - Static variable in class org.xins.common.spec.ErrorCodeSpec
Type indicating that the error code is functional.
functionName() - Method in class org.xins.client.AbstractCAPICallRequest
Gets the name of the function to call.
FunctionNotSpecifiedException - Exception in org.xins.server
Exception that indicates that an incoming request does not specify the function to execute.
FunctionNotSpecifiedException() - Constructor for exception org.xins.server.FunctionNotSpecifiedException
Constructs a new FunctionNotSpecifiedException.
FunctionRequest - Class in org.xins.server
Function request.
FunctionRequest(String, Map<String, String>, Element) - Constructor for class org.xins.server.FunctionRequest
Creates a new FunctionRequest.
FunctionRequest(String, Map<String, String>, Element, Map<String, Object>) - Constructor for class org.xins.server.FunctionRequest
Creates a new FunctionRequest.
FunctionResult - Class in org.xins.server
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, Map<String, String>) - Constructor for class org.xins.server.FunctionResult
Creates a new FunctionResult instance with a specified set of parameters.
FunctionSpec - Class in org.xins.common.spec
Specification of a function.

G

GenericCallException - Exception in org.xins.common.service
Generic call exception, not related to any particular kind of service.
get(String) - Method in class org.xins.common.collections.AbstractPropertyReader
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(String) - Method in interface org.xins.common.collections.PropertyReader
Deprecated.
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(Object) - Method in class org.xins.common.collections.StatsMap
 
get(String) - Method in class org.xins.common.collections.StatsPropertyReader
Deprecated.
Gets the value of the property with the specified name.
GET - Static variable in class org.xins.common.http.HTTPMethod
The GET method.
get(int) - Method in class org.xins.common.service.CallExceptionList
Deprecated.
Retrieves a CallException by index.
get(String) - Method in class org.xins.common.servlet.ServletConfigPropertyReader
Deprecated.
Retrieves the value of the property with the specified name.
get() - Method in class org.xins.common.types.ItemList
Gets the list of items as a collection.
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 set.
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.
getApi() - Method in class org.xins.server.Interceptor
 
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(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
Deprecated.
Gets the value of the attribute with the qualified name.
getAttribute(String, String) - Method in class org.xins.common.xml.Element
Deprecated.
Gets the value of the attribute with the specified namespace and local name.
getAttribute(String) - Method in class org.xins.common.xml.Element
Deprecated.
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.common.xml.Element
Deprecated.
Gets the attributes of this element.
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.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.
getAuthType() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getBackpack() - Method in class org.xins.server.CallContext
Returns the backpack of this request.
getBackpack() - Method in class org.xins.server.FunctionRequest
Gets the backpack.
getBaseIP() - Method in class org.xins.server.IPFilter
Returns the base IP address.
getBooleanProperty(Map<String, String>, String, boolean) - Static method in class org.xins.common.collections.MapStringUtils
Gets the property with the specified name and converts it to a boolean.
getBooleanProperty(PropertyReader, String, boolean) - Static method in class org.xins.common.collections.PropertyReaderUtils
Deprecated.
Gets the property with the specified name and converts it to a boolean.
getBoolProperty(String) - Method in class org.xins.server.frontend.SessionManager
Gets the value of a boolean session property.
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
Deprecated.
Returns the underlying string buffer itself.
getBufferSize() - Method in class org.xins.common.servlet.container.XINSServletResponse
 
getBuilder() - Method in class org.xins.common.xml.DocumentBuilderPool
 
getCache() - Method in class org.xins.common.spec.FunctionSpec
Gets the number of seconds the result of this method could be cached.
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.
getCaller() - Method in class org.xins.client.AbstractCAPI
Returns the XINS service caller to use.
getCallID() - Method in class org.xins.server.CallContext
Returns the assigned call ID.
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
Deprecated.
Gets the capacity of this string buffer.
getCAPI() - Method in class org.xins.client.async.CallCAPIThread
Gets the CAPI used to call the function.
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.common.xml.Element
Deprecated.
Gets the list of all child elements.
getChildElements(String) - Method in class org.xins.common.xml.Element
Deprecated.
Gets the list of child elements that match the specified name.
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
 
getContextClassLoader() - Static method in class org.xins.common.Utils
Determines the context class loader of the current thread if available.
getContextId() - Static method in class org.xins.client.Log
Retrieves the current diagnostic context identifier for this thread.
getContextId() - Static method in class org.xins.common.Log
Retrieves the current diagnostic context identifier for this thread.
getContextId() - Static method in class org.xins.server.Log
Retrieves the current diagnostic context identifier for this thread.
getContextPath() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getConventionName() - Method in exception org.xins.server.AccessDeniedException
Gets the name of the calling convention which does not grant the access.
getCookies() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getCRC() - Method in class org.xins.common.service.TargetDescriptor
Returns the CRC-32 checksum for the URL of this target descriptor.
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 exception org.xins.client.UnacceptableResultXINSCallException
Returns the optional extra data.
getDataElement() - Method in exception 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.common.xml.DataElementBuilder
Gets the data element.
getDataElement() - Method in class org.xins.server.CallContext
Returns the data section of the request, if any.
getDataElement() - Method in class org.xins.server.FunctionRequest
Gets the data section of the request.
getDataElement() - Method in class org.xins.server.FunctionResult
Gets the data element from this result.
getDataElementBuilder() - Method in class org.xins.client.AbstractCAPICallRequest
Gets the data section builder.
getDataElementBuilder() - Method in class org.xins.server.FunctionResult
Adds the DataElementBuilder to create a new the data element.
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.
getDefault() - Method in class org.xins.common.spec.ParameterSpec
Gets the default value of the parameter if any.
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.
getDescription() - Method in class org.xins.common.types.PatternType
 
getDescription() - Method in class org.xins.common.types.standard.Base64
 
getDescription() - Method in class org.xins.common.types.standard.Boolean
 
getDescription() - Method in class org.xins.common.types.standard.Date
 
getDescription() - Method in class org.xins.common.types.standard.Descriptor
 
getDescription() - Method in class org.xins.common.types.standard.Float32
 
getDescription() - Method in class org.xins.common.types.standard.Float64
 
getDescription() - Method in class org.xins.common.types.standard.Hex
 
getDescription() - Method in class org.xins.common.types.standard.Int16
 
getDescription() - Method in class org.xins.common.types.standard.Int32
 
getDescription() - Method in class org.xins.common.types.standard.Int64
 
getDescription() - Method in class org.xins.common.types.standard.Int8
 
getDescription() - Method in class org.xins.common.types.standard.List
 
getDescription() - Method in class org.xins.common.types.standard.Properties
 
getDescription() - Method in class org.xins.common.types.standard.Set
 
getDescription() - Method in class org.xins.common.types.standard.Text
 
getDescription() - Method in class org.xins.common.types.standard.Timestamp
 
getDescription() - Method in class org.xins.common.types.standard.URL
 
getDescription() - Method in class org.xins.common.types.standard.XML
 
getDescription() - Method in class org.xins.common.types.Type
Retrieves the description of this type.
getDescription() - Method in class org.xins.common.types.XMLType
 
getDescriptor() - Method in class org.xins.common.service.ServiceCaller
Returns the descriptor.
getDetail() - Method in exception org.xins.common.collections.MissingRequiredPropertyException
Returns the detail message.
getDetail() - Method in exception org.xins.common.ProgrammingException
Returns the detail message.
getDetail() - Method in exception org.xins.common.service.CallException
Returns a detailed description of problem, if any.
getDetail() - Method in exception org.xins.common.text.ParseException
Returns a description of the parse error.
getDetail() - Method in exception org.xins.common.types.TypeValueException
Retrieves the additional detail information passed to the constructor.
getDetectingClass() - Method in exception org.xins.common.ProgrammingException
Returns the name of the class that detected the problem.
getDetectingMethod() - Method in exception org.xins.common.ProgrammingException
Returns the name of the method where the problem was detected.
getDocument() - Method in class org.xins.common.xml.DataElementBuilder
Gets the document used to create the data section.
getDuration() - Method in class org.xins.client.async.CallCAPIThread
Gets the time it took to call the function.
getDuration() - Method in exception 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 exception org.xins.client.UnacceptableResultXINSCallException
Returns the error code.
getErrorCode() - Method in exception 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.
getErrorDescription(String, String) - Method in class org.xins.server.JSONRPCCallingConvention
Gets a description of the error.
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.
getFirstChildElement() - Method in class org.xins.common.xml.ElementList
Gets the first child of this element.
getFollowRedirect() - Method in class org.xins.client.XINSCallConfig
Returns the action performed when a redirect is returned from the server.
getFollowRedirect() - Method in class org.xins.common.http.HTTPCallConfig
Returns the action performed when a redirect is returned from the server.
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 exception org.xins.server.AccessDeniedException
Gets the name of the function which does not grant the access.
getFunctionName() - Method in class org.xins.server.FunctionRequest
Gets the name of the function.
getFunctionName() - Method in exception 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.
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.
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.
getHttpClient() - Method in class org.xins.client.XINSCallConfig
Gets the HttpClient to use to call the URL.
getHttpClient() - Method in class org.xins.common.http.HTTPCallConfig
Gets the HttpClient to use to call the URL.
getHTTPMethod() - Method in class org.xins.client.XINSCallConfig
Returns the HTTP method associated with this configuration.
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
 
getInstance() - Static method in class org.xins.common.xml.DocumentBuilderPool
 
getInterval() - Method in class org.xins.common.io.FileWatcher
Returns the current interval.
getIntHeader(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getIntProperty(Map<String, String>, String) - Static method in class org.xins.common.collections.MapStringUtils
Gets the property with the specified name and converts it to an int.
getIntProperty(PropertyReader, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
Deprecated.
Gets the property with the specified name and converts it to an int.
getIP() - Method in exception 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.
getItem(int) - Method in class org.xins.common.types.ItemList
Gets the item at the specified index as an Object.
getLastAccessedTime() - Method in class org.xins.common.servlet.container.XINSHttpSession
 
getLastModified() - Method in class org.xins.common.io.FileWatcher
Gets the time at which the last file was modified.
getLastModified() - Method in class org.xins.common.io.HTTPFileWatcher
 
getLength() - Method in class org.xins.common.text.FastStringBuffer
Deprecated.
Gets the length of this string buffer.
getLocale() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
getLocale() - Method in class org.xins.common.servlet.container.XINSServletResponse
 
getLocales() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
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.
getLocalName() - Method in class org.xins.common.xml.Element
Deprecated.
Gets the local name.
getLocalName() - Method in class org.xins.common.xml.Element.QualifiedName
Deprecated.
Gets the local name.
getLogLevel(String) - Method in class org.xins.common.servlet.container.ConsoleGUI
 
getMainPanel() - Method in class org.xins.common.servlet.container.ConsoleGUI
 
getMainPanel() - Method in class org.xins.common.spec.SpecGUI
 
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
 
getMembers() - Method in class org.xins.common.service.GroupDescriptor
Returns the members of this group.
getMenuBar() - Method in class org.xins.common.servlet.container.ConsoleGUI
 
getMenuBar() - Method in class org.xins.common.spec.SpecGUI
 
getMessage() - Method in exception org.xins.client.UnacceptableMessageException
Returns the message for this exception.
getMessage() - Method in exception 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
Returns the HTTP method associated with this call request.
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() - Static method in class org.xins.client.Library
Returns the name of this library.
getName() - Method in class org.xins.client.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() - Static method in class org.xins.common.Library
Returns the name of this library.
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.TranslationBundle
Retrieves the name of this translation bundle.
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() - Static method in class org.xins.server.Library
Returns the name of this library.
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.
getNamedDispatcher(String) - Method in class org.xins.common.servlet.container.XINSServletContext
 
getNameOfClass(Class) - Static method in class org.xins.common.Utils
Determines the name of the specified class.
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
Deprecated.
Gets an iterator that iterates over all the property names.
getNames() - Method in class org.xins.common.collections.StatsPropertyReader
Deprecated.
Gets an iterator that iterates over all the property names.
getNames() - Method in class org.xins.common.servlet.ServletConfigPropertyReader
Deprecated.
Returns an Iterator that returns all property names.
getNamespacePrefix() - Method in class org.xins.common.xml.Element
Deprecated.
Gets the namespace prefix.
getNamespacePrefix() - Method in class org.xins.common.xml.Element.QualifiedName
Deprecated.
Gets the namespace prefix.
getNamespaceURI() - Method in class org.xins.common.xml.Element
Deprecated.
Gets the namespace URI.
getNamespaceURI() - Method in class org.xins.common.xml.Element.QualifiedName
Deprecated.
Gets the namespace URI.
getNext() - Method in exception org.xins.common.service.CallException
Gets the next linked CallException, if there is any.
getObject() - Method in class org.xins.common.spring.XinsCapiFactoryBean
 
getObjectType() - Method in class org.xins.common.spring.XinsCapiFactoryBean
 
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 exception org.xins.client.UnacceptableResultXINSCallException
Gets the value of the specified returned parameter.
getParameter(String) - Method in exception 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
 
getParameters() - Method in exception org.xins.client.UnacceptableResultXINSCallException
Gets all returned parameters.
getParameters() - Method in exception 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(Object) - Static method in class org.xins.common.BeanUtils
Gets the values returned by the get methods of the given POJO and put the values in a Map.
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.common.spec.TestFormPanel
Gets the list of parameters in a URL form.
getParameters() - Method in class org.xins.server.FunctionRequest
Gets the parameters of the function.
getParameters() - Method in class org.xins.server.FunctionResult
Gets all parameters.
getParametersAsObject(Object) - Static method in class org.xins.common.BeanUtils
This method is similar to BeanUtils.getParameters(Object) except that objects using classes of org.xins.common.type.* packages will be translated into standard Java object java.* packages.
getParametersAsString(Object) - Static method in class org.xins.common.BeanUtils
Gets the values returned by the get methods of the given POJO, transform it to a String object and put the values in a Map.
getParameterValues(String) - Method in class org.xins.common.servlet.container.XINSServletRequest
 
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.
getPipeline() - Method in class org.xins.common.servlet.container.DefaultNettyServletPipelineFactory
 
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 exception org.xins.common.collections.PropertyException
Returns the name of the property.
getPropertyValue() - Method in exception 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 exception org.xins.common.collections.InvalidPropertyValueException
Returns the description of the reason.
getReason() - Method in exception org.xins.common.text.FormatException
Returns the reason.
getRemoteAddr() - Method in class org.xins.common.servlet.container.XINSServletRequest
 
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 exception 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
 
getRequestedSessionId() - 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
 
getRequiredProperty(Map<String, String>, String) - Static method in class org.xins.common.collections.MapStringUtils
Retrieves the specified property and throws a MissingRequiredPropertyException if it is not set.
getRequiredProperty(PropertyReader, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
Deprecated.
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
 
getResourceAsStream(String) - Method in class org.xins.server.API
Gets the resource in the WAR file.
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.
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
 
getServiceName() - Method in class org.xins.common.spring.XinsClientInterceptor
Gets the name of the API to call.
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 bootstrap 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
 
getServletHandler() - Method in class org.xins.common.servlet.container.DefaultNettyServletPipelineFactory
 
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.
getSource(String) - Method in class org.xins.common.types.XMLType
 
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.
getStatistics(boolean, String) - Method in class org.xins.server.StatisticsInterceptor
Returns the call statistics for all functions in this API.
getStatistics() - Method in class org.xins.server.StatisticsInterceptor
 
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 exception org.xins.common.http.StatusCodeHTTPCallException
Returns the HTTP status code.
getStatusCodeForError(String) - Static method in class org.xins.server.ErrorCodeStatusMapping
Get the HTTP status code for the given error 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 exception 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 exception org.xins.common.ProgrammingException
Returns the name of the class which exposes the programming error.
getSubjectMethod() - Method in exception 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.
getSupportedMethods() - Method in class org.xins.server.JSONCallingConvention
 
getSupportedMethods() - Method in class org.xins.server.JSONRPCCallingConvention
 
getSupportedMethods() - Method in class org.xins.server.ProtobufCallingConvention
 
getSupportedMethods() - Method in class org.xins.server.SOAPCallingConvention
 
getSupportedMethods() - Method in class org.xins.server.XMLCallingConvention
 
getSupportedMethods() - Method in class org.xins.server.XMLRPCCallingConvention
 
getTarget() - Method in exception 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 exception org.xins.common.service.UnsupportedProtocolException
Returns the target descriptor that has an unsupported protocol.
getText() - Method in class org.xins.common.xml.Element
Deprecated.
Gets the character content, if any.
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.client.Log
Retrieves the active translation bundle.
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 exception 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 exception org.xins.common.types.TypeValueException
Retrieves the type.
getUniqueChildElement(String) - Method in class org.xins.common.xml.Element
Deprecated.
Gets the unique child of this element with the specified name.
getUniqueChildElement() - Method in class org.xins.common.xml.Element
Deprecated.
Gets the unique child of this element.
getUniqueChildElement() - Method in class org.xins.common.xml.ElementList
Gets the unique child of this list.
getUnused() - Method in class org.xins.common.collections.StatsMap
Retrieves the set of unused entries.
getUnused() - Method in class org.xins.common.collections.StatsPropertyReader
Deprecated.
Retrieves the set of unused properties.
getURL() - Method in class org.xins.common.service.TargetDescriptor
Returns the URL for the service.
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 exception org.xins.common.types.TypeValueException
Retrieves the value that was considered invalid.
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.
getWithDefault(Map<String, String>, String, String) - Method in class org.xins.common.collections.MapStringUtils
Retrieves a property with the specified name, falling back to a default value if the property is not set.
getWithDefault(PropertyReader, String, String) - Method in class org.xins.common.collections.PropertyReaderUtils
Deprecated.
Retrieves a property with the specified name, falling back to a default value if the property is not set.
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.
GROUP_DESCRIPTOR_TYPE - Static variable in class org.xins.common.service.DescriptorBuilder
Name identifying a group of descriptors.
GroupDescriptor - Class in org.xins.common.service
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 in org.xins.common.service
Type of a group.

H

handleCall(CallContext) - Method in class org.xins.server.Function
Handles a call to this function.
hashCode() - Method in class org.xins.client.AbstractCAPICallRequest
 
hashCode() - Method in class org.xins.common.collections.AbstractPropertyReader
Returns a 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(PropertyReader) - Static method in class org.xins.common.collections.PropertyReaderUtils
Deprecated.
Computes a hash code value for the specified PropertyReader object.
hashCode() - Method in class org.xins.common.collections.StatsPropertyReader
Deprecated.
Returns a hash code value for this 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.servlet.ServletConfigPropertyReader
Deprecated.
Returns a hash code value for this 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
Deprecated.
 
hashCode() - Method in class org.xins.common.xml.Element.QualifiedName
Deprecated.
Returns the hash code value for this object.
hasNext() - Method in class org.xins.common.collections.EnumerationIterator
Checks if the iteration has more elements.
HEAD - Static variable in class org.xins.common.http.HTTPMethod
The HEAD method.
Hex - Class in org.xins.common.types.standard
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 in org.xins.common.text
Utility class for converting numbers to unsigned hex strings and vice versa.
HostnameTask - Class in org.xins.common.ant
Apache Ant task that determines the host name.
HostnameTask() - Constructor for class org.xins.common.ant.HostnameTask
 
HTTPCallConfig - Class in org.xins.common.http
Call configuration for the HTTP service caller.
HTTPCallConfig() - Constructor for class org.xins.common.http.HTTPCallConfig
Constructs a new HTTPCallConfig object.
HTTPCallException - Exception in org.xins.common.http
HTTP-specific call exception.
HTTPCallRequest - Class in org.xins.common.http
A request towards an HTTP service.
HTTPCallRequest(Map<String, String>, HTTPStatusCodeVerifier) - Constructor for class org.xins.common.http.HTTPCallRequest
Constructs a new HTTPCallRequest with the specified parameters and status code verifier.
HTTPCallRequest(Map<String, String>) - 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
Constructs a new HTTPCallRequest with the specified HTTP method.
HTTPCallRequest(HTTPMethod, Map<String, String>) - Constructor for class org.xins.common.http.HTTPCallRequest
Constructs a new HTTPCallRequest with the specified HTTP method and parameters.
HTTPCallRequest(HTTPMethod, Map<String, String>, boolean, HTTPStatusCodeVerifier) - Constructor for class org.xins.common.http.HTTPCallRequest
Constructs a new HTTPCallRequest with the specified HTTP method, parameters and status code verifier, optionally allowing unconditional fail-over.
HTTPCallResult - Class in org.xins.common.http
Result returned from an HTTP request.
HTTPCallResult(HTTPCallRequest, TargetDescriptor, long, List<CallException>, HTTPCallResultData) - Constructor for class org.xins.common.http.HTTPCallResult
Constructs a new HTTPCallResult object.
HTTPCallResultData - Interface in org.xins.common.http
Abstraction of the data part of an HTTP call result.
HTTPFileWatcher - Class in org.xins.common.io
File watcher thread.
HTTPFileWatcher(String, FileWatcher.Listener) - Constructor for class org.xins.common.io.HTTPFileWatcher
Creates a new HTTPFileWatcher for the specified URL.
HTTPFileWatcher(String, int, FileWatcher.Listener) - Constructor for class org.xins.common.io.HTTPFileWatcher
Creates a new HTTPFileWatcher for the specified URL, with the specified interval.
HTTPFileWatcher(String[], int, FileWatcher.Listener) - Constructor for class org.xins.common.io.HTTPFileWatcher
Creates a new HTTPFileWatcher for the specified set of URLs, with the specified interval.
HTTPMethod - Class in org.xins.common.http
HTTP method.
HTTPServiceCaller - Class in org.xins.common.http
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 in org.xins.common.servlet.container
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 in org.xins.common.servlet.container
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(File, int, boolean, int) - 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.
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 in org.xins.common.http
Abstraction of an HTTP status code verifier.
HungarianMapper - Class in org.xins.common.ant
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
 

I

IncorrectSecretKeyException - Exception in org.xins.common.collections
Exception that indicates a secret key argument did not match the actual secret key.
init() - Method in class org.xins.common.ant.CreateExampleTask
 
init(Map<String, String>) - 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(Map<String, String>) - Method in class org.xins.server.RuntimeProperties
Initialize the runtime properties.
initData() - Method in class org.xins.common.servlet.container.ConsoleGUI
 
initData() - Method in class org.xins.common.spec.SpecGUI
 
initData() - Method in class org.xins.common.spec.TestFormPanel
 
InitializationException - Exception in org.xins.common.manageable
Exception thrown when the initialization of a Manageable object failed.
InitializationException(String) - Constructor for exception org.xins.common.manageable.InitializationException
Constructs a new InitializationException with the specified detail message.
InitializationException(Throwable) - Constructor for exception org.xins.common.manageable.InitializationException
Constructs a new InitializationException with the specified cause exception.
InitializationException(String, Throwable) - Constructor for exception org.xins.common.manageable.InitializationException
Constructs a new InitializationException with the specified detail message and cause exception.
INITIALIZING - Static variable in class org.xins.common.manageable.Manageable
The INITIALIZING state.
initImpl(Map<String, String>) - Method in class org.xins.common.manageable.Manageable
Performs the initialization procedure (actual implementation).
initImpl(Map<String, String>) - Method in class org.xins.server.API
Initializes this API.
initImpl(Map<String, String>) - Method in class org.xins.server.ContextIDInterceptor
 
initImpl(Map<String, String>) - Method in class org.xins.server.frontend.FrontendCallingConvention
 
initImpl(Map<String, String>) - Method in class org.xins.server.LoadBalancerInterceptor
 
initImpl(Map<String, String>) - Method in class org.xins.server.XSLTCallingConvention
 
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.
initUI(JFrame, CommandLineArguments) - Method in class org.xins.common.servlet.container.ConsoleGUI
Creates the user interface.
initUI(JFrame) - Method in class org.xins.common.spec.SpecGUI
Creates the user interface.
initUI() - Method in class org.xins.common.spec.TestFormPanel
Creates the user interface.
Int16 - Class in org.xins.common.types.standard
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 in org.xins.common.types.standard
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 in org.xins.common.types.standard
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 in org.xins.common.types.standard
Standard type _int8.
Int8(String, byte, byte) - Constructor for class org.xins.common.types.standard.Int8
Constructs a new Int8 object (constructor for subclasses).
Interceptor - Class in org.xins.server
Intercepter are similar in concept to Servlet filters except for the following points: More anchor points: before the calling convention, before the function request, after the function request and after the calling convention.
Interceptor() - Constructor for class org.xins.server.Interceptor
 
InternalErrorException - Exception in org.xins.client
Exception thrown to indicate a standard error code was received that indicates a server-side internal error.
invalidate() - Method in class org.xins.common.servlet.container.XINSHttpSession
 
InvalidPropertyValueException - Exception in org.xins.common.collections
Exception thrown to indicate the property of a value is invalid.
InvalidPropertyValueException(String, String) - Constructor for exception org.xins.common.collections.InvalidPropertyValueException
Constructs a new InvalidPropertyValueException.
InvalidPropertyValueException(String, String, String) - Constructor for exception org.xins.common.collections.InvalidPropertyValueException
Constructs a new InvalidPropertyValueException with the specified reason.
InvalidRequestException - Exception in org.xins.client
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 in org.xins.server
Exception that indicates that an incoming request is considered invalid.
InvalidRequestException(String, Throwable) - Constructor for exception org.xins.server.InvalidRequestException
Constructs a new InvalidRequestException with the specified detail message and cause exception.
InvalidRequestException(String) - Constructor for exception org.xins.server.InvalidRequestException
Constructs a new InvalidRequestException with the specified detail message.
InvalidRequestFormatException - Exception in org.xins.server
Exception that indicates that an incoming request is considered invalid due to the invalid input format.
InvalidRequestFormatException(String, Throwable) - Constructor for exception org.xins.server.InvalidRequestFormatException
Constructs a new InvalidRequestFormatException with the specified detail message and cause exception.
InvalidRequestFormatException(String) - Constructor for exception org.xins.server.InvalidRequestFormatException
Constructs a new InvalidRequestFormatException with the specified detail message.
InvalidRequestResult - Class in org.xins.server
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 in org.xins.server
Exception that indicates that a response is considered invalid.
InvalidResponseResult - Class in org.xins.server
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 in org.xins.client
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 in org.xins.common.spec
Thrown when the specification of the API is incorrect or cannot be found.
invoke(MethodInvocation) - Method in class org.xins.common.spring.XinsClientInterceptor
 
IOCallException - Exception in org.xins.common.service
Exception that indicates that an I/O error interrupted a service call.
IOCallException(CallRequest, TargetDescriptor, long, IOException) - Constructor for exception org.xins.common.service.IOCallException
Constructs a new IOCallException.
IOReader - Class in org.xins.common.io
Utilities methods to read input streams.
IOReader() - Constructor for class org.xins.common.io.IOReader
 
IP - Static variable in interface org.xins.server.BackpackConstants
The key used to store the request IP address in the backpack.
IPAddressUtils - Class in org.xins.common.net
IP address-related utility functions.
IPFilter - Class in org.xins.server
Filter for IP addresses.
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.
isAllowed(String, 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, String) - Method in interface org.xins.server.AccessRuleContainer
Determines if the specified IP address is allowed to access the specified function.
isAllowed(String, 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, 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.
isAllowRule() - Method in class org.xins.server.AccessRule
Returns if this rule is an allow or a deny rule.
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.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.
isFailOverAllowed() - Method in exception org.xins.common.service.CallException
Indicates whether this call exception allow for the ServiceCaller to fail over another TargetDescriptor if available.
isFailOverAllowed() - Method in exception org.xins.common.service.ConnectionCallException
 
isFunctionalError(String) - Method in class org.xins.client.AbstractCAPI
Returns true of the error code is a functional error code.
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.
isNew() - Method in class org.xins.common.servlet.container.XINSHttpSession
 
isNotModified() - Method in class org.xins.client.XINSCallResult
Returns whether the result was a not modified result.
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
 
isSingleton() - Method in class org.xins.common.spring.XinsCapiFactoryBean
 
isUnique() - Method in class org.xins.common.collections.UniqueProperties
Indicates whether a property has been changed in this collection.
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.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
 
isValidValueImpl(String) - Method in class org.xins.common.types.standard.XML
 
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.XMLType
 
ItemList - Class in org.xins.common.types
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.
iterateTargets() - Method in class org.xins.common.service.Descriptor
Deprecated.
use the Iterable.iterator() method or even better the for each loop.
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.
iterator() - Method in class org.xins.common.service.GroupDescriptor
 
iterator() - Method in class org.xins.common.service.TargetDescriptor
 

J

JSON_REQUEST_CONTENT_TYPE - Static variable in class org.xins.server.JSONRPC2CallingConvention
The jsonrequest content type.
JSON_RPC_CONTENT_TYPE - Static variable in class org.xins.server.JSONRPC2CallingConvention
The json-rpc content type.
JSONCallingConvention - Class in org.xins.server
The JSON calling convention.
JSONCallingConvention() - Constructor for class org.xins.server.JSONCallingConvention
 
JSONRPC2CallingConvention - Class in org.xins.server
The JSON-RPC calling convention.
JSONRPC2CallingConvention(API) - Constructor for class org.xins.server.JSONRPC2CallingConvention
Creates a new JSONRPCCallingConvention instance.
JSONRPCCallingConvention - Class in org.xins.server
The JSON-RPC calling convention.
JSONRPCCallingConvention(API) - Constructor for class org.xins.server.JSONRPCCallingConvention
Creates a new JSONRPCCallingConvention instance.

L

last() - Method in class org.xins.common.service.CallExceptionList
Deprecated.
Retrieves the last (most recent) CallException.
LB_DISPATCH_STATEGY - Static variable in class org.xins.server.LoadBalancerInterceptor
 
LB_FORWARD_STATEGY - Static variable in class org.xins.server.LoadBalancerInterceptor
 
LB_PROPERTY_NAME - Static variable in class org.xins.server.LoadBalancerInterceptor
 
Library - Class in org.xins.client
Class that represents the XINS/Java Client Framework library.
Library - Class in org.xins.common
Class that represents the XINS/Java Common Library.
Library - Class in org.xins.server
Class that represents the XINS/Java Server Framework library.
LINE_DELIMITER - Static variable in class org.xins.common.service.DescriptorBuilder
Delimiter between property lines.
List - Class in org.xins.common.types
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 in org.xins.common.types.standard
Standard type _list.
List.Value - Class in org.xins.common.types.standard
Inner class that represents a list of String.
List.Value() - Constructor for class org.xins.common.types.standard.List.Value
 
LoadBalancerInterceptor - Class in org.xins.server
Interceptor that redirect requests to other servers.
LoadBalancerInterceptor() - Constructor for class org.xins.server.LoadBalancerInterceptor
 
LocalServletConfig - Class in org.xins.common.servlet.container
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 in org.xins.common.servlet.container
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 in org.xins.client
Logger for the org.xins.client domain.
Log - Class in org.xins.common
Logger for the org.xins.common domain.
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
 
Log - Class in org.xins.server
Logger for the org.xins.server domain.
log_1050(String, String, String, String, String) - Static method in class org.xins.common.Log
Logs message 1050, in the log entry group Low-level generic messages.
log_1051(String, String, String, String, String, String, String) - Static method in class org.xins.common.Log
Logs message 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 message 1052, in the log entry group Low-level generic messages.
log_1053(String) - Static method in class org.xins.common.Log
Logs message 1053, in the log entry group Low-level generic messages.
log_1100(String, Object) - Static method in class org.xins.common.Log
Logs message 1100, in the log entry group HTTP-related.
log_1101(String, Object, long) - Static method in class org.xins.common.Log
Logs message 1101, in the log entry group HTTP-related.
log_1102(String, Object, long) - Static method in class org.xins.common.Log
Logs message 1102, in the log entry group HTTP-related.
log_1103(String, Object, long) - Static method in class org.xins.common.Log
Logs message 1103, in the log entry group HTTP-related.
log_1104(String, Object, long, int) - Static method in class org.xins.common.Log
Logs message 1104, in the log entry group HTTP-related.
log_1105(String, Object, long, int) - Static method in class org.xins.common.Log
Logs message 1105, in the log entry group HTTP-related.
log_1106(String, Object, long, int) - Static method in class org.xins.common.Log
Logs message 1106, in the log entry group HTTP-related.
log_1107(String, Object, long, int) - Static method in class org.xins.common.Log
Logs message 1107, in the log entry group HTTP-related.
log_1108(String, Object, long, int) - Static method in class org.xins.common.Log
Logs message 1108, in the log entry group HTTP-related.
log_1109(Throwable, String, Object, long) - Static method in class org.xins.common.Log
Logs message 1109, in the log entry group HTTP-related.
log_1110(String, Object, long) - Static method in class org.xins.common.Log
Logs message 1110, in the log entry group HTTP-related.
log_1200(int, String, int) - Static method in class org.xins.common.Log
Logs message 1200, in the log entry group General I/O.
log_1201(int, String, int, int) - Static method in class org.xins.common.Log
Logs message 1201, in the log entry group General I/O.
log_1202(int, String) - Static method in class org.xins.common.Log
Logs message 1202, in the log entry group General I/O.
log_1203(int, String) - Static method in class org.xins.common.Log
Logs message 1203, in the log entry group General I/O.
log_1204(Throwable) - Static method in class org.xins.common.Log
Logs message 1204, in the log entry group General I/O.
log_1250(int, int) - Static method in class org.xins.common.Log
Logs message 1250, in the log entry group Text.
log_1300(Throwable, String) - Static method in class org.xins.common.Log
Logs message 1300, in the log entry group Service calling framework.
log_1301(String) - Static method in class org.xins.common.Log
Logs message 1301, in the log entry group Service calling framework.
log_1302(String) - Static method in class org.xins.common.Log
Logs message 1302, in the log entry group Service calling framework.
log_1303() - Static method in class org.xins.common.Log
Logs message 1303, in the log entry group Service calling framework.
log_1304() - Static method in class org.xins.common.Log
Logs message 1304, in the log entry group Service calling framework.
log_1305() - Static method in class org.xins.common.Log
Logs message 1305, in the log entry group Service calling framework.
log_1306() - Static method in class org.xins.common.Log
Logs message 1306, in the log entry group Service calling framework.
log_1307() - Static method in class org.xins.common.Log
Logs message 1307, in the log entry group Service calling framework.
log_1308(String) - Static method in class org.xins.common.Log
Logs message 1308, in the log entry group Service calling framework.
log_1309(String) - Static method in class org.xins.common.Log
Logs message 1309, in the log entry group Service calling framework.
log_1350(String, String, String) - Static method in class org.xins.common.Log
Logs message 1350, in the log entry group Generic collection classes.
log_1351(String, String, String) - Static method in class org.xins.common.Log
Logs message 1351, in the log entry group Generic collection classes.
log_1400(int, String, int) - Static method in class org.xins.common.Log
Logs message 1400, in the log entry group Expiry-related collection classes.
log_1401(int, String, int) - Static method in class org.xins.common.Log
Logs message 1401, in the log entry group Expiry-related collection classes.
log_1402(int) - Static method in class org.xins.common.Log
Logs message 1402, in the log entry group Expiry-related collection classes.
log_1403(int) - Static method in class org.xins.common.Log
Logs message 1403, in the log entry group Expiry-related collection classes.
log_1404(int, long) - Static method in class org.xins.common.Log
Logs message 1404, in the log entry group Expiry-related collection classes.
log_1405(int, long) - Static method in class org.xins.common.Log
Logs message 1405, in the log entry group Expiry-related collection classes.
log_1406(int, long) - Static method in class org.xins.common.Log
Logs message 1406, in the log entry group Expiry-related collection classes.
log_1407(int) - Static method in class org.xins.common.Log
Logs message 1407, in the log entry group Expiry-related collection classes.
log_1408(int, String) - Static method in class org.xins.common.Log
Logs message 1408, in the log entry group Expiry-related collection classes.
log_1409(int, long, long) - Static method in class org.xins.common.Log
Logs message 1409, in the log entry group Expiry-related collection classes.
log_1500(int) - Static method in class org.xins.common.Log
Logs message 1500, in the log entry group Servlet container.
log_1501(Throwable) - Static method in class org.xins.common.Log
Logs message 1501, in the log entry group Servlet container.
log_1502(Throwable) - Static method in class org.xins.common.Log
Logs message 1502, in the log entry group Servlet container.
log_1503(String) - Static method in class org.xins.common.Log
Logs message 1503, in the log entry group Servlet container.
log_1504(String) - Static method in class org.xins.common.Log
Logs message 1504, in the log entry group Servlet container.
log_1505(Throwable) - Static method in class org.xins.common.Log
Logs message 1505, in the log entry group Servlet container.
log_1506(String, int) - Static method in class org.xins.common.Log
Logs message 1506, in the log entry group Servlet container.
log_1507() - Static method in class org.xins.common.Log
Logs message 1507, in the log entry group Servlet container.
log_1508(Throwable) - Static method in class org.xins.common.Log
Logs message 1508, in the log entry group Servlet container.
log_1509(Throwable) - Static method in class org.xins.common.Log
Logs message 1509, in the log entry group Servlet container.
log_1510(String) - Static method in class org.xins.common.Log
Logs message 1510, in the log entry group Servlet container.
log_1511(Throwable, String) - Static method in class org.xins.common.Log
Logs message 1511, in the log entry group Servlet container.
log_1512(Throwable) - Static method in class org.xins.common.Log
Logs message 1512, in the log entry group Servlet container.
log_1513(String) - Static method in class org.xins.common.Log
Logs message 1513, in the log entry group Servlet container.
log_1514(String, String) - Static method in class org.xins.common.Log
Logs message 1514, in the log entry group Servlet container.
log_1550(Throwable) - Static method in class org.xins.common.Log
Logs message 1550, in the log entry group XML.
log_1600(String, String, String, String, String) - Static method in class org.xins.common.Log
Logs message 1600, in the log entry group Utilities.
log_2100(String, String, Object) - Static method in class org.xins.client.Log
Logs message 2100, in the log entry group XINS service calling.
log_2101(String, String, Object, long) - Static method in class org.xins.client.Log
Logs message 2101, in the log entry group XINS service calling.
log_2102(String, String, Object, long) - Static method in class org.xins.client.Log
Logs message 2102, in the log entry group XINS service calling.
log_2103(String, String, Object, long) - Static method in class org.xins.client.Log
Logs message 2103, in the log entry group XINS service calling.
log_2104(String, String, Object, long, int) - Static method in class org.xins.client.Log
Logs message 2104, in the log entry group XINS service calling.
log_2105(String, String, Object, long, int) - Static method in class org.xins.client.Log
Logs message 2105, in the log entry group XINS service calling.
log_2106(String, String, Object, long, int) - Static method in class org.xins.client.Log
Logs message 2106, in the log entry group XINS service calling.
log_2108(String, String, Object, long, int) - Static method in class org.xins.client.Log
Logs message 2108, in the log entry group XINS service calling.
log_2109(Throwable, String, String, Object, long) - Static method in class org.xins.client.Log
Logs message 2109, in the log entry group XINS service calling.
log_2110(String, String, Object, long, String) - Static method in class org.xins.client.Log
Logs message 2110, in the log entry group XINS service calling.
log_2111(Throwable, String, String, Object, long) - Static method in class org.xins.client.Log
Logs message 2111, in the log entry group XINS service calling.
log_2112(String, String, Object, long, String) - Static method in class org.xins.client.Log
Logs message 2112, in the log entry group XINS service calling.
log_2113(String, Object, long, String) - Static method in class org.xins.client.Log
Logs message 2113, in the log entry group XINS service calling.
log_2114(String, String, String) - Static method in class org.xins.client.Log
Logs message 2114, in the log entry group XINS service calling.
log_2115(String, String, Object, long, String) - Static method in class org.xins.client.Log
Logs message 2115, in the log entry group XINS service calling.
log_2116(Throwable, String) - Static method in class org.xins.client.Log
Logs message 2116, in the log entry group XINS service calling.
log_2117(Throwable) - Static method in class org.xins.client.Log
Logs message 2117, in the log entry group XINS service calling.
log_2200(String, String) - Static method in class org.xins.client.Log
Logs message 2200, in the log entry group XINS call result parsing.
log_2201() - Static method in class org.xins.client.Log
Logs message 2201, in the log entry group XINS call result parsing.
log_2202(String) - Static method in class org.xins.client.Log
Logs message 2202, in the log entry group XINS call result parsing.
log_2203(String) - Static method in class org.xins.client.Log
Logs message 2203, in the log entry group XINS call result parsing.
log_2204(String, String) - Static method in class org.xins.client.Log
Logs message 2204, in the log entry group XINS call result parsing.
log_2205(Throwable, String) - Static method in class org.xins.client.Log
Logs message 2205, in the log entry group XINS call result parsing.
log_2206(String, String) - Static method in class org.xins.client.Log
Logs message 2206, in the log entry group XINS call result parsing.
log_2300(Throwable, double, String, String, long, String, Object, Object) - Static method in class org.xins.client.Log
Logs message 2300, in the log entry group Transaction logging.
log_2301(Throwable, double, String, String, long, String) - Static method in class org.xins.client.Log
Logs message 2301, in the log entry group Transaction logging.
log_3003(Throwable) - Static method in class org.xins.server.Log
Logs message 3003, in the log entry group Servlet.
log_3004(Double) - Static method in class org.xins.server.Log
Logs message 3004, in the log entry group Servlet.
log_3005(String) - Static method in class org.xins.server.Log
Logs message 3005, in the log entry group Servlet.
log_3100(String, String) - Static method in class org.xins.server.Log
Logs message 3100, in the log entry group Internal lifespan-related.
log_3101(String, String) - Static method in class org.xins.server.Log
Logs message 3101, in the log entry group Internal lifespan-related.
log_3200(String, String, String, String) - Static method in class org.xins.server.Log
Logs message 3200, in the log entry group Bootstrapping.
log_3202(String) - Static method in class org.xins.server.Log
Logs message 3202, in the log entry group Bootstrapping.
log_3203(String, String) - Static method in class org.xins.server.Log
Logs message 3203, in the log entry group Bootstrapping.
log_3205(String) - Static method in class org.xins.server.Log
Logs message 3205, in the log entry group Bootstrapping.
log_3206(String) - Static method in class org.xins.server.Log
Logs message 3206, in the log entry group Bootstrapping.
log_3207(Throwable, String, String) - Static method in class org.xins.server.Log
Logs message 3207, in the log entry group Bootstrapping.
log_3208(String, String, String) - Static method in class org.xins.server.Log
Logs message 3208, in the log entry group Bootstrapping.
log_3209(String, String) - Static method in class org.xins.server.Log
Logs message 3209, in the log entry group Bootstrapping.
log_3210(String, String, String) - Static method in class org.xins.server.Log
Logs message 3210, in the log entry group Bootstrapping.
log_3211(Throwable) - Static method in class org.xins.server.Log
Logs message 3211, in the log entry group Bootstrapping.
log_3212(String, String, String, String, String) - Static method in class org.xins.server.Log
Logs message 3212, in the log entry group Bootstrapping.
log_3213(String, String) - Static method in class org.xins.server.Log
Logs message 3213, in the log entry group Bootstrapping.
log_3215(String, String, String, String) - Static method in class org.xins.server.Log
Logs message 3215, in the log entry group Bootstrapping.
log_3216(String, String, String, String, String) - Static method in class org.xins.server.Log
Logs message 3216, in the log entry group Bootstrapping.
log_3217(Throwable, String, String) - Static method in class org.xins.server.Log
Logs message 3217, in the log entry group Bootstrapping.
log_3218(String, String) - Static method in class org.xins.server.Log
Logs message 3218, in the log entry group Bootstrapping.
log_3220(String, String) - Static method in class org.xins.server.Log
Logs message 3220, in the log entry group Bootstrapping.
log_3222(String, String, String, String) - Static method in class org.xins.server.Log
Logs message 3222, in the log entry group Bootstrapping.
log_3223(String, String, String, String, String) - Static method in class org.xins.server.Log
Logs message 3223, in the log entry group Bootstrapping.
log_3224(Throwable, String, String) - Static method in class org.xins.server.Log
Logs message 3224, in the log entry group Bootstrapping.
log_3225(String) - Static method in class org.xins.server.Log
Logs message 3225, in the log entry group Bootstrapping.
log_3226(String, String) - Static method in class org.xins.server.Log
Logs message 3226, in the log entry group Bootstrapping.
log_3227(String) - Static method in class org.xins.server.Log
Logs message 3227, in the log entry group Bootstrapping.
log_3228(String) - Static method in class org.xins.server.Log
Logs message 3228, in the log entry group Bootstrapping.
log_3230(Throwable, String) - Static method in class org.xins.server.Log
Logs message 3230, in the log entry group Bootstrapping.
log_3231(String) - Static method in class org.xins.server.Log
Logs message 3231, in the log entry group Bootstrapping.
log_3232(String) - Static method in class org.xins.server.Log
Logs message 3232, in the log entry group Bootstrapping.
log_3233() - Static method in class org.xins.server.Log
Logs message 3233, in the log entry group Bootstrapping.
log_3234() - Static method in class org.xins.server.Log
Logs message 3234, in the log entry group Bootstrapping.
log_3235(String) - Static method in class org.xins.server.Log
Logs message 3235, in the log entry group Bootstrapping.
log_3237(String, String) - Static method in class org.xins.server.Log
Logs message 3237, in the log entry group Bootstrapping.
log_3239(Throwable, String, String) - Static method in class org.xins.server.Log
Logs message 3239, in the log entry group Bootstrapping.
log_3240(String) - Static method in class org.xins.server.Log
Logs message 3240, in the log entry group Bootstrapping.
log_3242(String, String, String) - Static method in class org.xins.server.Log
Logs message 3242, in the log entry group Bootstrapping.
log_3243(String, String, String, String) - Static method in class org.xins.server.Log
Logs message 3243, in the log entry group Bootstrapping.
log_3244(Throwable, String) - Static method in class org.xins.server.Log
Logs message 3244, in the log entry group Bootstrapping.
log_3245(String) - Static method in class org.xins.server.Log
Logs message 3245, in the log entry group Bootstrapping.
log_3246() - Static method in class org.xins.server.Log
Logs message 3246, in the log entry group Bootstrapping.
log_3247(String, String, String) - Static method in class org.xins.server.Log
Logs message 3247, in the log entry group Bootstrapping.
log_3248() - Static method in class org.xins.server.Log
Logs message 3248, in the log entry group Bootstrapping.
log_3249(String) - Static method in class org.xins.server.Log
Logs message 3249, in the log entry group Bootstrapping.
log_3251(String) - Static method in class org.xins.server.Log
Logs message 3251, in the log entry group Bootstrapping.
log_3300(String) - Static method in class org.xins.server.Log
Logs message 3300, in the log entry group Logging subsystem.
log_3301(String, String) - Static method in class org.xins.server.Log
Logs message 3301, in the log entry group Logging subsystem.
log_3302(Throwable, String) - Static method in class org.xins.server.Log
Logs message 3302, in the log entry group Logging subsystem.
log_3303(Throwable, String) - Static method in class org.xins.server.Log
Logs message 3303, in the log entry group Logging subsystem.
log_3304(String) - Static method in class org.xins.server.Log
Logs message 3304, in the log entry group Logging subsystem.
log_3305() - Static method in class org.xins.server.Log
Logs message 3305, in the log entry group Logging subsystem.
log_3306(String, String) - Static method in class org.xins.server.Log
Logs message 3306, in the log entry group Logging subsystem.
log_3307(String, String) - Static method in class org.xins.server.Log
Logs message 3307, in the log entry group Logging subsystem.
log_3308(String, String) - Static method in class org.xins.server.Log
Logs message 3308, in the log entry group Logging subsystem.
log_3309(String) - Static method in class org.xins.server.Log
Logs message 3309, in the log entry group Logging subsystem.
log_3310(String, String) - Static method in class org.xins.server.Log
Logs message 3310, in the log entry group Logging subsystem.
log_3311(String) - Static method in class org.xins.server.Log
Logs message 3311, in the log entry group Logging subsystem.
log_3400(String) - Static method in class org.xins.server.Log
Logs message 3400, in the log entry group Initialization.
log_3401(Throwable, String) - Static method in class org.xins.server.Log
Logs message 3401, in the log entry group Initialization.
log_3403(String, int, int) - Static method in class org.xins.server.Log
Logs message 3403, in the log entry group Initialization.
log_3404(String, String) - Static method in class org.xins.server.Log
Logs message 3404, in the log entry group Initialization.
log_3405(String) - Static method in class org.xins.server.Log
Logs message 3405, in the log entry group Initialization.
log_3406(String) - Static method in class org.xins.server.Log
Logs message 3406, in the log entry group Initialization.
log_3407(String) - Static method in class org.xins.server.Log
Logs message 3407, in the log entry group Initialization.
log_3408(String, String, int) - Static method in class org.xins.server.Log
Logs message 3408, in the log entry group Initialization.
log_3409(String, String, String) - Static method in class org.xins.server.Log
Logs message 3409, in the log entry group Initialization.
log_3410(String, String) - Static method in class org.xins.server.Log
Logs message 3410, in the log entry group Initialization.
log_3411(String, String) - Static method in class org.xins.server.Log
Logs message 3411, in the log entry group Initialization.
log_3412(String, String, String) - Static method in class org.xins.server.Log
Logs message 3412, in the log entry group Initialization.
log_3413(Throwable) - Static method in class org.xins.server.Log
Logs message 3413, in the log entry group Initialization.
log_3414(Throwable) - Static method in class org.xins.server.Log
Logs message 3414, in the log entry group Initialization.
log_3415() - Static method in class org.xins.server.Log
Logs message 3415, in the log entry group Initialization.
log_3416(String, String) - Static method in class org.xins.server.Log
Logs message 3416, in the log entry group Initialization.
log_3418(String, String, String, String) - Static method in class org.xins.server.Log
Logs message 3418, in the log entry group Initialization.
log_3419(String, String, String, String, String) - Static method in class org.xins.server.Log
Logs message 3419, in the log entry group Initialization.
log_3420(Throwable, String, String) - Static method in class org.xins.server.Log
Logs message 3420, in the log entry group Initialization.
log_3421(String, String) - Static method in class org.xins.server.Log
Logs message 3421, in the log entry group Initialization.
log_3423(String, String, String, String) - Static method in class org.xins.server.Log
Logs message 3423, in the log entry group Initialization.
log_3424(String, String, String, String, String) - Static method in class org.xins.server.Log
Logs message 3424, in the log entry group Initialization.
log_3425(Throwable, String, String) - Static method in class org.xins.server.Log
Logs message 3425, in the log entry group Initialization.
log_3426(String) - Static method in class org.xins.server.Log
Logs message 3426, in the log entry group Initialization.
log_3427(int) - Static method in class org.xins.server.Log
Logs message 3427, in the log entry group Initialization.
log_3428(String, String, String) - Static method in class org.xins.server.Log
Logs message 3428, in the log entry group Initialization.
log_3429(int, String) - Static method in class org.xins.server.Log
Logs message 3429, in the log entry group Initialization.
log_3431() - Static method in class org.xins.server.Log
Logs message 3431, in the log entry group Initialization.
log_3432(String) - Static method in class org.xins.server.Log
Logs message 3432, in the log entry group Initialization.
log_3433(String) - Static method in class org.xins.server.Log
Logs message 3433, in the log entry group Initialization.
log_3434(String) - Static method in class org.xins.server.Log
Logs message 3434, in the log entry group Initialization.
log_3435(String) - Static method in class org.xins.server.Log
Logs message 3435, in the log entry group Initialization.
log_3436(String) - Static method in class org.xins.server.Log
Logs message 3436, in the log entry group Initialization.
log_3437(String, String, String) - Static method in class org.xins.server.Log
Logs message 3437, in the log entry group Initialization.
log_3438(String, String, String, String) - Static method in class org.xins.server.Log
Logs message 3438, in the log entry group Initialization.
log_3439(Throwable, String) - Static method in class org.xins.server.Log
Logs message 3439, in the log entry group Initialization.
log_3440() - Static method in class org.xins.server.Log
Logs message 3440, in the log entry group Initialization.
log_3441() - Static method in class org.xins.server.Log
Logs message 3441, in the log entry group Initialization.
log_3442(String, String, String) - Static method in class org.xins.server.Log
Logs message 3442, in the log entry group Initialization.
log_3443(String) - Static method in class org.xins.server.Log
Logs message 3443, in the log entry group Initialization.
log_3444(Throwable) - Static method in class org.xins.server.Log
Logs message 3444, in the log entry group Initialization.
log_3446(String, int) - Static method in class org.xins.server.Log
Logs message 3446, in the log entry group Initialization.
log_3500(Throwable, String, int) - Static method in class org.xins.server.Log
Logs message 3500, in the log entry group Runtime.
log_3501(String, int, String) - Static method in class org.xins.server.Log
Logs message 3501, in the log entry group Runtime.
log_3502(Throwable, String, String) - Static method in class org.xins.server.Log
Logs message 3502, in the log entry group Runtime.
log_3503(String, int, int, int) - Static method in class org.xins.server.Log
Logs message 3503, in the log entry group Runtime.
log_3504(String, long) - Static method in class org.xins.server.Log
Logs message 3504, in the log entry group Runtime.
log_3505(String) - Static method in class org.xins.server.Log
Logs message 3505, in the log entry group Runtime.
log_3506(Throwable, String) - Static method in class org.xins.server.Log
Logs message 3506, in the log entry group Runtime.
log_3507(String, String) - Static method in class org.xins.server.Log
Logs message 3507, in the log entry group Runtime.
log_3508() - Static method in class org.xins.server.Log
Logs message 3508, in the log entry group Runtime.
log_3509(String) - Static method in class org.xins.server.Log
Logs message 3509, in the log entry group Runtime.
log_3510() - Static method in class org.xins.server.Log
Logs message 3510, in the log entry group Runtime.
log_3511() - Static method in class org.xins.server.Log
Logs message 3511, in the log entry group Runtime.
log_3512() - Static method in class org.xins.server.Log
Logs message 3512, in the log entry group Runtime.
log_3513() - Static method in class org.xins.server.Log
Logs message 3513, in the log entry group Runtime.
log_3514() - Static method in class org.xins.server.Log
Logs message 3514, in the log entry group Runtime.
log_3515() - Static method in class org.xins.server.Log
Logs message 3515, in the log entry group Runtime.
log_3516(String, Object) - Static method in class org.xins.server.Log
Logs message 3516, in the log entry group Runtime.
log_3517(String, String) - Static method in class org.xins.server.Log
Logs message 3517, in the log entry group Runtime.
log_3520(String, String, String) - Static method in class org.xins.server.Log
Logs message 3520, in the log entry group HTTP-level.
log_3521(String, String, String, String) - Static method in class org.xins.server.Log
Logs message 3521, in the log entry group HTTP-level.
log_3523(Throwable, String, String, String, String, int, String) - Static method in class org.xins.server.Log
Logs message 3523, in the log entry group HTTP-level.
log_3540(String, String, String, long, String, Object, Object) - Static method in class org.xins.server.Log
Logs message 3540, in the log entry group Transaction logging.
log_3541(String, String, String, long, String) - Static method in class org.xins.server.Log
Logs message 3541, in the log entry group Transaction logging.
log_3550(String, String, String, int, String) - Static method in class org.xins.server.Log
Logs message 3550, in the log entry group Access rule matching.
log_3551(String, String, String, int, String) - Static method in class org.xins.server.Log
Logs message 3551, in the log entry group Access rule matching.
log_3553(String, String, String) - Static method in class org.xins.server.Log
Logs message 3553, in the log entry group Access rule matching.
log_3570(String, String) - Static method in class org.xins.server.Log
Logs message 3570, in the log entry group Calling Convention.
log_3571(Throwable, String, String) - Static method in class org.xins.server.Log
Logs message 3571, in the log entry group Calling Convention.
log_3581(String) - Static method in class org.xins.server.Log
Logs message 3581, in the log entry group Diagnostic Context Identifiers.
log_3582(String) - Static method in class org.xins.server.Log
Logs message 3582, in the log entry group Diagnostic Context Identifiers.
log_3583(String) - Static method in class org.xins.server.Log
Logs message 3583, in the log entry group Diagnostic Context Identifiers.
log_3600() - Static method in class org.xins.server.Log
Logs message 3600, in the log entry group Shutdown.
log_3602() - Static method in class org.xins.server.Log
Logs message 3602, in the log entry group Shutdown.
log_3603(String, String) - Static method in class org.xins.server.Log
Logs message 3603, in the log entry group Shutdown.
log_3605(String, String, String) - Static method in class org.xins.server.Log
Logs message 3605, in the log entry group Shutdown.
log_3606(Throwable, String, String) - Static method in class org.xins.server.Log
Logs message 3606, in the log entry group Shutdown.
log_3607(String, String) - Static method in class org.xins.server.Log
Logs message 3607, in the log entry group Shutdown.
log_3609(String, String, String) - Static method in class org.xins.server.Log
Logs message 3609, in the log entry group Shutdown.
log_3610(Throwable, String, String) - Static method in class org.xins.server.Log
Logs message 3610, in the log entry group Shutdown.
log_3700(Throwable) - Static method in class org.xins.server.Log
Logs message 3700, in the log entry group Front-end calling convention.
log_3701(Throwable, String) - Static method in class org.xins.server.Log
Logs message 3701, in the log entry group Front-end calling convention.
log_3702(Throwable) - Static method in class org.xins.server.Log
Logs message 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 message 3703, in the log entry group Front-end calling convention.
log_3704(String) - Static method in class org.xins.server.Log
Logs message 3704, in the log entry group Front-end calling convention.
log_3705(String) - Static method in class org.xins.server.Log
Logs message 3705, in the log entry group Front-end calling convention.
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
Deprecated.
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, Throwable) - Static method in class org.xins.common.Utils
Logs a programming error with an optional cause exception and an optional message, and returns a ProgrammingException object for it.
logProgrammingError(String, String, String, String, String, Throwable) - Static method in class org.xins.common.Utils
logProgrammingError(String, String, String, String, String) - Static method in class org.xins.common.Utils
Deprecated.
logTransaction(FunctionRequest, FunctionResult) - Method in class org.xins.server.TransactionLoggingInterceptor
Logs the specified transaction.

M

main(String[]) - Static method in class org.xins.client.Library
Prints the name and version of this library.
main(String[]) - Static method in class org.xins.common.Library
Prints the name and version of this library.
main(String[]) - Static method in class org.xins.common.servlet.container.HTTPServletStarter
Starts the Servlet container for the specific API.
main(String[]) - Static method in class org.xins.server.Library
Prints the name and version of this library.
Manageable - Class in org.xins.common.manageable
Abstraction of a manageable object.
Manageable() - Constructor for class org.xins.common.manageable.Manageable
Constructs a new Manageable.
Manageable.State - Class in org.xins.common.manageable
State of a Manageable object.
MandatoryArgumentChecker - Class in org.xins.common
Utility class used to check mandatory method arguments.
mapFileName(String) - Method in class org.xins.common.ant.HungarianMapper
Returns an array containing the target filename(s) for the given source file.
MapStringUtils - Class in org.xins.common.collections
Utility functions for dealing with Map<String, String> objects.
match(String, 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.
matches(HttpServletRequest) - Method in class org.xins.server.frontend.FrontendCallingConvention
 
matches(HttpServletRequest) - Method in class org.xins.server.JSONCallingConvention
 
matches(HttpServletRequest) - Method in class org.xins.server.JSONRPC2CallingConvention
 
matches(HttpServletRequest) - Method in class org.xins.server.JSONRPCCallingConvention
 
matches(HttpServletRequest) - Method in class org.xins.server.ProtobufCallingConvention
 
matches(HttpServletRequest) - Method in class org.xins.server.SOAPCallingConvention
Checks if the specified request can be handled by this calling convention.
matches(HttpServletRequest) - Method in class org.xins.server.SOAPMapCallingConvention
 
matches(HttpServletRequest) - Method in class org.xins.server.StandardCallingConvention
Checks if the specified request can be handled by this calling convention.
matches(HttpServletRequest) - Method in class org.xins.server.XMLCallingConvention
Checks if the specified request can be handled by this calling convention.
matches(HttpServletRequest) - Method in class org.xins.server.XMLRPCCallingConvention
Checks if the specified request can be handled by this calling convention.
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.xins.common.servlet.container.NettyServletHandler
 
MissingRequiredPropertyException - Exception in org.xins.common.collections
Exception thrown to indicate a required property has no value set for it.
MissingRequiredPropertyException(String, String) - Constructor for exception org.xins.common.collections.MissingRequiredPropertyException
Constructs a new MissingRequiredPropertyException, with the specified detail message.
MissingRequiredPropertyException(String) - Constructor for exception org.xins.common.collections.MissingRequiredPropertyException
Constructs a new MissingRequiredPropertyException.

N

NettyServletHandler - Class in org.xins.common.servlet.container
Netty handler to invoke servlets.
NettyServletHandler(File) - Constructor for class org.xins.common.servlet.container.NettyServletHandler
Creates a Netty handler that allow to invoke a Servlet without starting a HTTP server.
NettyServletHandler(String) - Constructor for class org.xins.common.servlet.container.NettyServletHandler
Creates a Servlet handler that allow to invoke a Servlet without starting a HTTP server.
next() - Method in class org.xins.common.collections.EnumerationIterator
Returns the next element in the iteration.
NingHttpClient - Class in org.xins.common.http
This class is a HttpClient that will use the async-http-client with Netty to call the URL.
NingHttpClient() - Constructor for class org.xins.common.http.NingHttpClient
 
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.
NoRouteToHostCallException - Exception in org.xins.common.service
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 exception org.xins.common.service.NoRouteToHostCallException
Constructs a new NoRouteToHostCallException.
NoSuchFunctionException - Exception in org.xins.server
Exception that indicates that there is no function matching the request.
NotModifiedException - Exception in org.xins.client
 
NotModifiedException(XINSCallRequest, TargetDescriptor, long) - Constructor for exception org.xins.client.NotModifiedException
 
NotModifiedResult - Class in org.xins.server
Result from a function call to indicate that the result has not been been modified since last request of the same client.
NotModifiedResult() - Constructor for class org.xins.server.NotModifiedResult
 
now() - Static method in class org.xins.common.types.standard.Timestamp
Constructs a Timestamp.Value with the value of the current time.

O

OPTIONS - Static variable in class org.xins.common.http.HTTPMethod
The OPTIONS method.
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.spring - package org.xins.common.spring
Classes related to the integration of XINS with the Spring framework.
org.xins.common.text - package org.xins.common.text
Text-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.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
Deprecated.
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

param(String, String) - Method in class org.xins.server.FunctionResult
Adds an output parameter to the result.
ParamComboSpec - Class in org.xins.common.spec
Specification of a param combo.
PARAMETER_NAME_PATTERN_STRING - Static variable in class org.xins.client.XINSCallRequest
The pattern for a parameter name, as a character string.
ParameterNotInitializedException - Exception in org.xins.server
Exception that indicates that it is attempted to get the value of a parameter that has not been set.
ParameterNotInitializedException(String) - Constructor for exception org.xins.server.ParameterNotInitializedException
Constructs a new ParameterNotInitializedException for the specified parameter.
ParameterSpec - Class in org.xins.common.spec
Specification of a parameter.
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(String) - Static method in class org.xins.common.xml.ElementFormatter
Creates a DOM element by parsing the given XML.
parse(Reader) - Static method in class org.xins.common.xml.ElementFormatter
Creates a DOM element by parsing the XML included in the reader.
parse(InputStream) - Static method in class org.xins.common.xml.ElementFormatter
Creates a DOM element by parsing the XML included in the input stream.
parse(String) - Method in class org.xins.common.xml.ElementParser
Deprecated.
Parses the specified String to create an XML Element object.
parse(InputStream) - Method in class org.xins.common.xml.ElementParser
Deprecated.
Parses content of a character stream to create an XML Element object.
parse(Reader) - Method in class org.xins.common.xml.ElementParser
Deprecated.
Parses content of a character stream to create an XML Element object.
parse(File) - Method in class org.xins.common.xml.ElementParser
Deprecated.
Parses content of a file to create an XML Element object.
parse(String) - Method in class org.xins.common.xml.Viewer
Parses the specified String to render the XML to the text pane.
parse(InputStream) - Method in class org.xins.common.xml.Viewer
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, 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.
ParseException - Exception in org.xins.common.text
Exception thrown to indicate a parsing failure.
ParseException() - Constructor for exception 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 exception org.xins.common.text.ParseException
Constructs a new ParseException with the specified message.
ParseException(String, Throwable, String) - Constructor for exception org.xins.common.text.ParseException
Constructs a new ParseException with the specified message and cause exception.
parseGetRequest(HttpServletRequest) - Method in class org.xins.server.JSONRPC2CallingConvention
 
parseGetRequest(HttpServletRequest) - Method in class org.xins.server.JSONRPCCallingConvention
Parses the JSON-RPC HTTP GET request according to the specs.
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.
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.
parseIPFilter(String) - Static method in class org.xins.server.IPFilter
Creates an IPFilter object for the specified filter expression.
parsePostRequest(HttpServletRequest) - Method in class org.xins.server.JSONRPC2CallingConvention
 
parsePostRequest(HttpServletRequest) - Method in class org.xins.server.JSONRPCCallingConvention
Parses the JSON-RPC HTTP POST request according to the specs.
parseSimplePattern(String) - Method in class org.xins.common.text.SimplePatternParser
Converts the specified simple pattern to a Perl 5 regular expression.
parseURI(String) - Static method in class org.xins.common.xml.ElementFormatter
Creates a DOM element by parsing the given XML location.
PatternCompileException - Exception in org.xins.common.types
Exception thrown to indicate a pattern string could not be compiled.
PatternCompileException(String) - Constructor for exception org.xins.common.types.PatternCompileException
Creates a new PatternCompileException.
PatternType - Class in org.xins.common.types
Abstract base class for pattern types.
PatternType(String, String) - Constructor for class org.xins.common.types.PatternType
Creates a new PatternType instance.
PatternUtils - Class in org.xins.common.text
Regular expressions related utility functions.
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.
POST - Static variable in class org.xins.common.http.HTTPMethod
The POST method.
prepare() - Method in class org.xins.common.spring.XinsClientInterceptor
 
ProgrammingException - Exception in org.xins.common
Exception thrown when a programming error is detected.
ProgrammingException(String, String, String, String, String, Throwable) - Constructor for exception org.xins.common.ProgrammingException
Constructs a new ProgrammingException for the specified class and method, indicating which class and method detected the problem.
Properties - Class in org.xins.common.types.standard
Standard type _properties.
Properties(String, Type, Type) - Constructor for class org.xins.common.types.standard.Properties
Constructs a new Properties object (constructor for subclasses).
properties() - Method in class org.xins.server.RuntimeProperties
Gets all the runtime properties.
PropertiesPropertyReader - Class in org.xins.common.collections
Property reader based on a Properties object.
PropertiesPropertyReader(Properties) - Constructor for class org.xins.common.collections.PropertiesPropertyReader
Constructs a new PropertiesPropertyReader.
PropertyException - Exception in org.xins.common.collections
Exception thrown to indicate a problem with a property.
PropertyReader - Interface in org.xins.common.collections
Deprecated.
since XINS 3.0. Use Map<String, String>
PropertyReaderConverter - Class in org.xins.common.collections
Deprecated.
Use MapStringUtils
PropertyReaderUtils - Class in org.xins.common.collections
Deprecated.
Use MapStringUtils
ProtectedList - Class in org.xins.common.collections
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 in org.xins.common.collections
Modifiable PropertyReader implementaton that can be protected from unauthorized changes.
ProtectedPropertyReader(Object) - Constructor for class org.xins.common.collections.ProtectedPropertyReader
Constructs a new ProtectedPropertyReader.
ProtobufCallingConvention - Class in org.xins.server
The Protobuffer calling convention.
ProtobufCallingConvention(API) - Constructor for class org.xins.server.ProtobufCallingConvention
Creates a new ProtobufCallingConvention instance.
put(Object, Object) - Method in class org.xins.common.collections.ChainedMap
Deprecated.
 
put(Object, Object) - Method in class org.xins.common.collections.expiry.ExpiryFolder
Associates the specified key with the specified value.
put(Object, Object) - Method in class org.xins.common.collections.UniqueProperties
 
put(Object, Object) - Method in class org.xins.common.collections.WarnDoubleProperties
 
PUT - Static variable in class org.xins.common.http.HTTPMethod
The PUT method.
putContextId(String) - Static method in class org.xins.client.Log
Sets the diagnostic context identifier for this thread.
putContextId(String) - Static method in class org.xins.common.Log
Sets the diagnostic context identifier for this thread.
putContextId(String) - Static method in class org.xins.server.Log
Sets the diagnostic context identifier for this thread.
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

query(String) - Method in class org.xins.common.servlet.container.LocalServletHandler
Queries the Servlet with the specified URL.
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.
readDataSection(Element, String) - Method in class org.xins.server.SOAPCallingConvention
Reads the input parameters.
readFully(InputStream) - Static method in class org.xins.common.io.IOReader
Read an InputStream completly and put the content of the input stream in a String.
readInput(Element, String, Map<String, Object>) - Method in class org.xins.server.SOAPMapCallingConvention
Generates the function request based the the SOAP request.
readInputElem(Element, String, String, Element, Map<String, String>) - Method in class org.xins.server.SOAPMapCallingConvention
Parses the SOAP request element according to the rules specified in this class description.
readInputParameters(Element, String) - Method in class org.xins.server.SOAPCallingConvention
Reads the input parameters.
reinitializeImpl() - Method in class org.xins.server.API
Triggers re-initialization of this API.
releaseBuilder(DocumentBuilder) - Method in class org.xins.common.xml.DocumentBuilderPool
 
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) - Method in class org.xins.common.collections.expiry.ExpiryFolder
Removes the specified key from this folder.
remove(Object, int) - Method in class org.xins.common.collections.ProtectedList
Removes the specified element.
remove(Object, Object) - 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.
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
 
removeAttribute(String) - Method in class org.xins.common.xml.Element
Deprecated.
Removes the specified attribute.
removeAttribute(String, String) - Method in class org.xins.common.xml.Element
Deprecated.
Removes the specified attribute.
removeCallListener(CallListener) - Method in class org.xins.client.async.AsynchronousCall
Removes a listener for the call.
removeCharacter(char, String) - Static method in class org.xins.common.text.TextUtils
Removes the given character from the given String.
removeChild(Element) - Method in class org.xins.common.xml.Element
Deprecated.
Removes a child element.
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.
REQUEST_BODY - Static variable in class org.xins.server.SOAPMapCallingConvention
The key used to store the Body element of the request.
REQUEST_ENVELOPE - Static variable in class org.xins.server.SOAPMapCallingConvention
The key used to store the Envelope element of the request.
REQUEST_FUNCTION - Static variable in class org.xins.server.SOAPMapCallingConvention
The key used to store the function element of the request.
REQUEST_NAMESPACE - Static variable in class org.xins.server.SOAPCallingConvention
The key used to store the name of the namespace in the request attributes.
reset() - Method in class org.xins.common.servlet.container.XINSServletResponse
 
resetBuffer() - Method in class org.xins.common.servlet.container.XINSServletResponse
 
resetStatistics() - Method in class org.xins.server.StatisticsInterceptor
Resets the statistics.
RESPONSE_CONTENT_TYPE - Static variable in class org.xins.server.JSONCallingConvention
The content type of the HTTP response.
RESPONSE_CONTENT_TYPE - Static variable in class org.xins.server.JSONRPC2CallingConvention
The json content type.
RESPONSE_CONTENT_TYPE - Static variable in class org.xins.server.JSONRPCCallingConvention
The content type of the HTTP response.
RESPONSE_CONTENT_TYPE - Static variable in class org.xins.server.ProtobufCallingConvention
The content type of the HTTP response.
RESPONSE_CONTENT_TYPE - Static variable in class org.xins.server.SOAPCallingConvention
The content type of the HTTP response.
RESPONSE_CONTENT_TYPE - Static variable in class org.xins.server.StandardCallingConvention
The content type of the HTTP response.
RESPONSE_CONTENT_TYPE - Static variable in class org.xins.server.XMLCallingConvention
The content type of the HTTP response.
RESPONSE_CONTENT_TYPE - Static variable in class org.xins.server.XMLRPCCallingConvention
The content type of the HTTP response.
RESPONSE_ENCODING - Static variable in class org.xins.server.JSONCallingConvention
The response encoding format.
RESPONSE_ENCODING - Static variable in class org.xins.server.SOAPCallingConvention
The response encoding format.
RESPONSE_ENCODING - Static variable in class org.xins.server.StandardCallingConvention
The response encoding format.
RESPONSE_ENCODING - Static variable in class org.xins.server.XMLCallingConvention
The response encoding format.
RESPONSE_ENCODING - Static variable in class org.xins.server.XMLRPCCallingConvention
The response encoding format.
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.
RESULT_FORWARD_PROPERTY - Static variable in class org.xins.server.LoadBalancerInterceptor
 
ResultCode - Class in org.xins.server
Abstraction of an error code returned by a function.
ResultCode(String) - Constructor for class org.xins.server.ResultCode
Constructs a new generic ResultCode.
run() - Method in class org.xins.client.async.CallCAPIThread
 
run() - Method in class org.xins.common.io.FileWatcher
Runs this thread.
RuntimeProperties - Class in org.xins.server
Base class to get the runtime properties.
RuntimeProperties() - Constructor for class org.xins.server.RuntimeProperties
 

S

SAXParserProvider - Class in org.xins.common.xml
Provider for SAXParser instances.
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, FastStringBuffer, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
serialize(Element) - Method in class org.xins.common.xml.ElementSerializer
Deprecated.
Serializes the element to XML.
service(HttpServletRequest, HttpServletResponse) - Method in class org.xins.server.APIServlet
Handles an HTTP request to this servlet.
ServiceCaller - Class in org.xins.common.service
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 in org.xins.common.servlet.container
Class used to get the Servlet Class loader.
ServletClassLoader() - Constructor for class org.xins.common.servlet.container.ServletClassLoader
 
ServletConfigPropertyReader - Class in org.xins.common.servlet
Deprecated.
ServletConfigPropertyReader(ServletConfig) - Constructor for class org.xins.common.servlet.ServletConfigPropertyReader
Deprecated.
Constructs a new ServletConfigPropertyReader.
servletConfigToMap(ServletConfig) - Static method in class org.xins.common.servlet.ServletToMapConverter
Returns a Map that contains the initialization properties from a ServletConfig object.
ServletRequestPropertyReader - Class in org.xins.common.servlet
Deprecated.
ServletRequestPropertyReader(ServletRequest) - Constructor for class org.xins.common.servlet.ServletRequestPropertyReader
Deprecated.
Constructs a new ServletRequestPropertyReader for a ServletRequest.
ServletRequestPropertyReader(HttpServletRequest) - Constructor for class org.xins.common.servlet.ServletRequestPropertyReader
Deprecated.
Constructs a new ServletRequestPropertyReader for an HttpServletRequest.
servletRequestToMap(HttpServletRequest) - Static method in class org.xins.common.servlet.ServletToMapConverter
Returns a Map that contains the parameters from a ServletRequest object.
ServletToMapConverter - Class in org.xins.common.servlet
Class used to convert Servlet properties to Map<String, String>.
ServletToMapConverter() - Constructor for class org.xins.common.servlet.ServletToMapConverter
 
SessionManager - Class in org.xins.server.frontend
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(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.
Set - Class in org.xins.common.types.standard
Standard type _set.
Set.Value - Class in org.xins.common.types.standard
Inner class that represents a set of String.
Set.Value() - Constructor for class org.xins.common.types.standard.Set.Value
Creates a new set.
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.Element
Deprecated.
Sets the specified attribute.
setAttribute(String, String, String) - Method in class org.xins.common.xml.Element
Deprecated.
Sets the specified attribute.
setAttribute(String, String, String, String) - Method in class org.xins.common.xml.Element
Deprecated.
Sets the specified attribute.
setAttribute(String, String) - Method in class org.xins.common.xml.ElementBuilder
Deprecated.
Sets the specified attribute.
setAttribute(String, String, String) - Method in class org.xins.common.xml.ElementBuilder
Deprecated.
Sets the specified attribute.
setAttribute(String, String, String, String) - Method in class org.xins.common.xml.ElementBuilder
Deprecated.
Sets the specified attribute.
setBufferSize(int) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
setCache(int) - Method in class org.xins.common.spec.FunctionSpec
Sets the number of seconds the result of this method could be cached.
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.
setChar(int, char) - Method in class org.xins.common.text.FastStringBuffer
Deprecated.
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.
setDataElementAttribute(Element, String, String, String) - Method in class org.xins.server.SOAPCallingConvention
Writes the attribute a output data element for the returned SOAP element.
setDataElementAttribute(Element, String, String, String) - Method in class org.xins.server.SOAPMapCallingConvention
 
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.
setDestdir(File) - Method in class org.xins.common.ant.XsltPlusTask
Sets the destination directory.
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.
setFollowRedirect(boolean) - Method in class org.xins.client.XINSCallConfig
Sets the action to perform if a redirect is returned from the server.
setFollowRedirect(boolean) - Method in class org.xins.common.http.HTTPCallConfig
Sets the action to perform if a redirect is returned from the server.
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.
setHeader(String, String) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
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.
setHttpClient(HttpClient) - Method in class org.xins.client.XINSCallConfig
Sets the HttpClient to use to call the URL.
setHttpClient(HttpClient) - Method in class org.xins.common.http.HTTPCallConfig
Sets the HttpClient to use to call the URL.
setHTTPMethod(HTTPMethod) - Method in class org.xins.client.XINSCallConfig
Sets the HTTP method associated with this configuration.
setIncludes(String) - Method in class org.xins.common.ant.XsltPlusTask
Sets the files to include in the transformation.
setIndentation(boolean) - Method in class org.xins.common.xml.Viewer
Indicates whether to indent the XML or leave it as received.
setInterval(int) - Method in class org.xins.common.io.FileWatcher
Changes the file check interval.
setIntHeader(String, int) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
setLocale(Locale) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
setLocalName(String) - Method in class org.xins.common.xml.Element
Deprecated.
Sets the local name.
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.
setNamespacePrefix(String) - Method in class org.xins.common.xml.Element
Deprecated.
Sets the namespace prefix.
setNamespaceURI(String) - Method in class org.xins.common.xml.Element
Deprecated.
Sets the namespace URI.
setNeverOverwrite(boolean) - Method in class org.xins.common.ant.XsltPlusTask
Sets to never overwrite the destination.
setParameter(String, String) - Method in class org.xins.client.XINSCallRequest
Sets the parameter with the specified name.
setParameters(Map<String, String>) - Method in class org.xins.client.XINSCallRequest
Sets the parameters for this function, replacing any existing parameters.
setParameters(Map, Object) - Static method in class org.xins.common.BeanUtils
Puts the values of the Map in the destination object (POJO).
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.
setServiceName(String) - Method in class org.xins.common.spring.XinsClientInterceptor
Sets the name of the API to call.
setServiceProperties(Properties) - Method in class org.xins.common.spring.XinsClientInterceptor
Sets the location of the API to call.
setServletHandler(NettyServletHandler) - Method in class org.xins.common.servlet.container.DefaultNettyServletPipelineFactory
 
setStatus(int) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
setStatus(int, String) - Method in class org.xins.common.servlet.container.XINSServletResponse
 
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.Element
Deprecated.
Sets the character content.
setText(String) - Method in class org.xins.common.xml.ElementBuilder
Deprecated.
Sets the character content.
setTimeout(int) - Method in class org.xins.common.spring.XinsClientInterceptor
Sets the time-out for the call of the API.
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, List<CallException>) - 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, List<CallException>) - 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, List<CallException>) - 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.
shouldSkipFunctionCall() - Method in class org.xins.server.FunctionRequest
Gets whether the function should be executed or not.
SimplePatternParser - Class in org.xins.common.text
Simple pattern parser.
SimplePatternParser() - Constructor for class org.xins.common.text.SimplePatternParser
Creates a new SimplePatternParser object.
SINGLETON - Static variable in class org.xins.client.TranslationBundle_en_US
The one and only instance of this class.
SINGLETON - Static variable in class org.xins.client.TranslationBundle_fr_FR
The one and only instance of this class.
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.common.types.standard.XML
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.
size() - Method in class org.xins.common.collections.AbstractPropertyReader
Returns the number of entries.
size() - Method in class org.xins.common.collections.expiry.ExpiryFolder
Gets the number of entries.
size() - Method in interface org.xins.common.collections.PropertyReader
Deprecated.
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
Deprecated.
Returns the number of entries.
size() - Method in class org.xins.common.service.CallExceptionList
Deprecated.
Counts the number of elements.
size() - Method in class org.xins.common.servlet.ServletConfigPropertyReader
Deprecated.
Determines the number of properties.
SKIP_FUNCTION_CALL - Static variable in interface org.xins.server.BackpackConstants
The key used to indicating whether the function should be skipped or not.
SOAPCallingConvention - Class in org.xins.server
The SOAP calling convention.
SOAPCallingConvention(API) - Constructor for class org.xins.server.SOAPCallingConvention
Creates a new SOAPCallingConvention instance.
soapElementTransformation(Map, boolean, Element, boolean) - Method in class org.xins.server.SOAPCallingConvention
Convert the values of element to the required format.
soapInputValueTransformation(Type, String) - Method in class org.xins.server.SOAPCallingConvention
Transforms the value of a input SOAP parameter to the XINS equivalent.
SOAPMapCallingConvention - Class in org.xins.server
The SOAP calling convention that tries to map the SOAP request to the parameters of the function.
SOAPMapCallingConvention(API) - Constructor for class org.xins.server.SOAPMapCallingConvention
Creates a new SOAPCallingConvention instance.
soapOutputValueTransformation(Type, String) - Method in class org.xins.server.SOAPCallingConvention
Transforms the value of a output XINS parameter to the SOAP equivalent.
SocketTimeOutCallException - Exception in org.xins.common.service
Exception that indicates that data was not received on a socket within a designated time-out period.
SocketTimeOutCallException(CallRequest, TargetDescriptor, long) - Constructor for exception org.xins.common.service.SocketTimeOutCallException
Constructs a new SocketTimeOutCallException.
SpecGUI - Class in org.xins.common.spec
Graphical user interface that allows to browse the specification of an API and execute the functions of this API.
SpecGUI() - Constructor for class org.xins.common.spec.SpecGUI
Constructs a new ConsoleGUI.
SpecGUI(JFrame) - Constructor for class org.xins.common.spec.SpecGUI
Constructs a new SpecGUI.
StandardCallingConvention - Class in org.xins.server
Standard calling convention.
StandardCallingConvention() - Constructor for class org.xins.server.StandardCallingConvention
 
StandardErrorCodeException - Exception in org.xins.client
Abstract base class for exceptions that indicate that a standard error code was returned from the server-side.
START - Static variable in interface org.xins.server.BackpackConstants
The key used to store the starting time of the call to the function.
startElement(String) - Method in class org.xins.common.xml.ElementBuilder
Deprecated.
Starts to create a new Element with the given local name.
startElement(String, String) - Method in class org.xins.common.xml.ElementBuilder
Deprecated.
Starts to create a new Element.
startElement(String, String, String) - Method in class org.xins.common.xml.ElementBuilder
Deprecated.
Starts to create a new Element.
startServer(int, boolean) - Method in class org.xins.common.servlet.container.HTTPServletHandler
Starts the web server.
startServer(int, String) - Method in class org.xins.common.servlet.container.NettyServletHandler
 
statistics - Variable in class org.xins.server.StatisticsInterceptor
 
StatisticsInterceptor - Class in org.xins.server
Maintain the call statistics.
StatisticsInterceptor() - Constructor for class org.xins.server.StatisticsInterceptor
 
StatsMap<K,V> - Class in org.xins.common.collections
Map that remembers which properties have not been accessed.
StatsMap(Map<K, V>) - Constructor for class org.xins.common.collections.StatsMap
 
StatsPropertyReader - Class in org.xins.common.collections
Deprecated.
StatsPropertyReader(PropertyReader) - Constructor for class org.xins.common.collections.StatsPropertyReader
Deprecated.
Constructs a new StatsPropertyReader based on the specified PropertyReader.
STATUS_CODE - Static variable in interface org.xins.server.BackpackConstants
The key used to specify a specific HTTP status code to return.
StatusCodeHTTPCallException - Exception in org.xins.common.http
Exception that indicates that an HTTP call failed because the returned HTTP status code was considered invalid.
StatusCodeHTTPCallException(HTTPCallRequest, TargetDescriptor, long, int, String) - Constructor for exception org.xins.common.http.StatusCodeHTTPCallException
Constructs a new StatusCodeHTTPCallException based on the original request, target called, call duration and HTTP status code.
stop() - Method in class org.xins.common.collections.expiry.ExpiryStrategy
Stops the thread that generates ticks that are passed to the registered expiry folders.
storeFiles(String[]) - Method in class org.xins.common.io.FileWatcher
Stores the files in a class variable.
storeFiles(String[]) - Method in class org.xins.common.io.HTTPFileWatcher
 
strategies - Variable in class org.xins.server.LoadBalancerInterceptor
 
succeededTarget() - Method in class org.xins.client.AbstractCAPICallResult
Returns the target for which the call succeeded.
supports(Class) - Method in class org.xins.common.spring.XinsCapiRequestValidator
 
supports(Class) - Method in class org.xins.common.spring.XinsFunctionResultValidator
 

T

TARGET_DESCRIPTOR_TYPE - Static variable in class org.xins.common.service.DescriptorBuilder
Name identifying an actual target descriptor.
TargetDescriptor - Class in org.xins.common.service
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.
TECHNICAL - Static variable in class org.xins.common.spec.ErrorCodeSpec
Type indicating that the error code is technical.
TEMPLATE_PARAMETER - Static variable in class org.xins.server.XSLTCallingConvention
The name of the input parameter that specifies the location of the XSLT template to use.
TEMPLATES_CACHE_PROPERTY - Static variable in class org.xins.server.XSLTCallingConvention
The name of the runtime property that defines if the templates should be cached.
TestFormPanel - Class in org.xins.common.spec
Graphical user interface that allows to browse the specification of an API and execute the functions of this API.
TestFormPanel(APISpec, String, ActionListener) - Constructor for class org.xins.common.spec.TestFormPanel
Constructs a new SpecGUI.
testTargetDescriptor(TargetDescriptor) - Method in class org.xins.common.service.ServiceCaller
Asserts that the specified target descriptor is considered acceptable for this service caller.
Text - Class in org.xins.common.types.standard
Standard type _text.
TextUtils - Class in org.xins.common.text
Text-related utility functions.
TimeOutController - Class in org.xins.common
Utility class for executing a task with a certain time-out period.
TimeOutException - Exception in org.xins.common
Exception that indicates the total time-out for a service call was reached.
TimeOutException() - Constructor for exception org.xins.common.TimeOutException
Constructs a new TimeOutException.
Timestamp - Class in org.xins.common.types.standard
Standard type _timestamp.
Timestamp.Value - Class in org.xins.common.types.standard
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.
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.
today() - Static method in class org.xins.common.types.standard.Date
Constructs a Date.Value with the value of the current date.
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
Deprecated.
since XINS 2.0, use toHexString(byte).
toHexString(FastStringBuffer, short) - Static method in class org.xins.common.text.HexConverter
Deprecated.
since XINS 2.0, use toHexString(short).
toHexString(FastStringBuffer, char) - Static method in class org.xins.common.text.HexConverter
Deprecated.
since XINS 2.0, use toHexString(char).
toHexString(FastStringBuffer, int) - Static method in class org.xins.common.text.HexConverter
Deprecated.
since XINS 2.0, use toHexString(int).
toHexString(FastStringBuffer, long) - Static method in class org.xins.common.text.HexConverter
Deprecated.
since XINS 2.0, use toHexString(long).
toProperties(Map<String, String>) - Static method in class org.xins.common.collections.MapStringUtils
Converts the specified Map<String, String> object to a new Properties object.
toProperties(PropertyReader) - Static method in class org.xins.common.collections.PropertyReaderConverter
Deprecated.
Converts the specified PropertyReader object to a new Properties object.
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(Map<String, String>) - Static method in class org.xins.common.collections.MapStringUtils
Returns the String representation of the specified Map<String, String>.
toString(Map<String, String>, String) - Static method in class org.xins.common.collections.MapStringUtils
Serializes the specified MapMap<String, String> to a String.
toString(Map<String, String>, String, String, String) - Static method in class org.xins.common.collections.MapStringUtils
Returns the String representation for the specified Map<String, String>.
toString(Map<String, String>, String, String, String, int) - Static method in class org.xins.common.collections.MapStringUtils
Returns the String representation for the specified Map<String, String>.
toString(PropertyReader) - Static method in class org.xins.common.collections.PropertyReaderUtils
Deprecated.
Returns the String representation of the specified PropertyReader.
toString(PropertyReader, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
Deprecated.
Serializes the specified PropertyReader to a String.
toString(PropertyReader, String, String, String) - Static method in class org.xins.common.collections.PropertyReaderUtils
Deprecated.
Returns the String representation for the specified PropertyReader.
toString(PropertyReader, String, String, String, int) - Static method in class org.xins.common.collections.PropertyReaderUtils
Deprecated.
Returns the String representation for the specified PropertyReader.
toString() - Method in class org.xins.common.FormattedParameters
String representation of the parameters including the data section.
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
Deprecated.
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
Presents this object as a text string.
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
Deprecated.
Converts the contents of this buffer to a String 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(byte[]) - Static method in class org.xins.common.types.standard.Base64
Converts the specified byte[] to a base64 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(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() - Method in class org.xins.common.types.standard.Date.Value
Returns a textual representation of this object.
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() - Method in class org.xins.common.types.standard.List.Value
Converts this List.Value to a string.
toString(Map<String, String>) - 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(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() - Method in class org.xins.common.types.standard.Timestamp.Value
Returns a textual representation of this object.
toString(Object) - Method in class org.xins.common.types.standard.URL
 
toString(Object) - Method in class org.xins.common.types.standard.XML
 
toString(Element) - Static method in class org.xins.common.types.standard.XML
Converts the specified Element to a string.
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() - Method in class org.xins.common.xml.DataElementBuilder
Creates the String representation of the data section.
toString() - Method in class org.xins.common.xml.Element
Deprecated.
Overrides the Object.toString() method to return the element as its XML representation.
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.
TotalTimeOutCallException - Exception in org.xins.common.service
Exception that indicates the total time-out for a request was reached, so the request was aborted.
TotalTimeOutCallException(CallRequest, TargetDescriptor, long) - Constructor for exception org.xins.common.service.TotalTimeOutCallException
Constructs a new TotalTimeOutCallException.
TRACE - Static variable in class org.xins.common.http.HTTPMethod
The TRACE method.
TransactionLoggingInterceptor - Class in org.xins.server
Logs the transaction.
TransactionLoggingInterceptor() - Constructor for class org.xins.server.TransactionLoggingInterceptor
 
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(String, String, 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(String, String, String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1051(String, String, 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, Object) - 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, Object) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1100(String, Object) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1101(String, Object, 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, Object, long) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1101(String, Object, long) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1102(String, Object, 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, Object, long) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1102(String, Object, long) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1103(String, Object, 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, Object, long) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1103(String, Object, long) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1104(String, Object, 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, Object, long, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1104(String, Object, long, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1105(String, Object, 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, Object, long, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1105(String, Object, long, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1106(String, Object, 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, Object, long, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1106(String, Object, long, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1107(String, Object, 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, Object, long, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1107(String, Object, long, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1108(String, Object, 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, Object, long, int) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1108(String, Object, long, int) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1109(Throwable, String, Object, 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, Object, long) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1109(Throwable, String, Object, long) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1110(String, Object, 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, Object, long) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1110(String, Object, 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, String) - 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, String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1203(int, String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_1204(Throwable) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1204, in the log entry group General I/O.
translation_1204(Throwable) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1204(Throwable) - 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_1309(String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1309, in the log entry group Service calling framework.
translation_1309(String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1309(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_1351(String, String, String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1351, in the log entry group Generic collection classes.
translation_1351(String, String, String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1351(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_1600(String, String, String, String, String) - Method in class org.xins.common.TranslationBundle
Get the translation for the log entry with ID 1600, in the log entry group Utilities.
translation_1600(String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_en_US
 
translation_1600(String, String, String, String, String) - Method in class org.xins.common.TranslationBundle_fr_FR
 
translation_2100(String, String, Object) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2100, in the log entry group XINS service calling.
translation_2100(String, String, Object) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2100(String, String, Object) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2101(String, String, Object, long) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2101, in the log entry group XINS service calling.
translation_2101(String, String, Object, long) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2101(String, String, Object, long) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2102(String, String, Object, long) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2102, in the log entry group XINS service calling.
translation_2102(String, String, Object, long) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2102(String, String, Object, long) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2103(String, String, Object, long) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2103, in the log entry group XINS service calling.
translation_2103(String, String, Object, long) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2103(String, String, Object, long) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2104(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2104, in the log entry group XINS service calling.
translation_2104(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2104(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2105(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2105, in the log entry group XINS service calling.
translation_2105(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2105(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2106(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2106, in the log entry group XINS service calling.
translation_2106(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2106(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2108(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2108, in the log entry group XINS service calling.
translation_2108(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2108(String, String, Object, long, int) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2109(Throwable, String, String, Object, long) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2109, in the log entry group XINS service calling.
translation_2109(Throwable, String, String, Object, long) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2109(Throwable, String, String, Object, long) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2110(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2110, in the log entry group XINS service calling.
translation_2110(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2110(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2111(Throwable, String, String, Object, long) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2111, in the log entry group XINS service calling.
translation_2111(Throwable, String, String, Object, long) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2111(Throwable, String, String, Object, long) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2112(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2112, in the log entry group XINS service calling.
translation_2112(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2112(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2113(String, Object, long, String) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2113, in the log entry group XINS service calling.
translation_2113(String, Object, long, String) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2113(String, Object, long, String) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2114(String, String, String) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2114, in the log entry group XINS service calling.
translation_2114(String, String, String) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2114(String, String, String) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2115(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2115, in the log entry group XINS service calling.
translation_2115(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2115(String, String, Object, long, String) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2116(Throwable, String) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2116, in the log entry group XINS service calling.
translation_2116(Throwable, String) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2116(Throwable, String) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2117(Throwable) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2117, in the log entry group XINS service calling.
translation_2117(Throwable) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2117(Throwable) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2200(String, String) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2200, in the log entry group XINS call result parsing.
translation_2200(String, String) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2200(String, String) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2201() - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2201, in the log entry group XINS call result parsing.
translation_2201() - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2201() - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2202(String) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2202, in the log entry group XINS call result parsing.
translation_2202(String) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2202(String) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2203(String) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2203, in the log entry group XINS call result parsing.
translation_2203(String) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2203(String) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2204(String, String) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2204, in the log entry group XINS call result parsing.
translation_2204(String, String) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2204(String, String) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2205(Throwable, String) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2205, in the log entry group XINS call result parsing.
translation_2205(Throwable, String) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2205(Throwable, String) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2206(String, String) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2206, in the log entry group XINS call result parsing.
translation_2206(String, String) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2206(String, String) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2300(Throwable, double, String, String, long, String, Object, Object) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2300, in the log entry group Transaction logging.
translation_2300(Throwable, double, String, String, long, String, Object, Object) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2300(Throwable, double, String, String, long, String, Object, Object) - Method in class org.xins.client.TranslationBundle_fr_FR
 
translation_2301(Throwable, double, String, String, long, String) - Method in class org.xins.client.TranslationBundle
Get the translation for the log entry with ID 2301, in the log entry group Transaction logging.
translation_2301(Throwable, double, String, String, long, String) - Method in class org.xins.client.TranslationBundle_en_US
 
translation_2301(Throwable, double, String, String, long, String) - Method in class org.xins.client.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_3004(Double) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3004, in the log entry group Servlet.
translation_3004(Double) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3004(Double) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3005(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3005, in the log entry group Servlet.
translation_3005(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3005(String) - 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_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_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_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_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_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_3251(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3251, in the log entry group Bootstrapping.
translation_3251(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3251(String) - 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_3311(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3311, in the log entry group Logging subsystem.
translation_3311(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3311(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_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, int) - 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, int) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3408(String, String, int) - 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) - 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) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3410(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_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_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, String, 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, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3442(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3443(String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3443, in the log entry group Initialization.
translation_3443(String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3443(String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3444(Throwable) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3444, in the log entry group Initialization.
translation_3444(Throwable) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3444(Throwable) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3446(String, int) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3446, in the log entry group Initialization.
translation_3446(String, int) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3446(String, int) - 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_3516(String, Object) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3516, in the log entry group Runtime.
translation_3516(String, Object) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3516(String, Object) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3517(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3517, in the log entry group Runtime.
translation_3517(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3517(String, String) - 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(Throwable, 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(Throwable, String, String, String, String, int, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3523(Throwable, String, String, String, String, int, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3540(String, String, String, long, String, Object, Object) - 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(String, String, String, long, String, Object, Object) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3540(String, String, String, long, String, Object, Object) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3541(String, 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(String, String, String, long, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3541(String, String, String, long, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3550(String, 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, String, int, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3550(String, String, String, int, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3551(String, 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, String, int, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3551(String, String, String, int, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3553(String, 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, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3553(String, String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3570(String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3570, in the log entry group Calling Convention.
translation_3570(String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3570(String, String) - Method in class org.xins.server.TranslationBundle_fr_FR
 
translation_3571(Throwable, String, String) - Method in class org.xins.server.TranslationBundle
Get the translation for the log entry with ID 3571, in the log entry group Calling Convention.
translation_3571(Throwable, String, String) - Method in class org.xins.server.TranslationBundle_en_US
 
translation_3571(Throwable, String, String) - 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_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_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
 
TranslationBundle - Class in org.xins.client
Translation bundle for log messages.
TranslationBundle(String) - Constructor for class org.xins.client.TranslationBundle
Constructs a new TranslationBundle subclass instance.
TranslationBundle - Class in org.xins.common
Translation bundle for log messages.
TranslationBundle(String) - Constructor for class org.xins.common.TranslationBundle
Constructs a new TranslationBundle subclass instance.
TranslationBundle - Class in org.xins.server
Translation bundle for log messages.
TranslationBundle(String) - Constructor for class org.xins.server.TranslationBundle
Constructs a new TranslationBundle subclass instance.
TranslationBundle_en_US - Class in org.xins.client
Translation bundle for the en_US locale.
TranslationBundle_en_US - Class in org.xins.common
Translation bundle for the en_US locale.
TranslationBundle_en_US - Class in org.xins.server
Translation bundle for the en_US locale.
TranslationBundle_fr_FR - Class in org.xins.client
Translation bundle for the fr_FR locale.
TranslationBundle_fr_FR - Class in org.xins.common
Translation bundle for the fr_FR locale.
TranslationBundle_fr_FR - Class in org.xins.server
Translation bundle for the fr_FR locale.
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.
Type - Class in org.xins.common.types
Value type.
Type(String, Class) - Constructor for class org.xins.common.types.Type
Creates a new Type instance.
TypeValueException - Exception in org.xins.common.types
Exception thrown to indicate a value is invalid for a certain type.
TypeValueException(Type, String) - Constructor for exception org.xins.common.types.TypeValueException
Creates a new TypeValueException.
TypeValueException(Type, String, String) - Constructor for exception org.xins.common.types.TypeValueException
Creates a new TypeValueException.

U

UnacceptableErrorCodeXINSCallException - Exception in org.xins.client
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 exception org.xins.client.UnacceptableErrorCodeXINSCallException
Constructs a new UnacceptableErrorCodeXINSCallException based on a XINSCallResultData instance.
UnacceptableMessageException - Exception in org.xins.client
Exception that indicates that a request for an API call is considered unacceptable on the application-level.
UnacceptableMessageException(XINSCallResult) - Constructor for exception org.xins.client.UnacceptableMessageException
Constructs a new UnacceptableMessageException using the specified XINSCallResult.
UnacceptableRequestException - Exception in org.xins.client
Exception that indicates that a request for an API call is considered unacceptable on the application-level.
UnacceptableRequestException(AbstractCAPICallRequest) - Constructor for exception org.xins.client.UnacceptableRequestException
Constructs a new UnacceptableRequestException using the specified AbstractCAPICallRequest.
UnacceptableResultXINSCallException - Exception in org.xins.client
Exception that indicates that an API call returned a result that was considered unacceptable by the application layer.
UnacceptableResultXINSCallException(XINSCallResult, String, Throwable) - Constructor for exception org.xins.client.UnacceptableResultXINSCallException
Constructs a new UnacceptableCallResultException using the specified XINSCallResult.
UnacceptableResultXINSCallException(AbstractCAPICallResult, String, Throwable) - Constructor for exception org.xins.client.UnacceptableResultXINSCallException
Constructs a new UnacceptableCallResultException using the specified AbstractCAPICallResult.
UnexpectedExceptionCallException - Exception in org.xins.common.service
Exception that indicates an unexpected exception was caught while performing a call.
UnexpectedExceptionCallException(CallRequest, TargetDescriptor, long, String, Throwable) - Constructor for exception org.xins.common.service.UnexpectedExceptionCallException
Constructs a new UnexpectedExceptionCallException.
UniqueProperties - Class in org.xins.common.collections
Class that indicates whether a property value is overwritten.
UniqueProperties() - Constructor for class org.xins.common.collections.UniqueProperties
 
UnknownHostCallException - Exception in org.xins.common.service
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 exception org.xins.common.service.UnknownHostCallException
Constructs a new UnknownHostCallException.
unputContextId() - Static method in class org.xins.client.Log
Unsets the diagnostic context identifier for this thread.
unputContextId() - Static method in class org.xins.common.Log
Unsets the diagnostic context identifier for this thread.
unputContextId() - Static method in class org.xins.server.Log
Unsets the diagnostic context identifier for this thread.
UnsuccessfulXINSCallException - Exception in org.xins.client
Exception that indicates that a result code was returned by the API call.
UnsupportedProtocolException - Exception in org.xins.common.service
Exception that indicates that protocol specified in a TargetDescriptor is not supported by a service caller.
UnsupportedProtocolException(TargetDescriptor) - Constructor for exception org.xins.common.service.UnsupportedProtocolException
Constructs a new UnsupportedProtocolException for the specified target descriptor.
UNUSABLE - Static variable in class org.xins.common.manageable.Manageable
The UNUSABLE state.
UppercaseTask - Class in org.xins.common.ant
Apache Ant task that uppercase a text.
UppercaseTask() - Constructor for class org.xins.common.ant.UppercaseTask
 
URL - Class in org.xins.common.types.standard
Standard type _url.
URLEncoding - Class in org.xins.common.text
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.
Utils - Class in org.xins.common
General utility functions.

V

validate(Object, Errors) - Method in class org.xins.common.spring.XinsCapiRequestValidator
 
validate(Object, Errors) - Method in class org.xins.common.spring.XinsFunctionResultValidator
 
values() - Method in class org.xins.common.collections.ChainedMap
Deprecated.
 
Viewer - Class in org.xins.common.xml
Swing XML Viewer.
Viewer() - Constructor for class org.xins.common.xml.Viewer
Constructs a new Viewer.

W

WarnDoubleProperties - Class in org.xins.common.collections
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
 
write(int) - Method in class org.xins.common.io.FastStringWriter
Deprecated.
Writes a single character.
write(char[]) - Method in class org.xins.common.io.FastStringWriter
Deprecated.
Writes an array of characters.
write(char[], int, int) - Method in class org.xins.common.io.FastStringWriter
Deprecated.
Writes a portion of an array of characters.
write(String) - Method in class org.xins.common.io.FastStringWriter
Deprecated.
Writes a character string.
write(String, int, int) - Method in class org.xins.common.io.FastStringWriter
Deprecated.
Writes a portion of a character string.
writeFaultSection(String, String, FunctionResult, XMLOutputter) - Method in class org.xins.server.SOAPCallingConvention
Writes the fault section to the SOAP XML when an error code is returned from the function call.
writeOutputDataElement(Map, Element, Element) - Method in class org.xins.server.SOAPMapCallingConvention
Write the given output data element in the SOAP response.
writeOutputDataSection(String, FunctionResult, XMLOutputter) - Method in class org.xins.server.SOAPCallingConvention
Writes the output data section to the SOAP XML.
writeOutputDataSection(String, FunctionResult, Element) - Method in class org.xins.server.SOAPMapCallingConvention
Writes the output data section to the SOAP XML.
writeOutputParameter(String, String, Element) - Method in class org.xins.server.SOAPMapCallingConvention
Write an output parameter to the SOAP response.
writeOutputParameters(String, FunctionResult, XMLOutputter) - Method in class org.xins.server.SOAPCallingConvention
Writes the output parameters to the SOAP XML.
writeOutputParameters(String, FunctionResult, Element) - Method in class org.xins.server.SOAPMapCallingConvention
Writes the output parameters to the SOAP XML.
writeResponse(FunctionResult, Map<String, Object>) - Method in class org.xins.server.SOAPMapCallingConvention
 

X

XINSCallConfig - Class in org.xins.client
Call configuration for the XINS service caller.
XINSCallConfig() - Constructor for class org.xins.client.XINSCallConfig
Constructs a new XINSCallConfig object.
XINSCallException - Exception in org.xins.client
XINS-specific call exception.
XINSCallRequest - Class in org.xins.client
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, Map<String, String>) - 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, Map<String, String>, 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, Map<String, String>, boolean) - Constructor for class org.xins.client.XINSCallRequest
Constructs a new XINSCallRequest for the specified function and parameters, possibly allowing fail-over even if the request was possibly already received by a target service.
XINSCallRequest(String, Map<String, String>, boolean, HTTPMethod) - Constructor for class org.xins.client.XINSCallRequest
Constructs a new XINSCallRequest for the specified function and parameters, possibly allowing fail-over, optionally specifying the HTTP method to use.
XINSCallResult - Class in org.xins.client
Successful result of a call to a XINS service.
XINSCallResultData - Interface in org.xins.client
Data part of a XINS call result.
XINSCallResultParser - Class in org.xins.client
XINS call result parser.
XINSCallResultParser() - Constructor for class org.xins.client.XINSCallResultParser
Constructs a new XINSCallResultParser.
XinsCapiFactoryBean - Class in org.xins.common.spring
FactoryBean for locally defined CAPI references.
XinsCapiFactoryBean() - Constructor for class org.xins.common.spring.XinsCapiFactoryBean
 
XinsCapiRequestValidator - Class in org.xins.common.spring
Validator for the request object that should be sent to the CAPI call.
XinsCapiRequestValidator() - Constructor for class org.xins.common.spring.XinsCapiRequestValidator
Creates a new instance of XinsCapiRequestValidator.
XinsClientInterceptor - Class in org.xins.common.spring
Interceptor for accessing a specific XINS API.
XinsClientInterceptor() - Constructor for class org.xins.common.spring.XinsClientInterceptor
 
XinsFunctionResultValidator - Class in org.xins.common.spring
Validator for the result return by the function implementation on the server side.
XinsFunctionResultValidator() - Constructor for class org.xins.common.spring.XinsFunctionResultValidator
Creates a new instance of XinsFunctionResultValidator.
XINSHttpSession - Class in org.xins.common.servlet.container
A user session.
XINSServiceCaller - Class in org.xins.client
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 no descriptor (yet) and the default HTTP method.
XINSServletContext - Class in org.xins.common.servlet.container
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 in org.xins.common.servlet.container
This class is an implementation of the HTTPServletRequest that can be called localy.
XINSServletRequest(String) - Constructor for class org.xins.common.servlet.container.XINSServletRequest
Creates a new Servlet request.
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 in org.xins.common.servlet.container
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 - Class in org.xins.common.types.standard
Standard type _xml.
XML(String) - Constructor for class org.xins.common.types.standard.XML
Constructs a new XML instance.
XMLCallingConvention - Class in org.xins.server
XML calling convention.
XMLCallingConvention() - Constructor for class org.xins.server.XMLCallingConvention
 
XMLRPCCallingConvention - Class in org.xins.server
The XML-RPC calling convention.
XMLRPCCallingConvention(API) - Constructor for class org.xins.server.XMLRPCCallingConvention
Creates a new XMLRPCCallingConvention instance.
xmlToObject(Element, Object, Map, Map) - Static method in class org.xins.common.BeanUtils
Fills the result object with of the content of the XML element object.
xmlToObject(Element, Object) - Static method in class org.xins.common.BeanUtils
Fills the result object with of the content of the XML element object.
XMLType - Class in org.xins.common.types
Abstract base class for XML types with XSD validation.
XMLType(String, String) - Constructor for class org.xins.common.types.XMLType
Creates a new XMLType instance.
XSLTCallingConvention - Class in org.xins.server
XSLT calling convention.
XSLTCallingConvention() - Constructor for class org.xins.server.XSLTCallingConvention
Constructs a new XSLTCallingConvention object.
XsltPlusTask - Class in org.xins.common.ant
Apache Ant task similar to the <xslt> task with the option that allow to never overwrite the destination.
XsltPlusTask() - Constructor for class org.xins.common.ant.XsltPlusTask
 

_

_DISABLED_API - Static variable in interface org.xins.server.DefaultResultCodes
Constant for the _DisabledAPI result code.
_DISABLED_FUNCTION - Static variable in interface org.xins.server.DefaultResultCodes
Constant for the _DisabledFunction result code.
_filePaths - Variable in class org.xins.common.io.FileWatcher
The string representation of the files to watch.
_FUNCTION_NOT_FOUND - Static variable in interface org.xins.server.DefaultResultCodes
Constant for the _FunctionNotFound result code.
_FUNCTION_NOT_SPECIFIED - Static variable in interface org.xins.server.DefaultResultCodes
Constant for the _FunctionNotSpecified 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_REQUEST_FORMAT - Static variable in interface org.xins.server.DefaultResultCodes
Constant for the _InvalidRequestFormat result code.
_INVALID_RESPONSE - Static variable in interface org.xins.server.DefaultResultCodes
Constant for the _InvalidResponse result code.
_lastModified - Variable in class org.xins.common.io.FileWatcher
Timestamp of the last modification of the file.
_lastStatisticsReset - Variable in class org.xins.server.StatisticsInterceptor
Last time the statistics were reset.
_namesToItems - Variable in class org.xins.common.types.EnumType
Map that links symbolic names to enumeration item objects.
_NOT_ALLOWED - Static variable in interface org.xins.server.DefaultResultCodes
Constant for the _NotAllowed result code.
_valuesToItems - Variable in class org.xins.common.types.EnumType
Map that links enumeration values to enumeration item objects.
A B C D E F G H I J L M N O P Q R S T U V W X _ 

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