org.apache.xml.security.transforms.implementations
Class TransformXPointer

java.lang.Object
  extended byorg.apache.xml.security.transforms.TransformSpi
      extended byorg.apache.xml.security.transforms.implementations.TransformXPointer

public class TransformXPointer
extends TransformSpi

Class TransformXPointer

Author:
Christian Geuer-Pollmann

Field Summary
static java.lang.String implementedTransformURI
          Field implementedTransformURI
 
Fields inherited from class org.apache.xml.security.transforms.TransformSpi
_transformObject
 
Constructor Summary
TransformXPointer()
           
 
Method Summary
protected  java.lang.String engineGetURI()
          Returns the URI representation of Transformation algorithm
protected  XMLSignatureInput enginePerformTransform(XMLSignatureInput input, Transform _transformObject)
          Method enginePerformTransform
 
Methods inherited from class org.apache.xml.security.transforms.TransformSpi
enginePerformTransform, enginePerformTransform, setTransform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

implementedTransformURI

public static final java.lang.String implementedTransformURI
Field implementedTransformURI

See Also:
Constant Field Values
Constructor Detail

TransformXPointer

public TransformXPointer()
Method Detail

engineGetURI

protected java.lang.String engineGetURI()
Description copied from class: TransformSpi
Returns the URI representation of Transformation algorithm

Specified by:
engineGetURI in class TransformSpi
Returns:
the URI representation of Transformation algorithm

enginePerformTransform

protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input,
                                                   Transform _transformObject)
                                            throws TransformationException
Method enginePerformTransform

Overrides:
enginePerformTransform in class TransformSpi
Parameters:
input -
_transformObject - the Transform
Returns:
XMLSignatureInput as the result of transformation
Throws:
TransformationException