Class StreamingPayLoadDigester
java.lang.Object
com.sun.xml.ws.security.opt.impl.incoming.processor.StreamingPayLoadDigester
- All Implemented Interfaces:
StreamFilter
- Author:
- K.Venugopal@sun.com
-
Constructor Summary
ConstructorsConstructorDescriptionStreamingPayLoadDigester(Reference ref, XMLStreamReader reader, StAXEXC14nCanonicalizerImpl canonicalizer, boolean payLoad) Creates a new instance of StreamingPayLoadDigester -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(XMLStreamReader xMLStreamReader) calculates the digest of the payload in a streaming fashion
-
Constructor Details
-
StreamingPayLoadDigester
public StreamingPayLoadDigester(Reference ref, XMLStreamReader reader, StAXEXC14nCanonicalizerImpl canonicalizer, boolean payLoad) Creates a new instance of StreamingPayLoadDigester
-
-
Method Details
-
accept
calculates the digest of the payload in a streaming fashion- Specified by:
acceptin interfaceStreamFilter- Parameters:
xMLStreamReader- XMLStreamReader- Returns:
-