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

+ +at.gv.egovernment.moa.spss.server.iaik.xmlsign +
+Class XMLSignatureInsertionLocationImpl

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.spss.server.iaik.xmlsign.XMLSignatureInsertionLocationImpl
+
+
+
All Implemented Interfaces:
iaik.server.modules.xmlsign.XMLSignatureInsertionLocation
+
+
+
+
public class XMLSignatureInsertionLocationImpl
extends Object
implements iaik.server.modules.xmlsign.XMLSignatureInsertionLocation
+ +

+An object giving the location of where the signature will be + inserted into the parent element. +

+

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

+ + + + + + + + + + + + + + + + +
+Constructor Summary
XMLSignatureInsertionLocationImpl(int signatureChildIndex) + +
+          Create a new XMLSignatureInsertLocationImpl.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ intgetSignatureChildIndex() + +
+           
+ voidsetSignatureChildIndex(int signatureChildIndex) + +
+          Sets the position index at which to append the signature to the parent + element.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+XMLSignatureInsertionLocationImpl

+
+public XMLSignatureInsertionLocationImpl(int signatureChildIndex)
+
+
Create a new XMLSignatureInsertLocationImpl.
+
Parameters:
signatureChildIndex - The position index at which to append the + signature to the parent element.
+
+
+ + + + + + + + +
+Method Detail
+ +

+getSignatureChildIndex

+
+public int getSignatureChildIndex()
+
+
+
Specified by:
getSignatureChildIndex in interface iaik.server.modules.xmlsign.XMLSignatureInsertionLocation
+
+
+
See Also:
XMLSignatureInsertionLocation.getSignatureChildIndex()
+
+
+
+ +

+setSignatureChildIndex

+
+public void setSignatureChildIndex(int signatureChildIndex)
+
+
Sets the position index at which to append the signature to the parent + element.
+
+
+
+
Parameters:
signatureChildIndex - The position index to set.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3