com.sun.xml.ws.security.opt.impl.incoming.processor
Class StreamingPayLoadDigester
java.lang.Object
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
|
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 |
StreamingPayLoadDigester
public StreamingPayLoadDigester(Reference ref,
XMLStreamReader reader,
StAXEXC14nCanonicalizerImpl canonicalizer,
boolean payLoad)
- Creates a new instance of StreamingPayLoadDigester
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.