From ece7d18cf35374bf4e26d041799cda8f791c89f8 Mon Sep 17 00:00:00 2001 From: gregor Date: Mon, 7 Jul 2003 10:58:37 +0000 Subject: Initial commit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@2 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../at/gv/egovernment/moa/util/Base64Utils.html | 289 ++++++ .../at/gv/egovernment/moa/util/BoolUtils.html | 221 +++++ .../gv/egovernment/moa/util/CollectionUtils.html | 222 +++++ .../at/gv/egovernment/moa/util/Constants.html | 1007 ++++++++++++++++++++ .../at/gv/egovernment/moa/util/DOMUtils.html | 650 +++++++++++++ .../at/gv/egovernment/moa/util/DateTimeUtils.html | 241 +++++ .../egovernment/moa/util/EntityResolverChain.html | 250 +++++ .../at/gv/egovernment/moa/util/FileUtils.html | 324 +++++++ .../at/gv/egovernment/moa/util/KeyStoreUtils.html | 302 ++++++ .../gv/egovernment/moa/util/MOADefaultHandler.html | 328 +++++++ .../gv/egovernment/moa/util/MOAEntityResolver.html | 242 +++++ .../gv/egovernment/moa/util/MOAErrorHandler.html | 282 ++++++ .../at/gv/egovernment/moa/util/MOATimer.html | 326 +++++++ .../gv/egovernment/moa/util/MessageProvider.html | 252 +++++ .../at/gv/egovernment/moa/util/Messages.html | 229 +++++ .../egovernment/moa/util/NodeIteratorAdapter.html | 362 +++++++ .../gv/egovernment/moa/util/NodeListAdapter.html | 249 +++++ .../egovernment/moa/util/ResourceBundleChain.html | 240 +++++ .../at/gv/egovernment/moa/util/SSLUtils.html | 408 ++++++++ .../egovernment/moa/util/StreamEntityResolver.html | 237 +++++ .../at/gv/egovernment/moa/util/StreamUtils.html | 265 ++++++ .../at/gv/egovernment/moa/util/URLDecoder.html | 221 +++++ .../at/gv/egovernment/moa/util/URLEncoder.html | 221 +++++ .../at/gv/egovernment/moa/util/XPathException.html | 284 ++++++ .../at/gv/egovernment/moa/util/XPathUtils.html | 543 +++++++++++ .../moa/util/class-use/Base64Utils.html | 95 ++ .../egovernment/moa/util/class-use/BoolUtils.html | 95 ++ .../moa/util/class-use/CollectionUtils.html | 95 ++ .../egovernment/moa/util/class-use/Constants.html | 95 ++ .../egovernment/moa/util/class-use/DOMUtils.html | 95 ++ .../moa/util/class-use/DateTimeUtils.html | 95 ++ .../moa/util/class-use/EntityResolverChain.html | 95 ++ .../egovernment/moa/util/class-use/FileUtils.html | 95 ++ .../moa/util/class-use/KeyStoreUtils.html | 95 ++ .../moa/util/class-use/MOADefaultHandler.html | 95 ++ .../moa/util/class-use/MOAEntityResolver.html | 95 ++ .../moa/util/class-use/MOAErrorHandler.html | 95 ++ .../egovernment/moa/util/class-use/MOATimer.html | 131 +++ .../moa/util/class-use/MessageProvider.html | 133 +++ .../egovernment/moa/util/class-use/Messages.html | 95 ++ .../moa/util/class-use/NodeIteratorAdapter.html | 95 ++ .../moa/util/class-use/NodeListAdapter.html | 95 ++ .../moa/util/class-use/ResourceBundleChain.html | 95 ++ .../egovernment/moa/util/class-use/SSLUtils.html | 95 ++ .../moa/util/class-use/StreamEntityResolver.html | 95 ++ .../moa/util/class-use/StreamUtils.html | 95 ++ .../egovernment/moa/util/class-use/URLDecoder.html | 95 ++ .../egovernment/moa/util/class-use/URLEncoder.html | 95 ++ .../moa/util/class-use/XPathException.html | 222 +++++ .../egovernment/moa/util/class-use/XPathUtils.html | 95 ++ .../at/gv/egovernment/moa/util/package-frame.html | 92 ++ .../gv/egovernment/moa/util/package-summary.html | 242 +++++ .../at/gv/egovernment/moa/util/package-tree.html | 127 +++ .../at/gv/egovernment/moa/util/package-use.html | 135 +++ 54 files changed, 11367 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/Base64Utils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/BoolUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/CollectionUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/Constants.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/DOMUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/DateTimeUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/EntityResolverChain.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/FileUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/KeyStoreUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOADefaultHandler.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOAEntityResolver.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOAErrorHandler.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOATimer.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MessageProvider.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/Messages.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/NodeIteratorAdapter.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/NodeListAdapter.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/ResourceBundleChain.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/SSLUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/StreamEntityResolver.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/StreamUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/URLDecoder.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/URLEncoder.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/XPathException.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/XPathUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/Base64Utils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/BoolUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/CollectionUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/Constants.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/DOMUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/DateTimeUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/EntityResolverChain.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/FileUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/KeyStoreUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOADefaultHandler.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOAEntityResolver.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOAErrorHandler.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOATimer.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MessageProvider.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/Messages.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/NodeIteratorAdapter.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/NodeListAdapter.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/ResourceBundleChain.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/SSLUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/StreamEntityResolver.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/StreamUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/URLDecoder.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/URLEncoder.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/XPathException.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/XPathUtils.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-frame.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-summary.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-tree.html create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-use.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/Base64Utils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/Base64Utils.html new file mode 100644 index 000000000..d7989a8ff --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/Base64Utils.html @@ -0,0 +1,289 @@ + + + + + + +MOA SP/SS Server Internal API: Class Base64Utils + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class Base64Utils

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.Base64Utils
+
+
+
+
public class Base64Utils
extends Object
+ +

+Utitility functions for encoding/decoding Base64 strings. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
Base64Utils() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static byte[]decode(String base64String, + boolean ignoreInvalidChars) + +
+          Read the bytes encoded in a Base64 encoded String.
+static InputStreamdecodeToStream(String base64String, + boolean ignoreInvalidChars) + +
+          Read the bytes encoded in a Base64 encoded String and provide + them via an InputStream.
+static Stringencode(byte[] bytes) + +
+          Convert a byte array to a Base64 encoded String.
+static Stringencode(InputStream inputStream) + +
+          Convert the data contained in the given stream to a Base64 encoded + String.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+Base64Utils

+
+public Base64Utils()
+
+
+ + + + + + + + +
+Method Detail
+ +

+decode

+
+public static byte[] decode(String base64String,
+                            boolean ignoreInvalidChars)
+                     throws IOException
+
+
Read the bytes encoded in a Base64 encoded String.
+
Parameters:
base64String - The String containing the Base64 encoded + bytes.
ignoreInvalidChars - Whether to ignore invalid Base64 characters.
Returns:
byte[] The raw bytes contained in the base64String.
Throws:
IOException - Failed to read the Base64 data.
+
+
+
+ +

+decodeToStream

+
+public static InputStream decodeToStream(String base64String,
+                                         boolean ignoreInvalidChars)
+
+
Read the bytes encoded in a Base64 encoded String and provide + them via an InputStream.
+
Parameters:
base64String - The String containing the Base64 encoded + bytes.
ignoreInvalidChars - Whether to ignore invalid Base64 characters.
Returns:
The InputStream from which the binary content of the + base64String can be read.
+
+
+
+ +

+encode

+
+public static String encode(byte[] bytes)
+                     throws IOException
+
+
Convert a byte array to a Base64 encoded String.
+
Parameters:
bytes - The bytes to encode.
Returns:
String The Base64 encoded representation of the bytes.
Throws:
IOException - Failed to write the bytes as Base64 data.
+
+
+
+ +

+encode

+
+public static String encode(InputStream inputStream)
+                     throws IOException
+
+
Convert the data contained in the given stream to a Base64 encoded + String.
+
Parameters:
inputStream - The stream containing the data to encode.
Returns:
The Base64 encoded data of inputStream, as a + String.
Throws:
IOException - Failed to convert the data in the stream.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/BoolUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/BoolUtils.html new file mode 100644 index 000000000..d1ae55c28 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/BoolUtils.html @@ -0,0 +1,221 @@ + + + + + + +MOA SP/SS Server Internal API: Class BoolUtils + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class BoolUtils

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.BoolUtils
+
+
+
+
public class BoolUtils
extends Object
+ +

+Utility class for parsing XML schema boolean values. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
BoolUtils() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static booleanvalueOf(String boolStr) + +
+          Return the boolean value of an xsd:boolean type of DOM + element/attribute.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+BoolUtils

+
+public BoolUtils()
+
+
+ + + + + + + + +
+Method Detail
+ +

+valueOf

+
+public static boolean valueOf(String boolStr)
+
+
Return the boolean value of an xsd:boolean type of DOM + element/attribute.
+
Parameters:
boolStr - The value of the xsd:boolean element/attribute.
Returns:
true, if boolStr equals + "true" or "1;". Otherwise, + false is returned.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/CollectionUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/CollectionUtils.html new file mode 100644 index 000000000..23f99fc14 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/CollectionUtils.html @@ -0,0 +1,222 @@ + + + + + + +MOA SP/SS Server Internal API: Class CollectionUtils + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class CollectionUtils

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.CollectionUtils
+
+
+
+
public class CollectionUtils
extends Object
+ +

+Various utility methods for dealing with java.util.Collection + classes. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
CollectionUtils() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static int[]toIntArray(List nums) + +
+          Convert a List of Number objects to an + int array.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+CollectionUtils

+
+public CollectionUtils()
+
+
+ + + + + + + + +
+Method Detail
+ +

+toIntArray

+
+public static int[] toIntArray(List nums)
+
+
Convert a List of Number objects to an + int array.
+
Parameters:
nums - The List containing the numbers whose integer + value to put into the result.
Returns:
The int values of the Numbers contained + in nums.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/Constants.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/Constants.html new file mode 100644 index 000000000..cb10db432 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/Constants.html @@ -0,0 +1,1007 @@ + + + + + + +MOA SP/SS Server Internal API: Interface Constants + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Interface Constants

+
+
+
public interface Constants
+ +

+Contains various constants used throughout the system. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringALL_SCHEMA_LOCATIONS + +
+          Contains all namespaces and local schema locations for XML schema + definitions relevant for MOA.
+static StringC14N_URI + +
+          URI of the Canonical XML algorithm
+static StringC14N_WITH_COMMENTS_URI + +
+          URI of the Canoncial XML with comments algorithm
+static StringDSIG_EC_NS_URI + +
+          URI of the Exclusive Canonicalization XML namespace
+static StringDSIG_EC_PREFIX + +
+          Prefix used for the Exclusive Canonicalization XML namespace
+static StringDSIG_EC_SCHEMA_LOCATION + +
+          Local location of the Exclusive Canonicalizaion XML schema definition
+static StringDSIG_FILTER2_NS_URI + +
+          URI of the XMLDSig XPath Filter XML namespace.
+static StringDSIG_FILTER2_PREFIX + +
+          Prefix used for the XMLDSig XPath Filter XML namespace
+static StringDSIG_FILTER2_SCHEMA_LOCATION + +
+          Local location of the XMLDSig XPath Filter XML schema definition.
+static StringDSIG_NS_URI + +
+          URI of the XMLDSig XML namespace.
+static StringDSIG_PREFIX + +
+          Prefix used for the XMLDSig XML namespace
+static StringDSIG_SCHEMA_LOCATION + +
+          Local location of the XMLDSig XML schema.
+static StringECDSA_NS_URI + +
+          URI of the ECDSA XML namespace
+static StringECDSA_PREFIX + +
+          Prefix used for ECDSA namespace
+static StringECDSA_SCHEMA_LOCATION + +
+          Local location of ECDSA XML schema definition
+static StringEXC_C14N_URI + +
+          URI of the Exclusive Canonical XML algorithm
+static StringEXC_C14N_WITH_COMMENTS_URI + +
+          URI of the Exclusive Canonical XML with commments algorithm
+static StringMOA_CONFIG_NS_URI + +
+          URI of the MOA configuration XML namespace.
+static StringMOA_CONFIG_PREFIX + +
+          Prefix used for the MOA configuration XML namespace
+static StringMOA_CONFIG_SCHEMA_LOCATION + +
+          Local location of the MOA configuration XML schema definition.
+static StringMOA_ID_CONFIG_NS_URI + +
+          URI of the MOA ID configuration XML namespace.
+static StringMOA_ID_CONFIG_PREFIX + +
+          Prefix used for the MOA configuration XML namespace
+static StringMOA_ID_CONFIG_SCHEMA_LOCATION + +
+          Local location of the MOA ID configuration XML schema definition.
+static StringMOA_NS_URI + +
+          URI of the MOA XML namespace.
+static StringMOA_PREFIX + +
+          Prefix used for the MOA XML namespace
+static StringMOA_SCHEMA_LOCATION + +
+          Local location of the MOA XML schema definition.
+static StringPD_NS_URI + +
+          URI of the PersonData XML namespace.
+static StringPD_PREFIX + +
+          Prefix used for the PersonData XML namespace
+static StringPD_SCHEMA_LOCATION + +
+          Local location of the PersonData XML schema definition
+static StringSAML_NS_URI + +
+          URI of the SAML namespace.
+static StringSAML_PREFIX + +
+          Prefix used for the SAML XML namespace
+static StringSAML_SCHEMA_LOCATION + +
+          Local location of the SAML XML schema definition.
+static StringSAMLP_NS_URI + +
+          URI of the SAML request-response protocol namespace.
+static StringSAMLP_PREFIX + +
+          Prefix used for the SAML request-response protocol namespace
+static StringSAMLP_SCHEMA_LOCATION + +
+          Local location of the SAML request-response protocol schema definition.
+static StringSCHEMA_ROOT + +
+          Root location of the schema files.
+static StringSHA1_URI + +
+          URI of the SHA1 digest algorithm
+static StringSL_MANIFEST_TYPE_URI + +
+          Security Layer manifest type URI.
+static StringSL10_NS_URI + +
+          URI of the Security Layer 1.0 namespace.
+static StringSL10_PREFIX + +
+          Prefix used for the Security Layer 1.0 XML namespace
+static StringSL10_SCHEMA_LOCATION + +
+          Local location of the Security Layer 1.0 XML schema definition
+static StringSL11_NS_URI + +
+          URI of the Security Layer 1.1 XML namespace
+static StringSL11_PREFIX + +
+          Prefix used for the Security Layer 1.1 XML namespace
+static StringSL11_SCHEMA_LOCATION + +
+          Local location of the Security Layer 1.1 XML schema definition
+static StringXML_NS_URI + +
+          URI of the XML namespace.
+static StringXML_PREFIX + +
+          Prefix used for the XML namespace
+static StringXML_SCHEMA_LOCATION + +
+          Local location of the XML schema definition.
+static StringXMLNS_NS_URI + +
+          URI of the XMLNS namespace
+static StringXSI_NS_URI + +
+          URI of the XSI XMLNS namespace
+static StringXSI_PREFIX + +
+          Prefix used for the XSI namespace
+static StringXSI_SCHEMA_LOCATION + +
+          Local location of the XSI schema definition.
+static StringXSLT_NS_URI + +
+          URI of the XSLT XML namespace
+static StringXSLT_PREFIX + +
+          Prefix used for the XSLT XML namespace
+  + + + + + + +

+ + + + + + + + +
+Field Detail
+ +

+SCHEMA_ROOT

+
+public static final String SCHEMA_ROOT
+
+
Root location of the schema files.
+
+ +

+MOA_NS_URI

+
+public static final String MOA_NS_URI
+
+
URI of the MOA XML namespace.
+
+ +

+MOA_PREFIX

+
+public static final String MOA_PREFIX
+
+
Prefix used for the MOA XML namespace
+
+ +

+MOA_SCHEMA_LOCATION

+
+public static final String MOA_SCHEMA_LOCATION
+
+
Local location of the MOA XML schema definition.
+
+ +

+MOA_CONFIG_NS_URI

+
+public static final String MOA_CONFIG_NS_URI
+
+
URI of the MOA configuration XML namespace.
+
+ +

+MOA_ID_CONFIG_NS_URI

+
+public static final String MOA_ID_CONFIG_NS_URI
+
+
URI of the MOA ID configuration XML namespace.
+
+ +

+MOA_CONFIG_PREFIX

+
+public static final String MOA_CONFIG_PREFIX
+
+
Prefix used for the MOA configuration XML namespace
+
+ +

+MOA_ID_CONFIG_PREFIX

+
+public static final String MOA_ID_CONFIG_PREFIX
+
+
Prefix used for the MOA configuration XML namespace
+
+ +

+MOA_CONFIG_SCHEMA_LOCATION

+
+public static final String MOA_CONFIG_SCHEMA_LOCATION
+
+
Local location of the MOA configuration XML schema definition.
+
+ +

+MOA_ID_CONFIG_SCHEMA_LOCATION

+
+public static final String MOA_ID_CONFIG_SCHEMA_LOCATION
+
+
Local location of the MOA ID configuration XML schema definition.
+
+ +

+SL10_NS_URI

+
+public static final String SL10_NS_URI
+
+
URI of the Security Layer 1.0 namespace.
+
+ +

+SL10_PREFIX

+
+public static final String SL10_PREFIX
+
+
Prefix used for the Security Layer 1.0 XML namespace
+
+ +

+SL10_SCHEMA_LOCATION

+
+public static final String SL10_SCHEMA_LOCATION
+
+
Local location of the Security Layer 1.0 XML schema definition
+
+ +

+SL11_NS_URI

+
+public static final String SL11_NS_URI
+
+
URI of the Security Layer 1.1 XML namespace
+
+ +

+SL11_PREFIX

+
+public static final String SL11_PREFIX
+
+
Prefix used for the Security Layer 1.1 XML namespace
+
+ +

+SL11_SCHEMA_LOCATION

+
+public static final String SL11_SCHEMA_LOCATION
+
+
Local location of the Security Layer 1.1 XML schema definition
+
+ +

+ECDSA_NS_URI

+
+public static final String ECDSA_NS_URI
+
+
URI of the ECDSA XML namespace
+
+ +

+ECDSA_PREFIX

+
+public static final String ECDSA_PREFIX
+
+
Prefix used for ECDSA namespace
+
+ +

+ECDSA_SCHEMA_LOCATION

+
+public static final String ECDSA_SCHEMA_LOCATION
+
+
Local location of ECDSA XML schema definition
+
+ +

+PD_NS_URI

+
+public static final String PD_NS_URI
+
+
URI of the PersonData XML namespace.
+
+ +

+PD_PREFIX

+
+public static final String PD_PREFIX
+
+
Prefix used for the PersonData XML namespace
+
+ +

+PD_SCHEMA_LOCATION

+
+public static final String PD_SCHEMA_LOCATION
+
+
Local location of the PersonData XML schema definition
+
+ +

+SAML_NS_URI

+
+public static final String SAML_NS_URI
+
+
URI of the SAML namespace.
+
+ +

+SAML_PREFIX

+
+public static final String SAML_PREFIX
+
+
Prefix used for the SAML XML namespace
+
+ +

+SAML_SCHEMA_LOCATION

+
+public static final String SAML_SCHEMA_LOCATION
+
+
Local location of the SAML XML schema definition.
+
+ +

+SAMLP_NS_URI

+
+public static final String SAMLP_NS_URI
+
+
URI of the SAML request-response protocol namespace.
+
+ +

+SAMLP_PREFIX

+
+public static final String SAMLP_PREFIX
+
+
Prefix used for the SAML request-response protocol namespace
+
+ +

+SAMLP_SCHEMA_LOCATION

+
+public static final String SAMLP_SCHEMA_LOCATION
+
+
Local location of the SAML request-response protocol schema definition.
+
+ +

+XML_NS_URI

+
+public static final String XML_NS_URI
+
+
URI of the XML namespace.
+
+ +

+XML_PREFIX

+
+public static final String XML_PREFIX
+
+
Prefix used for the XML namespace
+
+ +

+XML_SCHEMA_LOCATION

+
+public static final String XML_SCHEMA_LOCATION
+
+
Local location of the XML schema definition.
+
+ +

+XMLNS_NS_URI

+
+public static final String XMLNS_NS_URI
+
+
URI of the XMLNS namespace
+
+ +

+XSI_PREFIX

+
+public static final String XSI_PREFIX
+
+
Prefix used for the XSI namespace
+
+ +

+XSI_SCHEMA_LOCATION

+
+public static final String XSI_SCHEMA_LOCATION
+
+
Local location of the XSI schema definition.
+
+ +

+XSI_NS_URI

+
+public static final String XSI_NS_URI
+
+
URI of the XSI XMLNS namespace
+
+ +

+XSLT_NS_URI

+
+public static final String XSLT_NS_URI
+
+
URI of the XSLT XML namespace
+
+ +

+XSLT_PREFIX

+
+public static final String XSLT_PREFIX
+
+
Prefix used for the XSLT XML namespace
+
+ +

+DSIG_NS_URI

+
+public static final String DSIG_NS_URI
+
+
URI of the XMLDSig XML namespace.
+
+ +

+DSIG_PREFIX

+
+public static final String DSIG_PREFIX
+
+
Prefix used for the XMLDSig XML namespace
+
+ +

+DSIG_SCHEMA_LOCATION

+
+public static final String DSIG_SCHEMA_LOCATION
+
+
Local location of the XMLDSig XML schema.
+
+ +

+DSIG_FILTER2_NS_URI

+
+public static final String DSIG_FILTER2_NS_URI
+
+
URI of the XMLDSig XPath Filter XML namespace.
+
+ +

+DSIG_FILTER2_PREFIX

+
+public static final String DSIG_FILTER2_PREFIX
+
+
Prefix used for the XMLDSig XPath Filter XML namespace
+
+ +

+DSIG_FILTER2_SCHEMA_LOCATION

+
+public static final String DSIG_FILTER2_SCHEMA_LOCATION
+
+
Local location of the XMLDSig XPath Filter XML schema definition.
+
+ +

+DSIG_EC_NS_URI

+
+public static final String DSIG_EC_NS_URI
+
+
URI of the Exclusive Canonicalization XML namespace
+
+ +

+DSIG_EC_PREFIX

+
+public static final String DSIG_EC_PREFIX
+
+
Prefix used for the Exclusive Canonicalization XML namespace
+
+ +

+DSIG_EC_SCHEMA_LOCATION

+
+public static final String DSIG_EC_SCHEMA_LOCATION
+
+
Local location of the Exclusive Canonicalizaion XML schema definition
+
+ +

+ALL_SCHEMA_LOCATIONS

+
+public static final String ALL_SCHEMA_LOCATIONS
+
+
Contains all namespaces and local schema locations for XML schema + definitions relevant for MOA. For use in validating XML parsers.
+
+ +

+SL_MANIFEST_TYPE_URI

+
+public static final String SL_MANIFEST_TYPE_URI
+
+
Security Layer manifest type URI.
+
+ +

+SHA1_URI

+
+public static final String SHA1_URI
+
+
URI of the SHA1 digest algorithm
+
+ +

+C14N_URI

+
+public static final String C14N_URI
+
+
URI of the Canonical XML algorithm
+
+ +

+C14N_WITH_COMMENTS_URI

+
+public static final String C14N_WITH_COMMENTS_URI
+
+
URI of the Canoncial XML with comments algorithm
+
+ +

+EXC_C14N_URI

+
+public static final String EXC_C14N_URI
+
+
URI of the Exclusive Canonical XML algorithm
+
+ +

+EXC_C14N_WITH_COMMENTS_URI

+
+public static final String EXC_C14N_WITH_COMMENTS_URI
+
+
URI of the Exclusive Canonical XML with commments algorithm
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/DOMUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/DOMUtils.html new file mode 100644 index 000000000..20307081f --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/DOMUtils.html @@ -0,0 +1,650 @@ + + + + + + +MOA SP/SS Server Internal API: Class DOMUtils + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class DOMUtils

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.DOMUtils
+
+
+
+
public class DOMUtils
extends Object
+ +

+Various utility functions for handling XML DOM trees. + + The parsing methods in this class make use of some features internal to the + Xerces DOM parser, mainly for performance reasons. As soon as JAXP + (currently at version 1.2) is better at schema handling, it should be used as + the parser interface. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DOMUtils() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidaddSchemaToPool(InputStream inputStream, + String systemId) + +
+          Preparse a schema and add it to the schema pool.
+static booleancheckAttributeParentsInNodeList(org.w3c.dom.NodeList nodes) + +
+          Check, that each attribute node in the given NodeList has its + parent in the NodeList as well.
+static SetcollectNamespaceURIs(org.w3c.dom.Element context) + +
+          Collect all the namespace URIs used in the subtree of a given element.
+static MapgetNamespaceDeclarations(org.w3c.dom.Node node) + +
+          Build the namespace prefix to namespace URL mapping in effect for a given + node.
+static StringgetText(org.w3c.dom.Node node) + +
+          Return the text that a node contains. + +
+static booleanisAncestor(org.w3c.dom.Element candAnc, + org.w3c.dom.Node cand) + +
+          Check, if a given DOM element is an ancestor of a given node.
+static voidlocalizeNamespaceDeclarations(org.w3c.dom.Element context) + +
+          Add all namespace declarations declared in the parent(s) of a given + element and used in the subtree of the given element to the given element.
+static org.w3c.dom.DocumentFragmentnodeList2DocumentFragment(org.w3c.dom.NodeList nodeList) + +
+          Convert an unstructured NodeList into a + DocumentFragment.
+static org.w3c.dom.DocumentparseDocument(InputStream inputStream, + boolean validating, + String externalSchemaLocations, + String externalNoNamespaceSchemaLocation) + +
+          Parse an XML document from an InputStream. + +
+static org.w3c.dom.DocumentparseDocument(InputStream inputStream, + boolean validating, + String externalSchemaLocations, + String externalNoNamespaceSchemaLocation, + org.xml.sax.EntityResolver entityResolver, + org.xml.sax.ErrorHandler errorHandler) + +
+          Parse an XML document from an InputStream.
+static org.w3c.dom.DocumentparseDocument(String xmlString, + boolean validating, + String externalSchemaLocations, + String externalNoNamespaceSchemaLocation) + +
+          Parse an UTF-8 encoded XML document from a String.
+static org.w3c.dom.DocumentparseDocument(String xmlString, + String encoding, + boolean validating, + String externalSchemaLocations, + String externalNoNamespaceSchemaLocation) + +
+          Parse an XML document from a String. + +
+static org.w3c.dom.ElementparseXmlValidating(InputStream inputStream) + +
+          A convenience method to parse an XML document validating.
+static StringserializeNode(org.w3c.dom.Node node) + +
+          Serialize the given DOM node. + +
+static byte[]serializeNode(org.w3c.dom.Node node, + String xmlEncoding) + +
+          Serialize the given DOM node to a byte array.
+static booleanvalidateElement(org.w3c.dom.Element element, + String externalSchemaLocations, + String externalNoNamespaceSchemaLocation) + +
+          Schema validate a given DOM element.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DOMUtils

+
+public DOMUtils()
+
+
+ + + + + + + + +
+Method Detail
+ +

+addSchemaToPool

+
+public static void addSchemaToPool(InputStream inputStream,
+                                   String systemId)
+                            throws IOException
+
+
Preparse a schema and add it to the schema pool.
+
Parameters:
inputStream - An InputStream providing the contents of + the schema.
systemId - The systemId to use for the schema.
Throws:
IOException - An error occurred reading the schema.
+
+
+
+ +

+parseDocument

+
+public static org.w3c.dom.Document parseDocument(InputStream inputStream,
+                                                 boolean validating,
+                                                 String externalSchemaLocations,
+                                                 String externalNoNamespaceSchemaLocation,
+                                                 org.xml.sax.EntityResolver entityResolver,
+                                                 org.xml.sax.ErrorHandler errorHandler)
+                                          throws org.xml.sax.SAXException,
+                                                 IOException,
+                                                 javax.xml.parsers.ParserConfigurationException
+
+
Parse an XML document from an InputStream.
+
Parameters:
inputStream - The InputStream containing the XML + document.
validating - If true, parse validating.
externalSchemaLocations - A String containing namespace + URI to schema location pairs, the same way it is accepted by the xsi: + schemaLocation attribute.
externalNoNamespaceSchemaLocation - The schema location of the + schema for elements without a namespace, the same way it is accepted by the + xsi:noNamespaceSchemaLocation attribute.
entityResolver - An EntityResolver to resolve external + entities (schemas and DTDs). If null, it will not be set.
errorHandler - An ErrorHandler to decide what to do + with parsing errors. If null, it will not be set.
Returns:
The parsed XML document as a DOM tree.
Throws:
org.xml.sax.SAXException - An error occurred parsing the document.
IOException - An error occurred reading the document.
javax.xml.parsers.ParserConfigurationException - An error occurred configuring the XML + parser.
+
+
+
+ +

+parseDocument

+
+public static org.w3c.dom.Document parseDocument(InputStream inputStream,
+                                                 boolean validating,
+                                                 String externalSchemaLocations,
+                                                 String externalNoNamespaceSchemaLocation)
+                                          throws org.xml.sax.SAXException,
+                                                 IOException,
+                                                 javax.xml.parsers.ParserConfigurationException
+
+
Parse an XML document from an InputStream. + + It uses a MOAEntityResolver as the EntityResolver + and a MOAErrorHandler as the ErrorHandler.
+
Parameters:
inputStream - The InputStream containing the XML + document.
validating - If true, parse validating.
externalSchemaLocations - A String containing namespace + URI to schema location pairs, the same way it is accepted by the xsi: + schemaLocation attribute.
externalNoNamespaceSchemaLocation - The schema location of the + schema for elements without a namespace, the same way it is accepted by the + xsi:noNamespaceSchemaLocation attribute.
Returns:
The parsed XML document as a DOM tree.
Throws:
org.xml.sax.SAXException - An error occurred parsing the document.
IOException - An error occurred reading the document.
javax.xml.parsers.ParserConfigurationException - An error occurred configuring the XML + parser.
+
+
+
+ +

+parseDocument

+
+public static org.w3c.dom.Document parseDocument(String xmlString,
+                                                 String encoding,
+                                                 boolean validating,
+                                                 String externalSchemaLocations,
+                                                 String externalNoNamespaceSchemaLocation)
+                                          throws org.xml.sax.SAXException,
+                                                 IOException,
+                                                 javax.xml.parsers.ParserConfigurationException
+
+
Parse an XML document from a String. + + It uses a MOAEntityResolver as the EntityResolver + and a MOAErrorHandler as the ErrorHandler.
+
Parameters:
xmlString - The String containing the XML document.
encoding - The encoding of the XML document.
validating - If true, parse validating.
externalSchemaLocations - A String containing namespace + URI to schema location pairs, the same way it is accepted by the xsi: + schemaLocation attribute.
externalNoNamespaceSchemaLocation - The schema location of the + schema for elements without a namespace, the same way it is accepted by the + xsi:noNamespaceSchemaLocation attribute.
Returns:
The parsed XML document as a DOM tree.
Throws:
org.xml.sax.SAXException - An error occurred parsing the document.
IOException - An error occurred reading the document.
javax.xml.parsers.ParserConfigurationException - An error occurred configuring the XML + parser.
+
+
+
+ +

+parseDocument

+
+public static org.w3c.dom.Document parseDocument(String xmlString,
+                                                 boolean validating,
+                                                 String externalSchemaLocations,
+                                                 String externalNoNamespaceSchemaLocation)
+                                          throws org.xml.sax.SAXException,
+                                                 IOException,
+                                                 javax.xml.parsers.ParserConfigurationException
+
+
Parse an UTF-8 encoded XML document from a String.
+
Parameters:
xmlString - The String containing the XML document.
validating - If true, parse validating.
externalSchemaLocations - A String containing namespace + URI to schema location pairs, the same way it is accepted by the xsi: + schemaLocation attribute.
externalNoNamespaceSchemaLocation - The schema location of the + schema for elements without a namespace, the same way it is accepted by the + xsi:noNamespaceSchemaLocation attribute.
Returns:
The parsed XML document as a DOM tree.
Throws:
org.xml.sax.SAXException - An error occurred parsing the document.
IOException - An error occurred reading the document.
javax.xml.parsers.ParserConfigurationException - An error occurred configuring the XML + parser.
+
+
+
+ +

+parseXmlValidating

+
+public static org.w3c.dom.Element parseXmlValidating(InputStream inputStream)
+                                              throws javax.xml.parsers.ParserConfigurationException,
+                                                     org.xml.sax.SAXException,
+                                                     IOException
+
+
A convenience method to parse an XML document validating.
+
Parameters:
inputStream - The InputStream containing the XML + document.
Returns:
The root element of the parsed XML document.
Throws:
org.xml.sax.SAXException - An error occurred parsing the document.
IOException - An error occurred reading the document.
javax.xml.parsers.ParserConfigurationException - An error occurred configuring the XML + parser.
+
+
+
+ +

+validateElement

+
+public static boolean validateElement(org.w3c.dom.Element element,
+                                      String externalSchemaLocations,
+                                      String externalNoNamespaceSchemaLocation)
+                               throws javax.xml.parsers.ParserConfigurationException,
+                                      IOException,
+                                      org.xml.sax.SAXException,
+                                      javax.xml.transform.TransformerException
+
+
Schema validate a given DOM element.
+
Parameters:
element - The element to validate.
externalSchemaLocations - A String containing namespace + URI to schema location pairs, the same way it is accepted by the xsi: + schemaLocation attribute.
externalNoNamespaceSchemaLocation - The schema location of the + schema for elements without a namespace, the same way it is accepted by the + xsi:noNamespaceSchemaLocation attribute.
Returns:
true, if the element validates against + the schemas declared in it.
Throws:
org.xml.sax.SAXException - An error occurred parsing the document.
IOException - An error occurred reading the document from its + serialized representation.
javax.xml.parsers.ParserConfigurationException - An error occurred configuring the XML
javax.xml.transform.TransformerException - An error occurred serializing the element.
+
+
+
+ +

+serializeNode

+
+public static String serializeNode(org.w3c.dom.Node node)
+                            throws javax.xml.transform.TransformerException,
+                                   IOException
+
+
Serialize the given DOM node. + + The node will be serialized using the UTF-8 encoding.
+
Parameters:
node - The node to serialize.
Returns:
String The String representation of the given DOM + node.
Throws:
javax.xml.transform.TransformerException - An error occurred transforming the + node to a String.
IOException - An IO error occurred writing the node to a byte array.
+
+
+
+ +

+serializeNode

+
+public static byte[] serializeNode(org.w3c.dom.Node node,
+                                   String xmlEncoding)
+                            throws javax.xml.transform.TransformerException,
+                                   IOException
+
+
Serialize the given DOM node to a byte array.
+
Parameters:
node - The node to serialize.
xmlEncoding - The XML encoding to use.
Returns:
The serialized node, as a byte array. Using a compatible encoding + this can easily be converted into a String.
Throws:
javax.xml.transform.TransformerException - An error occurred transforming the node to a + byte array.
IOException - An IO error occurred writing the node to a byte array.
+
+
+
+ +

+getText

+
+public static String getText(org.w3c.dom.Node node)
+
+
Return the text that a node contains. + + This routine: +
    +
  • Ignores comments and processing instructions.
  • +
  • Concatenates TEXT nodes, CDATA nodes, and the results recursively + processing EntityRef nodes.
  • +
  • Ignores any element nodes in the sublist. (Other possible options are + to recurse into element sublists or throw an exception.)
  • +
+
Parameters:
node - A DOM node from which to extract text.
Returns:
A String representing its contents.
+
+
+
+ +

+getNamespaceDeclarations

+
+public static Map getNamespaceDeclarations(org.w3c.dom.Node node)
+
+
Build the namespace prefix to namespace URL mapping in effect for a given + node.
+
Parameters:
node - The context node for which build the map.
Returns:
The namespace prefix to namespace URL mapping ( + a String value to String value mapping).
+
+
+
+ +

+localizeNamespaceDeclarations

+
+public static void localizeNamespaceDeclarations(org.w3c.dom.Element context)
+
+
Add all namespace declarations declared in the parent(s) of a given + element and used in the subtree of the given element to the given element.
+
Parameters:
context - The element to which to add the namespaces.
+
+
+
+ +

+collectNamespaceURIs

+
+public static Set collectNamespaceURIs(org.w3c.dom.Element context)
+
+
Collect all the namespace URIs used in the subtree of a given element.
+
Parameters:
context - The element that should be searched for namespace URIs.
Returns:
All namespace URIs used in the subtree of context, + including the ones used in context itself.
+
+
+
+ +

+checkAttributeParentsInNodeList

+
+public static boolean checkAttributeParentsInNodeList(org.w3c.dom.NodeList nodes)
+
+
Check, that each attribute node in the given NodeList has its + parent in the NodeList as well.
+
Parameters:
nodes - The NodeList to check.
Returns:
true, if each attribute node in nodes + has its parent in nodes as well.
+
+
+
+ +

+nodeList2DocumentFragment

+
+public static org.w3c.dom.DocumentFragment nodeList2DocumentFragment(org.w3c.dom.NodeList nodeList)
+                                                              throws javax.xml.parsers.ParserConfigurationException
+
+
Convert an unstructured NodeList into a + DocumentFragment.
+
Parameters:
nodeList - Contains the node list to be converted into a DOM + DocumentFragment.
Returns:
the resulting DocumentFragment. The DocumentFragment will be + backed by a new DOM Document, i.e. all noded of the node list will be + cloned.
Throws:
javax.xml.parsers.ParserConfigurationException - An error occurred creating the + DocumentFragment.
+
+
+
+ +

+isAncestor

+
+public static boolean isAncestor(org.w3c.dom.Element candAnc,
+                                 org.w3c.dom.Node cand)
+
+
Check, if a given DOM element is an ancestor of a given node.
+
Parameters:
candAnc - The DOM element to check for being the ancestor.
cand - The node to check for being the child.
Returns:
true, if candAnc is an (indirect) + ancestor of cand; false otherwise.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/DateTimeUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/DateTimeUtils.html new file mode 100644 index 000000000..c0d022351 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/DateTimeUtils.html @@ -0,0 +1,241 @@ + + + + + + +MOA SP/SS Server Internal API: Class DateTimeUtils + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class DateTimeUtils

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.DateTimeUtils
+
+
+
+
public class DateTimeUtils
extends Object
+ +

+Utility for parsing and building XML type dateTime, + according to ISO 8601. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
See Also:
http://www.w3.org/2001/XMLSchema-datatypes"
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DateTimeUtils() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static StringbuildDateTime(Calendar cal) + +
+          Builds a dateTime value from a Calendar value.
+static DateparseDateTime(String dateTime) + +
+          Parse a String containing a date and time instant, given in + ISO 8601 format.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DateTimeUtils

+
+public DateTimeUtils()
+
+
+ + + + + + + + +
+Method Detail
+ +

+buildDateTime

+
+public static String buildDateTime(Calendar cal)
+
+
Builds a dateTime value from a Calendar value.
+
Parameters:
cal - the Calendar value
Returns:
the dateTime value
+
+
+
+ +

+parseDateTime

+
+public static Date parseDateTime(String dateTime)
+                          throws ParseException
+
+
Parse a String containing a date and time instant, given in + ISO 8601 format.
+
Parameters:
dateTime - The String to parse.
Returns:
The Date representation of the contents of + dateTime.
Throws:
ParseException - Parsing the dateTime failed.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/EntityResolverChain.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/EntityResolverChain.html new file mode 100644 index 000000000..4491d7e74 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/EntityResolverChain.html @@ -0,0 +1,250 @@ + + + + + + +MOA SP/SS Server Internal API: Class EntityResolverChain + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class EntityResolverChain

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.EntityResolverChain
+
+
+
All Implemented Interfaces:
org.xml.sax.EntityResolver
+
+
+
+
public class EntityResolverChain
extends Object
implements org.xml.sax.EntityResolver
+ +

+Implementation of the org.xml.sax.EntityResolver, + for use by a org.apache.xerces.parsers.DOMParser. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
EntityResolverChain() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddEntityResolver(org.xml.sax.EntityResolver entityResolver) + +
+          Add an EntityResolver to the chain.
+ org.xml.sax.InputSourceresolveEntity(String publicId, + String systemId) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+EntityResolverChain

+
+public EntityResolverChain()
+
+
+ + + + + + + + +
+Method Detail
+ +

+resolveEntity

+
+public org.xml.sax.InputSource resolveEntity(String publicId,
+                                             String systemId)
+                                      throws org.xml.sax.SAXException,
+                                             IOException
+
+
+
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
+
+
+
See Also:
EntityResolver.resolveEntity(java.lang.String, java.lang.String)
+
+
+
+ +

+addEntityResolver

+
+public void addEntityResolver(org.xml.sax.EntityResolver entityResolver)
+
+
Add an EntityResolver to the chain.
+
+
+
+
Parameters:
entityResolver - The EntityResolver to add.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/FileUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/FileUtils.html new file mode 100644 index 000000000..b11c1d1d6 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/FileUtils.html @@ -0,0 +1,324 @@ + + + + + + +MOA SP/SS Server Internal API: Class FileUtils + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class FileUtils

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.FileUtils
+
+
+
+
public class FileUtils
extends Object
+ +

+Utility for accessing files on the file system, and for reading from input streams. +

+

+
Version:
$Id$
+
Author:
Paul Ivancsics
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
FileUtils() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static byte[]readFile(String filename) + +
+          Reads a file, given by filename, into a byte array.
+static StringreadFile(String filename, + String encoding) + +
+          Reads a file, given by filename, into a String.
+static byte[]readResource(String name) + +
+          Reads a file from a resource.
+static StringreadResource(String name, + String encoding) + +
+          Reads a file from a resource.
+static byte[]readURL(String urlString) + +
+          Reads a file, given by URL, into a byte array.
+static StringreadURL(String urlString, + String encoding) + +
+          Reads a file, given by URL, into a String.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+FileUtils

+
+public FileUtils()
+
+
+ + + + + + + + +
+Method Detail
+ +

+readURL

+
+public static byte[] readURL(String urlString)
+                      throws IOException
+
+
Reads a file, given by URL, into a byte array.
+
Parameters:
urlString - file URL
Returns:
file content
Throws:
IOException - on any exception thrown
+
+
+
+ +

+readURL

+
+public static String readURL(String urlString,
+                             String encoding)
+                      throws IOException
+
+
Reads a file, given by URL, into a String.
+
Parameters:
urlString - file URL
encoding - character encoding
Returns:
file content
Throws:
IOException - on any exception thrown
+
+
+
+ +

+readFile

+
+public static byte[] readFile(String filename)
+                       throws IOException
+
+
Reads a file, given by filename, into a byte array.
+
Parameters:
filename - filename
Returns:
file content
Throws:
IOException - on any exception thrown
+
+
+
+ +

+readFile

+
+public static String readFile(String filename,
+                              String encoding)
+                       throws IOException
+
+
Reads a file, given by filename, into a String.
+
Parameters:
filename - filename
encoding - character encoding
Returns:
file content
Throws:
IOException - on any exception thrown
+
+
+
+ +

+readResource

+
+public static byte[] readResource(String name)
+                           throws IOException
+
+
Reads a file from a resource.
+
Parameters:
name - resource name
Returns:
file content as a byte array
Throws:
IOException - on any exception thrown
+
+
+
+ +

+readResource

+
+public static String readResource(String name,
+                                  String encoding)
+                           throws IOException
+
+
Reads a file from a resource.
+
Parameters:
name - filename
encoding - character encoding
Returns:
file content
Throws:
IOException - on any exception thrown
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/KeyStoreUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/KeyStoreUtils.html new file mode 100644 index 000000000..9d35345c4 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/KeyStoreUtils.html @@ -0,0 +1,302 @@ + + + + + + +MOA SP/SS Server Internal API: Class KeyStoreUtils + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class KeyStoreUtils

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.KeyStoreUtils
+
+
+
+
public class KeyStoreUtils
extends Object
+ +

+Utility for creating and loading key stores. +

+

+
Version:
$Id$
+
Author:
Paul Ivancsics
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
KeyStoreUtils() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static KeyStorecreateKeyStore(String keyStoreType, + String[] certFilenames) + +
+          Creates a key store from X509 certificate files, aliasing them with + the index in the String[], starting with "0".
+static KeyStorecreateKeyStoreFromCertificateDirectory(String keyStoreType, + String certDirURLString) + +
+          Creates a key store from a directory containg X509 certificate files, + aliasing them with the index in the String[], starting with "0". +
+static KeyStoreloadKeyStore(String keystoreType, + InputStream in, + String password) + +
+          Loads a key store from an InputStream, and + closes the InputStream.
+static KeyStoreloadKeyStore(String keystoreType, + String urlString, + String password) + +
+          Loads a key store from file.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+KeyStoreUtils

+
+public KeyStoreUtils()
+
+
+ + + + + + + + +
+Method Detail
+ +

+loadKeyStore

+
+public static KeyStore loadKeyStore(String keystoreType,
+                                    String urlString,
+                                    String password)
+                             throws IOException,
+                                    GeneralSecurityException
+
+
Loads a key store from file.
+
Parameters:
keystoreType - key store type
urlString - URL of key store
password - password protecting the key store
Returns:
key store loaded
Throws:
IOException - thrown while reading the key store from file
GeneralSecurityException - thrown while creating the key store
+
+
+
+ +

+loadKeyStore

+
+public static KeyStore loadKeyStore(String keystoreType,
+                                    InputStream in,
+                                    String password)
+                             throws IOException,
+                                    GeneralSecurityException
+
+
Loads a key store from an InputStream, and + closes the InputStream.
+
Parameters:
keystoreType - key store type
in - input stream
password - password protecting the key store
Returns:
key store loaded
Throws:
IOException - thrown while reading the key store from the stream
GeneralSecurityException - thrown while creating the key store
+
+
+
+ +

+createKeyStore

+
+public static KeyStore createKeyStore(String keyStoreType,
+                                      String[] certFilenames)
+                               throws IOException,
+                                      GeneralSecurityException
+
+
Creates a key store from X509 certificate files, aliasing them with + the index in the String[], starting with "0".
+
Parameters:
keyStoreType - key store type
certFilenames - certificate filenames
Returns:
key store created
Throws:
IOException - thrown while reading the certificates from file
GeneralSecurityException - thrown while creating the key store
+
+
+
+ +

+createKeyStoreFromCertificateDirectory

+
+public static KeyStore createKeyStoreFromCertificateDirectory(String keyStoreType,
+                                                              String certDirURLString)
+                                                       throws IOException,
+                                                              GeneralSecurityException
+
+
Creates a key store from a directory containg X509 certificate files, + aliasing them with the index in the String[], starting with "0". + All the files in the directory are considered to be certificates.
+
Parameters:
keyStoreType - key store type
certDirURLString - file URL of directory containing certificate filenames
Returns:
key store created
Throws:
IOException - thrown while reading the certificates from file
GeneralSecurityException - thrown while creating the key store
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOADefaultHandler.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOADefaultHandler.html new file mode 100644 index 000000000..4a519d62a --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOADefaultHandler.html @@ -0,0 +1,328 @@ + + + + + + +MOA SP/SS Server Internal API: Class MOADefaultHandler + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class MOADefaultHandler

+
+java.lang.Object
+  |
+  +--org.xml.sax.helpers.DefaultHandler
+        |
+        +--at.gv.egovernment.moa.util.MOADefaultHandler
+
+
+
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
+
+
+
+
public class MOADefaultHandler
extends org.xml.sax.helpers.DefaultHandler
+ +

+A DefaultHandler that uses a MOAEntityResolver and + a MOAErrorHandler. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + + + + +
+Constructor Summary
MOADefaultHandler() + +
+          Create a new MOADefaultHandler.
MOADefaultHandler(org.xml.sax.EntityResolver entityResolver, + org.xml.sax.ErrorHandler errorHandler) + +
+          Create a new MOADefaultHandler.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiderror(org.xml.sax.SAXParseException exception) + +
+           
+ voidfatalError(org.xml.sax.SAXParseException exception) + +
+           
+ org.xml.sax.InputSourceresolveEntity(String publicId, + String systemId) + +
+           
+ voidwarning(org.xml.sax.SAXParseException exception) + +
+           
+ + + + + + + +
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+MOADefaultHandler

+
+public MOADefaultHandler()
+
+
Create a new MOADefaultHandler.
+
+ +

+MOADefaultHandler

+
+public MOADefaultHandler(org.xml.sax.EntityResolver entityResolver,
+                         org.xml.sax.ErrorHandler errorHandler)
+
+
Create a new MOADefaultHandler.
+
Parameters:
entityResolver - The EntityResolver to use for resolving + external entities.
errorHandler - The ErrorHandler to use for reporting + parsing errors.
+
+
+ + + + + + + + +
+Method Detail
+ +

+resolveEntity

+
+public org.xml.sax.InputSource resolveEntity(String publicId,
+                                             String systemId)
+                                      throws org.xml.sax.SAXException
+
+
+
Overrides:
resolveEntity in class org.xml.sax.helpers.DefaultHandler
+
+
+
See Also:
EntityResolver.resolveEntity(java.lang.String, java.lang.String)
+
+
+
+ +

+warning

+
+public void warning(org.xml.sax.SAXParseException exception)
+             throws org.xml.sax.SAXException
+
+
+
Overrides:
warning in class org.xml.sax.helpers.DefaultHandler
+
+
+
See Also:
ErrorHandler.warning(org.xml.sax.SAXParseException)
+
+
+
+ +

+error

+
+public void error(org.xml.sax.SAXParseException exception)
+           throws org.xml.sax.SAXException
+
+
+
Overrides:
error in class org.xml.sax.helpers.DefaultHandler
+
+
+
See Also:
ErrorHandler.error(org.xml.sax.SAXParseException)
+
+
+
+ +

+fatalError

+
+public void fatalError(org.xml.sax.SAXParseException exception)
+                throws org.xml.sax.SAXException
+
+
+
Overrides:
fatalError in class org.xml.sax.helpers.DefaultHandler
+
+
+
See Also:
ErrorHandler.fatalError(org.xml.sax.SAXParseException)
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOAEntityResolver.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOAEntityResolver.html new file mode 100644 index 000000000..d89b9b3f8 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOAEntityResolver.html @@ -0,0 +1,242 @@ + + + + + + +MOA SP/SS Server Internal API: Class MOAEntityResolver + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class MOAEntityResolver

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.MOAEntityResolver
+
+
+
All Implemented Interfaces:
org.xml.sax.EntityResolver
+
+
+
+
public class MOAEntityResolver
extends Object
implements org.xml.sax.EntityResolver
+ +

+An EntityResolver that looks up entities stored as + local resources. + +

The following DTDs are mapped to local resources: +

+

+

For all other resources, an attempt is made to resolve them as resources, + either absolute or relative to Constants.SCHEMA_ROOT. +

+

+
Author:
Patrick Peck, Sven Aigner
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
MOAEntityResolver() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ org.xml.sax.InputSourceresolveEntity(String publicId, + String systemId) + +
+          Resolve an entity. + +
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+MOAEntityResolver

+
+public MOAEntityResolver()
+
+
+ + + + + + + + +
+Method Detail
+ +

+resolveEntity

+
+public org.xml.sax.InputSource resolveEntity(String publicId,
+                                             String systemId)
+
+
Resolve an entity. + + The systemId parameter is used to perform the lookup of the + entity as a resource, either by interpreting the systemId as + an absolute resource path, or by appending the last path component of + systemId to Constants.SCHEMA_ROOT.
+
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
+
+
+
Parameters:
publicId - The public ID of the resource.
systemId - The system ID of the resource.
Returns:
An InputSource from which the entity can be read, or + null, if the entity could not be found.
See Also:
EntityResolver.resolveEntity(java.lang.String, java.lang.String)
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOAErrorHandler.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOAErrorHandler.html new file mode 100644 index 000000000..7b98e32e0 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOAErrorHandler.html @@ -0,0 +1,282 @@ + + + + + + +MOA SP/SS Server Internal API: Class MOAErrorHandler + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class MOAErrorHandler

+
+java.lang.Object
+  |
+  +--org.apache.xml.utils.DefaultErrorHandler
+        |
+        +--at.gv.egovernment.moa.util.MOAErrorHandler
+
+
+
All Implemented Interfaces:
org.xml.sax.ErrorHandler, javax.xml.transform.ErrorListener
+
+
+
+
public class MOAErrorHandler
extends org.apache.xml.utils.DefaultErrorHandler
+ +

+An ErrorHandler that logs a message and throws a + SAXException upon error and fatal + parsing errors. +

+

+
Author:
Patrick Peck, Sven Aigner
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
MOAErrorHandler() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiderror(org.xml.sax.SAXParseException exception) + +
+          Logs a warning and rethrows the exception.
+ voidfatalError(org.xml.sax.SAXParseException exception) + +
+          Logs a warning and rethrows the exception.
+ voidwarning(org.xml.sax.SAXParseException exception) + +
+          Logs a warning message.
+ + + + + + + +
Methods inherited from class org.apache.xml.utils.DefaultErrorHandler
ensureLocationSet, error, fatalError, printLocation, printLocation, warning
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+MOAErrorHandler

+
+public MOAErrorHandler()
+
+
+ + + + + + + + +
+Method Detail
+ +

+warning

+
+public void warning(org.xml.sax.SAXParseException exception)
+             throws org.xml.sax.SAXException
+
+
Logs a warning message.
+
Overrides:
warning in class org.apache.xml.utils.DefaultErrorHandler
+
+
+
See Also:
ErrorHandler.warning(SAXParseException)
+
+
+
+ +

+error

+
+public void error(org.xml.sax.SAXParseException exception)
+           throws org.xml.sax.SAXException
+
+
Logs a warning and rethrows the exception.
+
Overrides:
error in class org.apache.xml.utils.DefaultErrorHandler
+
+
+
See Also:
ErrorHandler.error(SAXParseException)
+
+
+
+ +

+fatalError

+
+public void fatalError(org.xml.sax.SAXParseException exception)
+                throws org.xml.sax.SAXException
+
+
Logs a warning and rethrows the exception.
+
Overrides:
fatalError in class org.apache.xml.utils.DefaultErrorHandler
+
+
+
See Also:
ErrorHandler.fatalError(SAXParseException)
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOATimer.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOATimer.html new file mode 100644 index 000000000..43ff7ea9a --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MOATimer.html @@ -0,0 +1,326 @@ + + + + + + +MOA SP/SS Server Internal API: Class MOATimer + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class MOATimer

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.MOATimer
+
+
+
+
public class MOATimer
extends Object
+ +

+A timer utility for named timers. +

+

+
Author:
Sven Aigner
+
+
+ +

+ + + + + + + + + + + + + + + + + +
+Constructor Summary
+protected MOATimer() + +
+          Create a new MOATimer. + +
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclearTiming(String id) + +
+          Remove a timing.
+ longduration(Object id) + +
+          Get the duration of an action.
+ StringdurationAsString(Object id) + +
+          Get the duration of an action, as a nicely formatted String.
+static MOATimergetInstance() + +
+          Return the single instance of this class.
+ voidstartTiming(Object id) + +
+          Start timing a certain action. + +
+ voidstopTiming(Object id) + +
+          Stop timing an action.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+MOATimer

+
+protected MOATimer()
+
+
Create a new MOATimer. + + Protected to disallow multiple instances.
+ + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static MOATimer getInstance()
+
+
Return the single instance of this class.
+
Returns:
The single instance of this class.
+
+
+
+ +

+startTiming

+
+public void startTiming(Object id)
+
+
Start timing a certain action. + + The timing belonging to the action ID is garbage collected as soon as there + exists no other reference to the action ID.
+
Parameters:
id - The action ID.
+
+
+
+ +

+stopTiming

+
+public void stopTiming(Object id)
+
+
Stop timing an action.
+
Parameters:
id - The action ID.
+
+
+
+ +

+duration

+
+public long duration(Object id)
+
+
Get the duration of an action.
+
Parameters:
id - The action ID for which to compute the duration.
Returns:
long The duration in milliseconds between calls to + startTiming() and stopTiming(). If + only startTiming() has been called for the action, then + current difference to the system time is returned. If no timing exists for + the action, - 1 is returned.
+
+
+
+ +

+durationAsString

+
+public String durationAsString(Object id)
+
+
Get the duration of an action, as a nicely formatted String.
+
Parameters:
id - The action ID.
Returns:
String The duration() as a String.
+
+
+
+ +

+clearTiming

+
+public void clearTiming(String id)
+
+
Remove a timing.
+
Parameters:
id - The action ID.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MessageProvider.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MessageProvider.html new file mode 100644 index 000000000..a4f72090e --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/MessageProvider.html @@ -0,0 +1,252 @@ + + + + + + +MOA SP/SS Server Internal API: Class MessageProvider + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class MessageProvider

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.MessageProvider
+
+
+
+
public class MessageProvider
extends Object
+ +

+A singleton wrapper around a Message object. + + Provides the messages used in the common project. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + + +
+Constructor Summary
+protected MessageProvider(String[] resourceNames, + Locale[] locales) + +
+          Create a MessageProvider.
+  + + + + + + + + + + + + + + + +
+Method Summary
+static MessageProvidergetInstance() + +
+          Return the single instance of the MessageProvider. + +
+ StringgetMessage(String messageId, + Object[] parameters) + +
+          Get the message corresponding to a given message ID.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+MessageProvider

+
+protected MessageProvider(String[] resourceNames,
+                          Locale[] locales)
+
+
Create a MessageProvider.
+
Parameters:
resourceNames - The names of the resources containing the messages.
locales - The corresponding locales.
+
+
+ + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static MessageProvider getInstance()
+
+
Return the single instance of the MessageProvider. + + Intialilizes the MessageProvider with the default message + locations: /resources/properties/common_messages.
+
Returns:
The single MessageProvider.
+
+
+
+ +

+getMessage

+
+public String getMessage(String messageId,
+                         Object[] parameters)
+
+
Get the message corresponding to a given message ID.
+
Parameters:
messageId - The ID of the message.
parameters - The parameters to fill in into the message arguments.
Returns:
The formatted message.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/Messages.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/Messages.html new file mode 100644 index 000000000..923f14862 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/Messages.html @@ -0,0 +1,229 @@ + + + + + + +MOA SP/SS Server Internal API: Class Messages + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class Messages

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.Messages
+
+
+
+
public class Messages
extends Object
+ +

+Provides access to the system messages resource used for exception handling + and logging messages. + + Messages must be provided as a resource bundle at the path. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
Messages(String[] resourceNames, + Locale[] locales) + +
+          Create a new Message object containing the messages + in the given resources.
+  + + + + + + + + + + + +
+Method Summary
+ StringgetMessage(String messageId, + Object[] parameters) + +
+          Get the message corresponding to a given message ID.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+Messages

+
+public Messages(String[] resourceNames,
+                Locale[] locales)
+
+
Create a new Message object containing the messages + in the given resources.
+
Parameters:
resourceNames - The names of the resources containing the messages.
locales - The corresponding locales.
+
+
+ + + + + + + + +
+Method Detail
+ +

+getMessage

+
+public String getMessage(String messageId,
+                         Object[] parameters)
+
+
Get the message corresponding to a given message ID.
+
Parameters:
messageId - The ID of the message.
parameters - The parameters to fill in into the message arguments.
Returns:
The formatted message.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/NodeIteratorAdapter.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/NodeIteratorAdapter.html new file mode 100644 index 000000000..ec6c4516e --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/NodeIteratorAdapter.html @@ -0,0 +1,362 @@ + + + + + + +MOA SP/SS Server Internal API: Class NodeIteratorAdapter + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class NodeIteratorAdapter

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.NodeIteratorAdapter
+
+
+
All Implemented Interfaces:
org.w3c.dom.traversal.NodeIterator
+
+
+
+
public class NodeIteratorAdapter
extends Object
implements org.w3c.dom.traversal.NodeIterator
+ +

+A NodeIterator implementation based on a + ListIterator. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
See Also:
ListIterator, +NodeIterator
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
NodeIteratorAdapter(ListIterator nodeIterator) + +
+          Create a new NodeIteratorAdapter.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddetach() + +
+           
+ booleangetExpandEntityReferences() + +
+           
+ org.w3c.dom.traversal.NodeFiltergetFilter() + +
+           
+ org.w3c.dom.NodegetRoot() + +
+           
+ intgetWhatToShow() + +
+           
+ org.w3c.dom.NodenextNode() + +
+           
+ org.w3c.dom.NodepreviousNode() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+NodeIteratorAdapter

+
+public NodeIteratorAdapter(ListIterator nodeIterator)
+
+
Create a new NodeIteratorAdapter.
+
Parameters:
nodeIterator - The ListIterator to iterate over.
+
+
+ + + + + + + + +
+Method Detail
+ +

+getRoot

+
+public org.w3c.dom.Node getRoot()
+
+
+
Specified by:
getRoot in interface org.w3c.dom.traversal.NodeIterator
+
+
+
See Also:
NodeIterator.getRoot()
+
+
+
+ +

+getWhatToShow

+
+public int getWhatToShow()
+
+
+
Specified by:
getWhatToShow in interface org.w3c.dom.traversal.NodeIterator
+
+
+
See Also:
NodeIterator.getWhatToShow()
+
+
+
+ +

+getFilter

+
+public org.w3c.dom.traversal.NodeFilter getFilter()
+
+
+
Specified by:
getFilter in interface org.w3c.dom.traversal.NodeIterator
+
+
+
See Also:
NodeIterator.getFilter()
+
+
+
+ +

+getExpandEntityReferences

+
+public boolean getExpandEntityReferences()
+
+
+
Specified by:
getExpandEntityReferences in interface org.w3c.dom.traversal.NodeIterator
+
+
+
See Also:
NodeIterator.getExpandEntityReferences()
+
+
+
+ +

+nextNode

+
+public org.w3c.dom.Node nextNode()
+                          throws org.w3c.dom.DOMException
+
+
+
Specified by:
nextNode in interface org.w3c.dom.traversal.NodeIterator
+
+
+
See Also:
NodeIterator.nextNode()
+
+
+
+ +

+previousNode

+
+public org.w3c.dom.Node previousNode()
+                              throws org.w3c.dom.DOMException
+
+
+
Specified by:
previousNode in interface org.w3c.dom.traversal.NodeIterator
+
+
+
See Also:
NodeIterator.previousNode()
+
+
+
+ +

+detach

+
+public void detach()
+
+
+
Specified by:
detach in interface org.w3c.dom.traversal.NodeIterator
+
+
+
See Also:
NodeIterator.detach()
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/NodeListAdapter.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/NodeListAdapter.html new file mode 100644 index 000000000..d3c49e204 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/NodeListAdapter.html @@ -0,0 +1,249 @@ + + + + + + +MOA SP/SS Server Internal API: Class NodeListAdapter + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class NodeListAdapter

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.NodeListAdapter
+
+
+
All Implemented Interfaces:
org.w3c.dom.NodeList
+
+
+
+
public class NodeListAdapter
extends Object
implements org.w3c.dom.NodeList
+ +

+A NodeList implementation based on a List. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
See Also:
List, +NodeList
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
NodeListAdapter(List nodeList) + +
+          Create a new NodeListAdapter.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ intgetLength() + +
+           
+ org.w3c.dom.Nodeitem(int index) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+NodeListAdapter

+
+public NodeListAdapter(List nodeList)
+
+
Create a new NodeListAdapter.
+
Parameters:
nodeList - The List containing the nodes.
+
+
+ + + + + + + + +
+Method Detail
+ +

+item

+
+public org.w3c.dom.Node item(int index)
+
+
+
Specified by:
item in interface org.w3c.dom.NodeList
+
+
+
See Also:
NodeList.item(int)
+
+
+
+ +

+getLength

+
+public int getLength()
+
+
+
Specified by:
getLength in interface org.w3c.dom.NodeList
+
+
+
See Also:
NodeList.getLength()
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/ResourceBundleChain.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/ResourceBundleChain.html new file mode 100644 index 000000000..f61f8f03c --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/ResourceBundleChain.html @@ -0,0 +1,240 @@ + + + + + + +MOA SP/SS Server Internal API: Class ResourceBundleChain + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class ResourceBundleChain

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.ResourceBundleChain
+
+
+
+
public class ResourceBundleChain
extends Object
+ +

+A class to chain ResourceBundles. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ResourceBundleChain() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddResourceBundle(ResourceBundle resourceBundle) + +
+          Add a ResourceBundle to the chain.
+ StringgetString(String key) + +
+          Return the value of the resource.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ResourceBundleChain

+
+public ResourceBundleChain()
+
+
+ + + + + + + + +
+Method Detail
+ +

+addResourceBundle

+
+public void addResourceBundle(ResourceBundle resourceBundle)
+
+
Add a ResourceBundle to the chain.
+
Parameters:
resourceBundle - The ResourceBundle to add.
+
+
+
+ +

+getString

+
+public String getString(String key)
+                 throws MissingResourceException
+
+
Return the value of the resource.
+
Parameters:
key - The key to access the String resource.
Returns:
The resource value. All the registered ResourceBundles + are searched in the order in which they have previously been added to this + ResourceBundleChain.
Throws:
MissingResourceException - The resource coult not be found in any of + the bundles.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/SSLUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/SSLUtils.html new file mode 100644 index 000000000..252e1a08f --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/SSLUtils.html @@ -0,0 +1,408 @@ + + + + + + +MOA SP/SS Server Internal API: Class SSLUtils + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class SSLUtils

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.SSLUtils
+
+
+
+
public class SSLUtils
extends Object
+ +

+Utility for connecting to server applications via SSL. +

+

+
Version:
$Id$
+
Author:
Paul Ivancsics
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
SSLUtils() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static com.sun.net.ssl.KeyManager[]getKeyManagers(KeyStore clientKeyStore, + String clientKeyStorePassword) + +
+          Gets the KeyManagers from a default KeyManagerFactory, + initialized from the given client key store.
+static com.sun.net.ssl.KeyManager[]getKeyManagers(String clientKeyStoreType, + String clientKeyStoreURL, + String clientKeyStorePassword) + +
+          Loads the client key store from file and gets the + KeyManagers from a default KeyManagerFactory, + initialized from the given client key store.
+static com.sun.net.ssl.SSLContextgetSSLContext(KeyStore trustStore, + String clientKeyStoreType, + String clientKeyStoreURL, + String clientKeyStorePassword) + +
+          Creates an SSLContext initialized for the + given trust store and keystore.
+static javax.net.ssl.SSLSocketFactorygetSSLSocketFactory(KeyStore trustStore, + String clientKeyStoreType, + String clientKeyStoreURL, + String clientKeyStorePassword) + +
+          Creates an SSLSocketFactory which utilizes the + given trust store and keystore.
+static javax.net.ssl.SSLSocketFactorygetSSLSocketFactory(String trustStoreType, + InputStream trustStoreInputStream, + String trustStorePassword) + +
+          Creates an SSLSocketFactory which utilizes the given trust store.
+protected static com.sun.net.ssl.TrustManager[]getTrustManagers(KeyStore trustStore) + +
+          Gets the TrustManagers from a default TrustManagerFactory, + initialized from the given trust store.
+protected static com.sun.net.ssl.TrustManager[]getTrustManagers(String trustStoreType, + InputStream trustStoreInputStream, + String trustStorePassword) + +
+          Loads the trust store from an input stream and gets the + TrustManagers from a default TrustManagerFactory, + initialized from the given trust store.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+SSLUtils

+
+public SSLUtils()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getSSLSocketFactory

+
+public static javax.net.ssl.SSLSocketFactory getSSLSocketFactory(String trustStoreType,
+                                                                 InputStream trustStoreInputStream,
+                                                                 String trustStorePassword)
+                                                          throws IOException,
+                                                                 GeneralSecurityException
+
+
Creates an SSLSocketFactory which utilizes the given trust store.
+
Parameters:
trustStoreType - key store type of trust store
trustStoreInputStream - input stream for reading JKS trust store containing + trusted server certificates; if null, the default + trust store will be utilized
trustStorePassword - if provided, it will be used to check + the integrity of the trust store; if omitted, it will not be checked
Returns:
SSLSocketFactory to be used by an HttpsURLConnection
Throws:
IOException - thrown while reading from the input stream
GeneralSecurityException - thrown while creating the socket factory
+
+
+
+ +

+getSSLSocketFactory

+
+public static javax.net.ssl.SSLSocketFactory getSSLSocketFactory(KeyStore trustStore,
+                                                                 String clientKeyStoreType,
+                                                                 String clientKeyStoreURL,
+                                                                 String clientKeyStorePassword)
+                                                          throws IOException,
+                                                                 GeneralSecurityException
+
+
Creates an SSLSocketFactory which utilizes the + given trust store and keystore.
+
Parameters:
trustStore - trust store containing trusted server certificates; + if null, the default trust store will be utilized
clientKeyStoreType - key store type of clientKeyStore
clientKeyStoreURL - URL of key store containing keys to be used for + client authentication; if null, the default key store will be utilized
clientKeyStorePassword - if provided, it will be used to check + the integrity of the client key store; if omitted, it will not be checked
Returns:
SSLSocketFactory to be used by an HttpsURLConnection
Throws:
IOException - thrown while reading key store file
GeneralSecurityException - thrown while creating the socket factory
+
+
+
+ +

+getSSLContext

+
+public static com.sun.net.ssl.SSLContext getSSLContext(KeyStore trustStore,
+                                                       String clientKeyStoreType,
+                                                       String clientKeyStoreURL,
+                                                       String clientKeyStorePassword)
+                                                throws IOException,
+                                                       GeneralSecurityException
+
+
Creates an SSLContext initialized for the + given trust store and keystore.
+
Parameters:
trustStore - trust store containing trusted server certificates; + if null, the default trust store will be utilized
clientKeyStoreType - key store type of clientKeyStore
clientKeyStoreURL - URL of key store containing keys to be used for + client authentication; if null, the default key store will be utilized
clientKeyStorePassword - if provided, it will be used to check + the integrity of the client key store; if omitted, it will not be checked
Returns:
SSLContext to be used for creating an SSLSocketFactory
Throws:
IOException - thrown while reading key store file
GeneralSecurityException - thrown while creating the SSL context
+
+
+
+ +

+getTrustManagers

+
+protected static com.sun.net.ssl.TrustManager[] getTrustManagers(String trustStoreType,
+                                                                 InputStream trustStoreInputStream,
+                                                                 String trustStorePassword)
+                                                          throws IOException,
+                                                                 GeneralSecurityException
+
+
Loads the trust store from an input stream and gets the + TrustManagers from a default TrustManagerFactory, + initialized from the given trust store.
+
Parameters:
trustStoreType - key store type of trust store
trustStoreInputStream - input stream for reading JKS trust store containing + trusted server certificates; if null, the default + trust store will be utilized
trustStorePassword - if provided, it will be used to check + the integrity of the trust store; if omitted, it will not be checked
Returns:
TrustManagers to be used for creating an + SSLSocketFactory utilizing the given trust store
Throws:
IOException - thrown while reading from the input stream
GeneralSecurityException - thrown while initializing the + default TrustManagerFactory
+
+
+
+ +

+getTrustManagers

+
+protected static com.sun.net.ssl.TrustManager[] getTrustManagers(KeyStore trustStore)
+                                                          throws GeneralSecurityException
+
+
Gets the TrustManagers from a default TrustManagerFactory, + initialized from the given trust store.
+
Parameters:
trustStore - the trust store to use
trustStorePassword - password protecting the given trust store
Returns:
TrustManagers to be used for creating an + SSLSocketFactory utilizing the given trust store
Throws:
GeneralSecurityException - thrown while initializing the + default TrustManagerFactory
+
+
+
+ +

+getKeyManagers

+
+public static com.sun.net.ssl.KeyManager[] getKeyManagers(String clientKeyStoreType,
+                                                          String clientKeyStoreURL,
+                                                          String clientKeyStorePassword)
+                                                   throws IOException,
+                                                          GeneralSecurityException
+
+
Loads the client key store from file and gets the + KeyManagers from a default KeyManagerFactory, + initialized from the given client key store.
+
Parameters:
clientKeyStoreType - key store type of clientKeyStore
clientKeyStoreURL - URL of key store containing keys to be used for + client authentication; if null, the default key store will be utilized
clientKeyStorePassword - password used to check the integrity of the client key store; + if null, it will not be checked
Returns:
KeyManagers to be used for creating an + SSLSocketFactory utilizing the given client key store
Throws:
IOException - thrown while reading from the key store file
GeneralSecurityException - thrown while initializing the + default KeyManagerFactory
+
+
+
+ +

+getKeyManagers

+
+public static com.sun.net.ssl.KeyManager[] getKeyManagers(KeyStore clientKeyStore,
+                                                          String clientKeyStorePassword)
+                                                   throws GeneralSecurityException
+
+
Gets the KeyManagers from a default KeyManagerFactory, + initialized from the given client key store.
+
Parameters:
clientKeyStore - client key store
clientKeyStorePassword - if provided, it will be used to check + the integrity of the client key store; if omitted, it will not be checked
Returns:
KeyManagers to be used for creating an + SSLSocketFactory utilizing the given client key store
Throws:
GeneralSecurityException - thrown while initializing the + default KeyManagerFactory
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/StreamEntityResolver.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/StreamEntityResolver.html new file mode 100644 index 000000000..df879dea8 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/StreamEntityResolver.html @@ -0,0 +1,237 @@ + + + + + + +MOA SP/SS Server Internal API: Class StreamEntityResolver + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class StreamEntityResolver

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.StreamEntityResolver
+
+
+
All Implemented Interfaces:
org.xml.sax.EntityResolver
+
+
+
+
public class StreamEntityResolver
extends Object
implements org.xml.sax.EntityResolver
+ +

+An EntityResolver that maps system IDs to + InputStreams. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
StreamEntityResolver(Map mappedEntities) + +
+          Create a StreamEntityResolver.
+  + + + + + + + + + + + +
+Method Summary
+ org.xml.sax.InputSourceresolveEntity(String publicId, + String systemId) + +
+          Resolve an entity by looking it up in the mapped entities. + +
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+StreamEntityResolver

+
+public StreamEntityResolver(Map mappedEntities)
+
+
Create a StreamEntityResolver.
+
Parameters:
mappedEntities - A mapping from public or system IDs + (String objects) to InputStreams.
+
+
+ + + + + + + + +
+Method Detail
+ +

+resolveEntity

+
+public org.xml.sax.InputSource resolveEntity(String publicId,
+                                             String systemId)
+                                      throws org.xml.sax.SAXException,
+                                             IOException
+
+
Resolve an entity by looking it up in the mapped entities. + + First, the public ID is looked up in the mapping, then the system ID.
+
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
+
+
+
Parameters:
publicId - The public ID of the entity.
systemId - The system ID of the entity.
Returns:
An InputStream containing the entity or + null if no entity could be found.
Throws:
org.xml.sax.SAXException - Signalling a parsing exception.
IOException - Error reading the entity.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/StreamUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/StreamUtils.html new file mode 100644 index 000000000..a2615fd60 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/StreamUtils.html @@ -0,0 +1,265 @@ + + + + + + +MOA SP/SS Server Internal API: Class StreamUtils + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class StreamUtils

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.StreamUtils
+
+
+
+
public class StreamUtils
extends Object
+ +

+Utility methods for streams. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
StreamUtils() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static booleancompareStreams(InputStream is1, + InputStream is2) + +
+          Compare the contents of two InputStreams.
+static byte[]readStream(InputStream in) + +
+          Reads a byte array from a stream.
+static StringreadStream(InputStream in, + String encoding) + +
+          Reads a String from a stream, using given encoding.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+StreamUtils

+
+public StreamUtils()
+
+
+ + + + + + + + +
+Method Detail
+ +

+compareStreams

+
+public static boolean compareStreams(InputStream is1,
+                                     InputStream is2)
+                              throws IOException
+
+
Compare the contents of two InputStreams.
+
Parameters:
is1 - The 1st InputStream to compare.
is2 - The 2nd InputStream to compare.
Returns:
boolean true, if both streams contain the exactly the + same content, false otherwise.
Throws:
IOException - An error occurred reading one of the streams.
+
+
+
+ +

+readStream

+
+public static byte[] readStream(InputStream in)
+                         throws IOException
+
+
Reads a byte array from a stream.
+
Parameters:
in - The InputStream to read.
Returns:
The bytes contained in the given InputStream.
Throws:
IOException - on any exception thrown
+
+
+
+ +

+readStream

+
+public static String readStream(InputStream in,
+                                String encoding)
+                         throws IOException
+
+
Reads a String from a stream, using given encoding.
+
Parameters:
in - The InputStream to read.
encoding - The character encoding to use for converting the bytes + of the InputStream into a String.
Returns:
The content of the given InputStream converted into + a String.
Throws:
IOException - on any exception thrown
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/URLDecoder.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/URLDecoder.html new file mode 100644 index 000000000..297fe79c0 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/URLDecoder.html @@ -0,0 +1,221 @@ + + + + + + +MOA SP/SS Server Internal API: Class URLDecoder + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class URLDecoder

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.URLDecoder
+
+
+
+
public class URLDecoder
extends Object
+ +

+Decodes an URL encoded String using a specified character encoding. + Provides a function missing in JDK 1.3. +

+

+
Version:
$Id$
+
Author:
Paul Ivancsics
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
URLDecoder() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static Stringdecode(String s, + String encoding) + +
+          Decodes an application/x-www-form-urlencoded string using a specific encoding scheme.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+URLDecoder

+
+public URLDecoder()
+
+
+ + + + + + + + +
+Method Detail
+ +

+decode

+
+public static String decode(String s,
+                            String encoding)
+                     throws UnsupportedEncodingException
+
+
Decodes an application/x-www-form-urlencoded string using a specific encoding scheme.
+
Parameters:
s - the string to decode
encoding - name of character encoding
Returns:
the newly decoded string
Throws:
UnsupportedEncodingException - if the encoding is not supported
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/URLEncoder.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/URLEncoder.html new file mode 100644 index 000000000..4ac6d651b --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/URLEncoder.html @@ -0,0 +1,221 @@ + + + + + + +MOA SP/SS Server Internal API: Class URLEncoder + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class URLEncoder

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.URLEncoder
+
+
+
+
public class URLEncoder
extends Object
+ +

+Translates a string into mime format "x-www-form-urlencoded". + Provides a function missing in JDK 1.3. +

+

+
Version:
$Id$
+
Author:
Paul Ivancsics
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
URLEncoder() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static Stringencode(String s, + String encoding) + +
+          Translates a string into x-www-form-urlencoded format.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+URLEncoder

+
+public URLEncoder()
+
+
+ + + + + + + + +
+Method Detail
+ +

+encode

+
+public static String encode(String s,
+                            String encoding)
+                     throws UnsupportedEncodingException
+
+
Translates a string into x-www-form-urlencoded format.
+
Parameters:
s - the string to be translated
encoding - the encoding to use
Returns:
the translated string
Throws:
UnsupportedEncodingException - when the desired encoding is not supported
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/XPathException.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/XPathException.html new file mode 100644 index 000000000..c067834a8 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/XPathException.html @@ -0,0 +1,284 @@ + + + + + + +MOA SP/SS Server Internal API: Class XPathException + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class XPathException

+
+java.lang.Object
+  |
+  +--java.lang.Throwable
+        |
+        +--java.lang.Exception
+              |
+              +--java.lang.RuntimeException
+                    |
+                    +--at.gv.egovernment.moa.util.XPathException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class XPathException
extends RuntimeException
+ +

+An exception occurred evaluating an XPath. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
XPathException(String message, + Throwable wrapped) + +
+          Create a XPathException.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ThrowablegetWrapped() + +
+          Return the wrapped exception.
+ voidprintStackTrace(PrintStream s) + +
+           
+ voidprintStackTrace(PrintWriter s) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+XPathException

+
+public XPathException(String message,
+                      Throwable wrapped)
+
+
Create a XPathException.
+
Parameters:
message - The exception message.
wrapped - The exception being the likely cause of this exception.
+
+
+ + + + + + + + +
+Method Detail
+ +

+getWrapped

+
+public Throwable getWrapped()
+
+
Return the wrapped exception.
+
Returns:
The wrapped exception being the likely cause of this exception.
+
+
+
+ +

+printStackTrace

+
+public void printStackTrace(PrintStream s)
+
+
+
Overrides:
printStackTrace in class Throwable
+
+
+
See Also:
Throwable.printStackTrace(java.io.PrintStream)
+
+
+
+ +

+printStackTrace

+
+public void printStackTrace(PrintWriter s)
+
+
+
Overrides:
printStackTrace in class Throwable
+
+
+
See Also:
Throwable.printStackTrace(java.io.PrintWriter)
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/XPathUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/XPathUtils.html new file mode 100644 index 000000000..ee16972f5 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/XPathUtils.html @@ -0,0 +1,543 @@ + + + + + + +MOA SP/SS Server Internal API: Class XPathUtils + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.util +
+Class XPathUtils

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.util.XPathUtils
+
+
+
+
public class XPathUtils
extends Object
+ +

+Utility methods to evaluate XPath expressions on DOM nodes. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + +
+Field Summary
+static StringALL_NODES_XPATH + +
+          The XPath expression selecting all nodes under a given root (including the + root node itself).
+  + + + + + + + + + + +
+Constructor Summary
XPathUtils() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static StringgetAttributeValue(org.w3c.dom.Element root, + String xpath, + String def) + +
+          Return the value of a DOM attribute whose location is given by an XPath + expression.
+static StringgetElementValue(org.w3c.dom.Element root, + String xpath, + String def) + +
+          Return the value of a DOM element whose location is given by an XPath + expression.
+static org.w3c.dom.traversal.NodeIteratorselectNodeIterator(org.w3c.dom.Node contextNode, + org.w3c.dom.Element namespaceElement, + String exp) + +
+          Return a NodeIterator over the nodes matching the XPath + expression.
+static org.w3c.dom.traversal.NodeIteratorselectNodeIterator(org.w3c.dom.Node contextNode, + Map namespaceMapping, + String exp) + +
+          Return a NodeIterator over the nodes matching the XPath + expression.
+static org.w3c.dom.traversal.NodeIteratorselectNodeIterator(org.w3c.dom.Node contextNode, + String exp) + +
+          Return a NodeIterator over the nodes matching the XPath + expression. + +
+static org.w3c.dom.NodeListselectNodeList(org.w3c.dom.Node contextNode, + org.w3c.dom.Element namespaceElement, + String exp) + +
+          Return a NodeList of all the nodes matching the XPath + expression.
+static org.w3c.dom.NodeListselectNodeList(org.w3c.dom.Node contextNode, + Map namespaceMapping, + String exp) + +
+          Return a NodeList of all the nodes matching the XPath + expression.
+static org.w3c.dom.NodeListselectNodeList(org.w3c.dom.Node contextNode, + String exp) + +
+          Return a NodeList of all the nodes matching the XPath + expression. + +
+static org.w3c.dom.NodeselectSingleNode(org.w3c.dom.Node contextNode, + org.w3c.dom.Element namespaceElement, + String exp) + +
+          Select the first node matching an XPath expression.
+static org.w3c.dom.NodeselectSingleNode(org.w3c.dom.Node contextNode, + Map namespaceMapping, + String exp) + +
+          Select the first node matching an XPath expression.
+static org.w3c.dom.NodeselectSingleNode(org.w3c.dom.Node contextNode, + String exp) + +
+          Select the first node matching an XPath expression. + +
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+ALL_NODES_XPATH

+
+public static final String ALL_NODES_XPATH
+
+
The XPath expression selecting all nodes under a given root (including the + root node itself).
+ + + + + + + + +
+Constructor Detail
+ +

+XPathUtils

+
+public XPathUtils()
+
+
+ + + + + + + + +
+Method Detail
+ +

+selectNodeIterator

+
+public static org.w3c.dom.traversal.NodeIterator selectNodeIterator(org.w3c.dom.Node contextNode,
+                                                                    String exp)
+                                                             throws XPathException
+
+
Return a NodeIterator over the nodes matching the XPath + expression. + + All namespace URIs and prefixes declared in the Constants + interface are used for resolving namespaces.
+
Parameters:
contextNode - The root node from which to evaluate the XPath + expression.
exp - The XPath expression to evaluate.
Returns:
An iterator over the resulting nodes.
Throws:
XPathException - An error occurred evaluating the XPath expression.
+
+
+
+ +

+selectNodeIterator

+
+public static org.w3c.dom.traversal.NodeIterator selectNodeIterator(org.w3c.dom.Node contextNode,
+                                                                    org.w3c.dom.Element namespaceElement,
+                                                                    String exp)
+                                                             throws XPathException
+
+
Return a NodeIterator over the nodes matching the XPath + expression.
+
Parameters:
contextNode - The root node from which to evaluate the XPath + expression.
namespaceElement - An element from which to build the + namespace mapping for evaluating the XPath expression
exp - The XPath expression to evaluate.
Returns:
An iterator over the resulting nodes.
Throws:
XPathException - An error occurred evaluating the XPath expression.
+
+
+
+ +

+selectNodeIterator

+
+public static org.w3c.dom.traversal.NodeIterator selectNodeIterator(org.w3c.dom.Node contextNode,
+                                                                    Map namespaceMapping,
+                                                                    String exp)
+                                                             throws XPathException
+
+
Return a NodeIterator over the nodes matching the XPath + expression.
+
Parameters:
contextNode - The root node from which to evaluate the XPath + expression.
namespaceMapping - A namespace prefix to namespace URI mapping + (String to String) for evaluating the XPath + expression.
exp - The XPath expression to evaluate.
Returns:
An iterator over the resulting nodes.
Throws:
XPathException - An error occurred evaluating the XPath expression.
+
+
+
+ +

+selectNodeList

+
+public static org.w3c.dom.NodeList selectNodeList(org.w3c.dom.Node contextNode,
+                                                  String exp)
+                                           throws XPathException
+
+
Return a NodeList of all the nodes matching the XPath + expression. + + All namespace URIs and prefixes declared in the Constants + interface are used for resolving namespaces.
+
Parameters:
contextNode - The root node from which to evaluate the XPath + expression.
exp - The XPath expression to evaluate.
Returns:
A NodeList containing the matching nodes.
Throws:
XPathException - An error occurred evaluating the XPath expression.
+
+
+
+ +

+selectNodeList

+
+public static org.w3c.dom.NodeList selectNodeList(org.w3c.dom.Node contextNode,
+                                                  org.w3c.dom.Element namespaceElement,
+                                                  String exp)
+                                           throws XPathException
+
+
Return a NodeList of all the nodes matching the XPath + expression.
+
Parameters:
contextNode - The root node from which to evaluate the XPath + expression.
namespaceElement - An element from which to build the + namespace mapping for evaluating the XPath expression
exp - The XPath expression to evaluate.
Returns:
A NodeList containing the matching nodes.
Throws:
XPathException - An error occurred evaluating the XPath expression.
+
+
+
+ +

+selectNodeList

+
+public static org.w3c.dom.NodeList selectNodeList(org.w3c.dom.Node contextNode,
+                                                  Map namespaceMapping,
+                                                  String exp)
+                                           throws XPathException
+
+
Return a NodeList of all the nodes matching the XPath + expression.
+
Parameters:
contextNode - The root node from which to evaluate the XPath + expression.
namespaceMapping - A namespace prefix to namespace URI mapping + (String to String) for evaluating the XPath + expression.
exp - The XPath expression to evaluate.
Returns:
A NodeList containing the matching nodes.
Throws:
XPathException - An error occurred evaluating the XPath expression.
+
+
+
+ +

+selectSingleNode

+
+public static org.w3c.dom.Node selectSingleNode(org.w3c.dom.Node contextNode,
+                                                String exp)
+                                         throws XPathException
+
+
Select the first node matching an XPath expression. + + All namespace URIs and prefixes declared in the Constants + interface are used for resolving namespaces.
+
Parameters:
contextNode - The root node from which to evaluate the XPath + expression.
exp - The XPath expression to evaluate.
Returns:
Node The first node matching the XPath expression, or + null, if no node matched.
Throws:
XPathException - An error occurred evaluating the XPath expression.
+
+
+
+ +

+selectSingleNode

+
+public static org.w3c.dom.Node selectSingleNode(org.w3c.dom.Node contextNode,
+                                                org.w3c.dom.Element namespaceElement,
+                                                String exp)
+                                         throws XPathException
+
+
Select the first node matching an XPath expression.
+
Parameters:
contextNode - The root node from which to evaluate the XPath + expression.
namespaceElement - An element from which to build the + namespace mapping for evaluating the XPath expression
exp - The XPath expression to evaluate.
Returns:
Node The first node matching the XPath expression, or + null, if no node matched.
Throws:
XPathException - An error occurred evaluating the XPath expression.
+
+
+
+ +

+selectSingleNode

+
+public static org.w3c.dom.Node selectSingleNode(org.w3c.dom.Node contextNode,
+                                                Map namespaceMapping,
+                                                String exp)
+                                         throws XPathException
+
+
Select the first node matching an XPath expression.
+
Parameters:
contextNode - The root node from which to evaluate the XPath + expression.
namespaceMapping - A namespace prefix to namespace URI mapping + (String to String) for evaluating the XPath + expression.
exp - The XPath expression to evaluate.
Returns:
Node The first node matching the XPath expression, or + null, if no node matched.
Throws:
XPathException - An error occurred evaluating the XPath expression.
+
+
+
+ +

+getElementValue

+
+public static String getElementValue(org.w3c.dom.Element root,
+                                     String xpath,
+                                     String def)
+
+
Return the value of a DOM element whose location is given by an XPath + expression.
+
Parameters:
root - The root element from which to evaluate the XPath.
xpath - The XPath expression pointing to the element whose value + to return.
def - The default value to return, if no element can be found using + the given xpath.
Returns:
The element value, if it can be located using the + xpath. Otherwise, def is returned.
+
+
+
+ +

+getAttributeValue

+
+public static String getAttributeValue(org.w3c.dom.Element root,
+                                       String xpath,
+                                       String def)
+
+
Return the value of a DOM attribute whose location is given by an XPath + expression.
+
Parameters:
root - The root element from which to evaluate the XPath.
xpath - The XPath expression pointing to the attribute whose value to + return.
def - The default value to return, if no attribute can be found using + the given xpath.
Returns:
The element value, if it can be located using the + xpath. Otherwise, def is returned.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/Base64Utils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/Base64Utils.html new file mode 100644 index 000000000..c58c688cc --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/Base64Utils.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.Base64Utils + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.Base64Utils

+
+No usage of at.gv.egovernment.moa.util.Base64Utils +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/BoolUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/BoolUtils.html new file mode 100644 index 000000000..a085f5dca --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/BoolUtils.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.BoolUtils + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.BoolUtils

+
+No usage of at.gv.egovernment.moa.util.BoolUtils +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/CollectionUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/CollectionUtils.html new file mode 100644 index 000000000..5cf4dd0de --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/CollectionUtils.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.CollectionUtils + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.CollectionUtils

+
+No usage of at.gv.egovernment.moa.util.CollectionUtils +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/Constants.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/Constants.html new file mode 100644 index 000000000..c0338882c --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/Constants.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Interface at.gv.egovernment.moa.util.Constants + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Interface
at.gv.egovernment.moa.util.Constants

+
+No usage of at.gv.egovernment.moa.util.Constants +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/DOMUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/DOMUtils.html new file mode 100644 index 000000000..74e631bd7 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/DOMUtils.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.DOMUtils + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.DOMUtils

+
+No usage of at.gv.egovernment.moa.util.DOMUtils +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/DateTimeUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/DateTimeUtils.html new file mode 100644 index 000000000..04a71fe70 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/DateTimeUtils.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.DateTimeUtils + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.DateTimeUtils

+
+No usage of at.gv.egovernment.moa.util.DateTimeUtils +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/EntityResolverChain.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/EntityResolverChain.html new file mode 100644 index 000000000..fc307f0fe --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/EntityResolverChain.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.EntityResolverChain + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.EntityResolverChain

+
+No usage of at.gv.egovernment.moa.util.EntityResolverChain +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/FileUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/FileUtils.html new file mode 100644 index 000000000..eb0af1766 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/FileUtils.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.FileUtils + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.FileUtils

+
+No usage of at.gv.egovernment.moa.util.FileUtils +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/KeyStoreUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/KeyStoreUtils.html new file mode 100644 index 000000000..dccffd17c --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/KeyStoreUtils.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.KeyStoreUtils + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.KeyStoreUtils

+
+No usage of at.gv.egovernment.moa.util.KeyStoreUtils +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOADefaultHandler.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOADefaultHandler.html new file mode 100644 index 000000000..77f6441cc --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOADefaultHandler.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.MOADefaultHandler + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.MOADefaultHandler

+
+No usage of at.gv.egovernment.moa.util.MOADefaultHandler +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOAEntityResolver.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOAEntityResolver.html new file mode 100644 index 000000000..3f783e56a --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOAEntityResolver.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.MOAEntityResolver + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.MOAEntityResolver

+
+No usage of at.gv.egovernment.moa.util.MOAEntityResolver +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOAErrorHandler.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOAErrorHandler.html new file mode 100644 index 000000000..b5cbf70ae --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOAErrorHandler.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.MOAErrorHandler + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.MOAErrorHandler

+
+No usage of at.gv.egovernment.moa.util.MOAErrorHandler +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOATimer.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOATimer.html new file mode 100644 index 000000000..27de9845c --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MOATimer.html @@ -0,0 +1,131 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.MOATimer + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.MOATimer

+
+ + + + + + + + + +
+Packages that use MOATimer
at.gv.egovernment.moa.util  
+  +

+ + + + + +
+Uses of MOATimer in at.gv.egovernment.moa.util
+  +

+ + + + + + + + + +
Methods in at.gv.egovernment.moa.util that return MOATimer
+static MOATimerMOATimer.getInstance() + +
+          Return the single instance of this class.
+  +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MessageProvider.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MessageProvider.html new file mode 100644 index 000000000..8de070ce2 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/MessageProvider.html @@ -0,0 +1,133 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.MessageProvider + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.MessageProvider

+
+ + + + + + + + + +
+Packages that use MessageProvider
at.gv.egovernment.moa.util  
+  +

+ + + + + +
+Uses of MessageProvider in at.gv.egovernment.moa.util
+  +

+ + + + + + + + + +
Methods in at.gv.egovernment.moa.util that return MessageProvider
+static MessageProviderMessageProvider.getInstance() + +
+          Return the single instance of the MessageProvider. + +
+  +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/Messages.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/Messages.html new file mode 100644 index 000000000..6b4c4a5c5 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/Messages.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.Messages + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.Messages

+
+No usage of at.gv.egovernment.moa.util.Messages +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/NodeIteratorAdapter.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/NodeIteratorAdapter.html new file mode 100644 index 000000000..0f4029e8e --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/NodeIteratorAdapter.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.NodeIteratorAdapter + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.NodeIteratorAdapter

+
+No usage of at.gv.egovernment.moa.util.NodeIteratorAdapter +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/NodeListAdapter.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/NodeListAdapter.html new file mode 100644 index 000000000..eb2b8a07e --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/NodeListAdapter.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.NodeListAdapter + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.NodeListAdapter

+
+No usage of at.gv.egovernment.moa.util.NodeListAdapter +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/ResourceBundleChain.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/ResourceBundleChain.html new file mode 100644 index 000000000..61fc73f31 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/ResourceBundleChain.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.ResourceBundleChain + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.ResourceBundleChain

+
+No usage of at.gv.egovernment.moa.util.ResourceBundleChain +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/SSLUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/SSLUtils.html new file mode 100644 index 000000000..6ca0ba169 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/SSLUtils.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.SSLUtils + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.SSLUtils

+
+No usage of at.gv.egovernment.moa.util.SSLUtils +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/StreamEntityResolver.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/StreamEntityResolver.html new file mode 100644 index 000000000..e3bcbe069 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/StreamEntityResolver.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.StreamEntityResolver + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.StreamEntityResolver

+
+No usage of at.gv.egovernment.moa.util.StreamEntityResolver +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/StreamUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/StreamUtils.html new file mode 100644 index 000000000..91c33c718 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/StreamUtils.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.StreamUtils + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.StreamUtils

+
+No usage of at.gv.egovernment.moa.util.StreamUtils +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/URLDecoder.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/URLDecoder.html new file mode 100644 index 000000000..2eb5e97ea --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/URLDecoder.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.URLDecoder + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.URLDecoder

+
+No usage of at.gv.egovernment.moa.util.URLDecoder +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/URLEncoder.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/URLEncoder.html new file mode 100644 index 000000000..0232f6cc1 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/URLEncoder.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.URLEncoder + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.URLEncoder

+
+No usage of at.gv.egovernment.moa.util.URLEncoder +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/XPathException.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/XPathException.html new file mode 100644 index 000000000..2729ebf8d --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/XPathException.html @@ -0,0 +1,222 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.XPathException + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.XPathException

+
+ + + + + + + + + +
+Packages that use XPathException
at.gv.egovernment.moa.util  
+  +

+ + + + + +
+Uses of XPathException in at.gv.egovernment.moa.util
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in at.gv.egovernment.moa.util that throw XPathException
+static org.w3c.dom.traversal.NodeIteratorXPathUtils.selectNodeIterator(org.w3c.dom.Node contextNode, + String exp) + +
+          Return a NodeIterator over the nodes matching the XPath + expression. + +
+static org.w3c.dom.traversal.NodeIteratorXPathUtils.selectNodeIterator(org.w3c.dom.Node contextNode, + org.w3c.dom.Element namespaceElement, + String exp) + +
+          Return a NodeIterator over the nodes matching the XPath + expression.
+static org.w3c.dom.traversal.NodeIteratorXPathUtils.selectNodeIterator(org.w3c.dom.Node contextNode, + Map namespaceMapping, + String exp) + +
+          Return a NodeIterator over the nodes matching the XPath + expression.
+static org.w3c.dom.NodeListXPathUtils.selectNodeList(org.w3c.dom.Node contextNode, + String exp) + +
+          Return a NodeList of all the nodes matching the XPath + expression. + +
+static org.w3c.dom.NodeListXPathUtils.selectNodeList(org.w3c.dom.Node contextNode, + org.w3c.dom.Element namespaceElement, + String exp) + +
+          Return a NodeList of all the nodes matching the XPath + expression.
+static org.w3c.dom.NodeListXPathUtils.selectNodeList(org.w3c.dom.Node contextNode, + Map namespaceMapping, + String exp) + +
+          Return a NodeList of all the nodes matching the XPath + expression.
+static org.w3c.dom.NodeXPathUtils.selectSingleNode(org.w3c.dom.Node contextNode, + String exp) + +
+          Select the first node matching an XPath expression. + +
+static org.w3c.dom.NodeXPathUtils.selectSingleNode(org.w3c.dom.Node contextNode, + org.w3c.dom.Element namespaceElement, + String exp) + +
+          Select the first node matching an XPath expression.
+static org.w3c.dom.NodeXPathUtils.selectSingleNode(org.w3c.dom.Node contextNode, + Map namespaceMapping, + String exp) + +
+          Select the first node matching an XPath expression.
+  +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/XPathUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/XPathUtils.html new file mode 100644 index 000000000..cb42695d8 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/class-use/XPathUtils.html @@ -0,0 +1,95 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.util.XPathUtils + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Class
at.gv.egovernment.moa.util.XPathUtils

+
+No usage of at.gv.egovernment.moa.util.XPathUtils +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-frame.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-frame.html new file mode 100644 index 000000000..3cf41351b --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-frame.html @@ -0,0 +1,92 @@ + + + + + + +MOA SP/SS Server Internal API: Package at.gv.egovernment.moa.util + + + + + +at.gv.egovernment.moa.util + + + + +
+Interfaces  + +
+Constants
+ + + + + + +
+Classes  + +
+Base64Utils +
+BoolUtils +
+CollectionUtils +
+DateTimeUtils +
+DOMUtils +
+EntityResolverChain +
+FileUtils +
+KeyStoreUtils +
+MessageProvider +
+Messages +
+MOADefaultHandler +
+MOAEntityResolver +
+MOAErrorHandler +
+MOATimer +
+NodeIteratorAdapter +
+NodeListAdapter +
+ResourceBundleChain +
+SSLUtils +
+StreamEntityResolver +
+StreamUtils +
+URLDecoder +
+URLEncoder +
+XPathUtils
+ + + + + + +
+Exceptions  + +
+XPathException
+ + + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-summary.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-summary.html new file mode 100644 index 000000000..10c671230 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-summary.html @@ -0,0 +1,242 @@ + + + + + + +MOA SP/SS Server Internal API: Package at.gv.egovernment.moa.util + + + + + + + + + + + + + + + + + +
+ +
+ + +
+

+Package at.gv.egovernment.moa.util +

+ + + + + + + + + +
+Interface Summary
ConstantsContains various constants used throughout the system.
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
Base64UtilsUtitility functions for encoding/decoding Base64 strings.
BoolUtilsUtility class for parsing XML schema boolean values.
CollectionUtilsVarious utility methods for dealing with java.util.Collection + classes.
DateTimeUtilsUtility for parsing and building XML type dateTime, + according to ISO 8601.
DOMUtilsVarious utility functions for handling XML DOM trees. + +
EntityResolverChainImplementation of the org.xml.sax.EntityResolver, + for use by a org.apache.xerces.parsers.DOMParser.
FileUtilsUtility for accessing files on the file system, and for reading from input streams.
KeyStoreUtilsUtility for creating and loading key stores.
MessageProviderA singleton wrapper around a Message object. + +
MessagesProvides access to the system messages resource used for exception handling + and logging messages. + +
MOADefaultHandlerA DefaultHandler that uses a MOAEntityResolver and + a MOAErrorHandler.
MOAEntityResolverAn EntityResolver that looks up entities stored as + local resources. + +
MOAErrorHandlerAn ErrorHandler that logs a message and throws a + SAXException upon error and fatal + parsing errors.
MOATimerA timer utility for named timers.
NodeIteratorAdapterA NodeIterator implementation based on a + ListIterator.
NodeListAdapterA NodeList implementation based on a List.
ResourceBundleChainA class to chain ResourceBundles.
SSLUtilsUtility for connecting to server applications via SSL.
StreamEntityResolverAn EntityResolver that maps system IDs to + InputStreams.
StreamUtilsUtility methods for streams.
URLDecoderDecodes an URL encoded String using a specified character encoding. +
URLEncoderTranslates a string into mime format "x-www-form-urlencoded". +
XPathUtilsUtility methods to evaluate XPath expressions on DOM nodes.
+  + +

+ + + + + + + + + +
+Exception Summary
XPathExceptionAn exception occurred evaluating an XPath.
+  + +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-tree.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-tree.html new file mode 100644 index 000000000..5e3cc9e4a --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-tree.html @@ -0,0 +1,127 @@ + + + + + + +MOA SP/SS Server Internal API: at.gv.egovernment.moa.util Class Hierarchy + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Hierarchy For Package at.gv.egovernment.moa.util +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-use.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-use.html new file mode 100644 index 000000000..43658268a --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/package-use.html @@ -0,0 +1,135 @@ + + + + + + +MOA SP/SS Server Internal API: Uses of Package at.gv.egovernment.moa.util + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Uses of Package
at.gv.egovernment.moa.util

+
+ + + + + + + + + +
+Packages that use at.gv.egovernment.moa.util
at.gv.egovernment.moa.util  
+  +

+ + + + + + + + + + + + + + +
+Classes in at.gv.egovernment.moa.util used by at.gv.egovernment.moa.util
MessageProvider + +
+          A singleton wrapper around a Message object. + +
MOATimer + +
+          A timer utility for named timers.
XPathException + +
+          An exception occurred evaluating an XPath.
+  +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3