|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
org.xins.common.threads.Doorman
Deprecated since XINS 1.0.1. Use synchronized sections instead.
The implementation of this class is flawed. |
|
org.xins.server.Element
Deprecated since XINS 1.1.0. Use class org.xins.common.xml.Element instead. |
|
org.xins.common.ExceptionUtils
Deprecated since XINS 1.2.0. Use class ExceptionUtils instead |
|
org.xins.logdoc.LogdocExceptionUtils
Deprecated since XINS 1.2.0. Use class ExceptionUtils instead. |
|
org.xins.common.text.WhislEncoding
Deprecated since XINS 1.4.0. Use class URLEncoding instead. |
Deprecated Exceptions | |
org.xins.common.text.NonASCIIException
Deprecated since XINS 1.4.0. No longer thrown as URLEncoding supports Unicode. |
Deprecated Fields | |
org.xins.server.APIServlet.LOG_LOCALE_PROPERTY
Use LogCentral.LOG_LOCALE_PROPERTY . |
Deprecated Methods | |
org.xins.server.FunctionResult.add(Element)
Deprecated since XINS 1.3.0. Use FunctionResult.add(org.xins.common.xml.Element) instead. |
|
org.xins.server.AccessRuleList.allow(String, String)
Deprecated since XINS 1.3.0. Use AccessRuleList.isAllowed(String,String) instead. |
|
org.xins.common.http.HTTPServiceCaller.call(HTTPCallRequest, HTTPCallConfig, TargetDescriptor)
Deprecated since XINS 1.1.0, since this method is expected to be removed. Please do not use it directly. |
|
org.xins.common.http.HTTPServiceCaller.call(HTTPCallRequest, TargetDescriptor)
Deprecated since XINS 1.0.0, since this method is expected to be removed. Please do not use it directly. |
|
org.xins.client.DataElement.get(String)
Deprecated since XINS 1.1.0. Use DataElement.getAttribute(String)
instead. This method has been deprecated since it used to
expect/accept a combination of the namespace prefix and the local
name in XINS 1.0, although that XML Namespaces were not supported
yet. This method is guaranteed not to be removed before XINS 2.0.0. |
|
org.xins.client.DataElement.getAttributes()
Deprecated since XINS 1.1.0. Use DataElement.getAttributeMap()
instead, which returns all attributes names and values and which
supports XML Namespaces. This method has been deprecated since it
does not support namespaces and since it returned a combination of
the namespace prefix and the local name in XINS 1.0, although XML
Namespaces were not supported yet. This method is guaranteed not to
be removed before XINS 2.0.0. |
|
org.xins.common.http.HTTPCallRequest.getMethod()
Deprecated since XINS 1.1.0. Use HTTPCallRequest.getHTTPCallConfig() instead.
This method is guaranteed not to be removed before XINS 2.0.0. |
|
org.xins.client.DataElement.getName()
Deprecated since XINS 1.1.0. Use DataElement.getLocalName() instead,
which has the same functionality and behavior. This method has been
deprecated since it returned a combination of the namespace prefix
and the local name in XINS 1.0. This method is guaranteed not to be
removed before XINS 2.0.0. |
|
org.xins.server.APIServlet.initImpl(ServletConfig)
Deprecated since XINS 1.3.0. Use APIServlet.init(ServletConfig)
instead. |
|
org.xins.client.XINSCallRequest.isFailOverAllowed()
Deprecated since XINS 1.1.0. Call XINSCallRequest.getXINSCallConfig() instead and then call
isFailOverAllowed() on the
returned call configuration object.
This method is guaranteed not to be removed before XINS 2.0.0. |
|
org.xins.server.AccessRuleList.parseAccessRuleList(String)
Deprecated since XINS 1.3.0. Use AccessRuleList.parseAccessRuleList(String,int) instead. |
|
org.xins.common.servlet.container.LocalServletHandler.query(String, char[], Map)
Since XINS 1.5.0. The way the HTTP method is determined is incorrect. Use LocalServletHandler.query(String,String,String,Map) instead. |
|
org.xins.common.servlet.container.LocalServletHandler.query(String, char[], String)
Since XINS 1.5.0. The way the HTTP method is determined is incorrect. Use LocalServletHandler.query(String,String,String,Map) instead. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |