Package | Description |
---|---|
org.xins.client |
XINS client framework.
|
org.xins.common.net |
Network-related utility classes.
|
org.xins.common.servlet |
Servlet-related utility classes.
|
org.xins.common.text |
Text-related utility classes.
|
org.xins.common.xml |
XML-related classes.
|
org.xins.server |
XINS server framework.
|
Modifier and Type | Method and Description |
---|---|
XINSCallResultData |
XINSCallResultParser.parse(byte[] xml)
Parses the given XML string to create a
XINSCallResultData
object. |
Modifier and Type | Method and Description |
---|---|
static int |
IPAddressUtils.ipToInt(String ip)
Converts an IP address in the form a.b.c.d to an
int . |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
ServletToMapConverter.servletRequestToMap(HttpServletRequest request)
Returns a Map that contains the parameters from a
ServletRequest object. |
Constructor and Description |
---|
ServletRequestPropertyReader(HttpServletRequest request)
Deprecated.
Constructs a new
ServletRequestPropertyReader for an
HttpServletRequest . |
Modifier and Type | Method and Description |
---|---|
Pattern |
SimplePatternParser.parseSimplePattern(String simplePattern)
Converts the specified simple pattern to a Perl 5 regular expression.
|
Modifier and Type | Method and Description |
---|---|
void |
ElementBuilder.addXMLChild(String xmlChild)
Deprecated.
Adds a new child element.
|
Element |
ElementList.getUniqueChildElement()
Gets the unique child of this list.
|
Element |
Element.getUniqueChildElement()
Deprecated.
Gets the unique child of this element.
|
Element |
Element.getUniqueChildElement(String elementName)
Deprecated.
Gets the unique child of this element with the specified name.
|
Element |
ElementParser.parse(File file)
Deprecated.
Parses content of a file to create an XML
Element object. |
Element |
ElementParser.parse(InputStream in)
Deprecated.
Parses content of a character stream to create an XML
Element object. |
Element |
ElementParser.parse(Reader in)
Deprecated.
Parses content of a character stream to create an XML
Element object. |
Element |
ElementParser.parse(String text)
Deprecated.
Parses the specified String to create an XML
Element object. |
Modifier and Type | Method and Description |
---|---|
Boolean |
AccessRuleList.isAllowed(String ip,
String functionName,
String conventionName)
Determines if the specified IP address is allowed to access the
specified function, returning a
Boolean object or
null . |
Boolean |
AccessRuleFile.isAllowed(String ip,
String functionName,
String conventionName)
Determines if the specified IP address is allowed to access the
specified function, returning a
Boolean object or
null . |
Boolean |
AccessRuleContainer.isAllowed(String ip,
String functionName,
String conventionName)
Determines if the specified IP address is allowed to access the
specified function.
|
Boolean |
AccessRule.isAllowed(String ip,
String functionName,
String conventionName)
Determines if the specified IP address is allowed to access the
specified function, returning a
Boolean object or
null . |
boolean |
IPFilter.match(String ipString)
Determines if the specified IP address is authorized.
|
boolean |
AccessRule.match(String ip,
String functionName,
String conventionName)
Determines if the specified IP address and function match this rule.
|
static AccessRule |
AccessRule.parseAccessRule(String descriptor)
Parses the specified character string to construct a new
AccessRule object. |
static AccessRuleList |
AccessRuleList.parseAccessRuleList(String descriptor,
int interval)
Parses the specified character string to construct a new
AccessRuleList object, with the specified watch interval
for referenced files. |
static IPFilter |
IPFilter.parseIPFilter(String expression)
Creates an
IPFilter object for the specified filter
expression. |
Constructor and Description |
---|
AccessRuleFile(String descriptor,
int interval)
Constructs a new
AccessRuleFile based on a descriptor and
a file watch interval. |
See http://www.xins.org/.