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
-
-
Constructor Summary
Constructors Constructor Description StreamingPayLoadDigester(Reference ref, XMLStreamReader reader, StAXEXC14nCanonicalizerImpl canonicalizer, boolean payLoad)Creates a new instance of StreamingPayLoadDigester
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(XMLStreamReader xMLStreamReader)calculates the digest of the payload in a streaming fashion
-
-
-
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:
acceptin interfaceStreamFilter- Parameters:
xMLStreamReader- XMLStreamReader- Returns:
-
-