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

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

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

+The service endpoint for the SignatureCreation web service. +

+

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

+ + + + + + + + + + + + + + + + +
+Constructor Summary
SignatureCreationService() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ org.w3c.dom.Element[]CreateXMLSignatureRequest(org.w3c.dom.Element[] request) + +
+          Handle a CreateXMLSignatureRequest.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+SignatureCreationService

+
+public SignatureCreationService()
+
+
+ + + + + + + + +
+Method Detail
+ +

+CreateXMLSignatureRequest

+
+public org.w3c.dom.Element[] CreateXMLSignatureRequest(org.w3c.dom.Element[] request)
+                                                throws org.apache.axis.AxisFault
+
+
Handle a CreateXMLSignatureRequest.
+
Parameters:
request - The CreateXMLSignatureRequest to work on + (contained in the 0th element of the array).
Returns:
A CreateXMLSignatureResponse as the only element of + the Element array.
Throws:
org.apache.axis.AxisFault - An error occurred during handling of the message.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3