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 --- .../moa/spss/server/service/ServiceUtils.html | 240 +++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/service/ServiceUtils.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/service/ServiceUtils.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/service/ServiceUtils.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/service/ServiceUtils.html new file mode 100644 index 000000000..44886b45a --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/service/ServiceUtils.html @@ -0,0 +1,240 @@ + + + + + + +MOA SP/SS Server Internal API: Class ServiceUtils + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.spss.server.service +
+Class ServiceUtils

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.spss.server.service.ServiceUtils
+
+
+
+
public class ServiceUtils
extends Object
+ +

+Helper methods for the Service classes. +

+

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

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ServiceUtils() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static org.w3c.dom.ElementreparseRequest(org.w3c.dom.Element request) + +
+          Reparse the request with schema-validation turned on so that ID references + are resolved.
+static voidvalidateRequest(org.w3c.dom.Element[] request) + +
+          Schema-validate a request.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+ServiceUtils

+
+public ServiceUtils()
+
+
+ + + + + + + + +
+Method Detail
+ +

+validateRequest

+
+public static void validateRequest(org.w3c.dom.Element[] request)
+                            throws MOAApplicationException
+
+
Schema-validate a request.
+
Parameters:
request - The request to validate.
Throws:
MOAApplicationException - An error occurred validating the requst.
+
+
+
+ +

+reparseRequest

+
+public static org.w3c.dom.Element reparseRequest(org.w3c.dom.Element request)
+                                          throws MOAApplicationException
+
+
Reparse the request with schema-validation turned on so that ID references + are resolved.
+
Parameters:
request - The request to reparse.
Returns:
The reparsed request.
Throws:
MOAApplicationException - An error occurred parsing the request.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3