Skip navigation links

Oracle Security Developer Tools XML Security Java API Reference
11g (11.1.1)

E10680-02


oracle.security.xmlsec.transform
Interface NodeToStreamTransform

All Known Implementing Classes:
Base64Decoder, C14NTransform, C14NTransform.C14N11Transform, C14NWithCommentsTransform, C14NWithCommentsTransform.C14N11WithCommentsTransform, ExcC14NTransform, ExcC14NWithCommentsTransform

public interface NodeToStreamTransform

This interface is to be implemented by transforms that output binary data.

Since:
release specific (what release of product did this appear in)
Version:
$Header: ldap/java/src/oracle/security/xmlsec/transform/NodeToStreamTransform.java /main/1 2008/12/17 15:42:25 pdatta Exp $

Method Summary
 java.io.InputStream transformToStream(NodeReader source)
          transform method that does not actually do the transform, but only sets up things.

 

Method Detail

transformToStream

java.io.InputStream transformToStream(NodeReader source)
                                      throws java.io.IOException,
                                             TransformationException
transform method that does not actually do the transform, but only sets up things. The actual transform should be done when somebody reads from the InputStream
Parameters:
source -
Returns:
Throws:
java.io.IOException
TransformationException

Skip navigation links

Oracle Security Developer Tools XML Security Java API Reference
11g (11.1.1)

E10680-02


Copyright © 2005, 2009, Oracle. All rights reserved.