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

+ +at.gv.egovernment.moa.spss.server.iaik.xml +
+Class TransformationImpl

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.spss.server.iaik.xml.TransformationImpl
+
+
+
All Implemented Interfaces:
iaik.server.modules.xml.Transformation
+
+
+
Direct Known Subclasses:
Base64TransformationImpl, CanonicalizationImpl, EnvelopedSignatureTransformationImpl, ExclusiveCanonicalizationImpl, XPath2TransformationImpl, XPathTransformationImpl, XSLTTransformationImpl
+
+
+
+
public abstract class TransformationImpl
extends Object
implements iaik.server.modules.xml.Transformation
+ +

+Base implementation class for Transformation derived classes. +

+

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

+ + + + + + + + + + + + + + + + +
+Constructor Summary
TransformationImpl() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetAlgorithmURI() + +
+           
+ inthashCode() + +
+          Returns the hash code of the algorithm URI.
+protected  voidsetAlgorithmURI(String algorithmURI) + +
+          Sets the algorithm URI.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface iaik.server.modules.xml.Transformation
equals
+  +

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

+TransformationImpl

+
+public TransformationImpl()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAlgorithmURI

+
+public String getAlgorithmURI()
+
+
+
Specified by:
getAlgorithmURI in interface iaik.server.modules.xml.Transformation
+
+
+
See Also:
Transformation.getAlgorithmURI()
+
+
+
+ +

+setAlgorithmURI

+
+protected void setAlgorithmURI(String algorithmURI)
+
+
Sets the algorithm URI.
+
+
+
+
Parameters:
algorithmURI - The algorithm URI to set.
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
Returns the hash code of the algorithm URI. Should be overridden if a + transformation distinguishes itself from others by more than just the + algorithm URI.
+
Specified by:
hashCode in interface iaik.server.modules.xml.Transformation
Overrides:
hashCode in class Object
+
+
+
See Also:
Object.hashCode()
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3