org.apache.ws.security.transform
Class STRTransform

java.lang.Object
  extended by org.apache.xml.security.transforms.TransformSpi
      extended by org.apache.ws.security.transform.STRTransform

public class STRTransform
extends org.apache.xml.security.transforms.TransformSpi

Class STRTransform

Version:
1.0
Author:
Werner Dittmann (Werner.Dittmann@siemens.com)

Field Summary
static String implementedTransformURI
          Field implementedTransformURI
 
Fields inherited from class org.apache.xml.security.transforms.TransformSpi
_transformObject
 
Constructor Summary
STRTransform()
           
 
Method Summary
protected  String engineGetURI()
          Method engineGetURI
protected  org.apache.xml.security.signature.XMLSignatureInput enginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput input, org.apache.xml.security.transforms.Transform transformObject)
          Method enginePerformTransform
 boolean returnsNodeSet()
           
 boolean returnsOctetStream()
           
 boolean wantsNodeSet()
           
 boolean wantsOctetStream()
           
 
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 String implementedTransformURI
Field implementedTransformURI

See Also:
Constant Field Values
Constructor Detail

STRTransform

public STRTransform()
Method Detail

wantsOctetStream

public boolean wantsOctetStream()

wantsNodeSet

public boolean wantsNodeSet()

returnsOctetStream

public boolean returnsOctetStream()

returnsNodeSet

public boolean returnsNodeSet()

engineGetURI

protected String engineGetURI()
Method engineGetURI

Specified by:
engineGetURI in class org.apache.xml.security.transforms.TransformSpi

enginePerformTransform

protected org.apache.xml.security.signature.XMLSignatureInput enginePerformTransform(org.apache.xml.security.signature.XMLSignatureInput input,
                                                                                     org.apache.xml.security.transforms.Transform transformObject)
                                                                              throws IOException,
                                                                                     org.apache.xml.security.c14n.CanonicalizationException,
                                                                                     org.apache.xml.security.c14n.InvalidCanonicalizerException
Method enginePerformTransform

Overrides:
enginePerformTransform in class org.apache.xml.security.transforms.TransformSpi
Parameters:
input -
Throws:
org.apache.xml.security.c14n.CanonicalizationException
org.apache.xml.security.c14n.InvalidCanonicalizerException
IOException


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.