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
 String getAlgorithmURI()
           
 int hashCode()
          Returns the hash code of the algorithm URI.
protected  void setAlgorithmURI(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()