com.sun.xml.ws.security.opt.impl.incoming.processor
Class StreamingPayLoadDigester

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.incoming.processor.StreamingPayLoadDigester
All Implemented Interfaces:
StreamFilter

public class StreamingPayLoadDigester
extends Object
implements StreamFilter

Author:
K.Venugopal@sun.com

Constructor Summary
StreamingPayLoadDigester(Reference ref, XMLStreamReader reader, StAXEXC14nCanonicalizerImpl canonicalizer, boolean payLoad)
          Creates a new instance of StreamingPayLoadDigester
 
Method Summary
 boolean accept(XMLStreamReader xMLStreamReader)
          calculates the digest of the payload in a streaming fashion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamingPayLoadDigester

public StreamingPayLoadDigester(Reference ref,
                                XMLStreamReader reader,
                                StAXEXC14nCanonicalizerImpl canonicalizer,
                                boolean payLoad)
Creates a new instance of StreamingPayLoadDigester

Method Detail

accept

public boolean accept(XMLStreamReader xMLStreamReader)
calculates the digest of the payload in a streaming fashion

Specified by:
accept in interface StreamFilter
Parameters:
xMLStreamReader - XMLStreamReader
Returns:


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.