public class EPRSDDocumentFilter extends Object implements SDDocumentFilter
Constructor and Description |
---|
EPRSDDocumentFilter(WSEndpointImpl<?> endpoint) |
Modifier and Type | Method and Description |
---|---|
XMLStreamWriter |
filter(SDDocument doc,
XMLStreamWriter w)
Returns a wrapped XMLStreamWriter on top of passed-in XMLStreamWriter.
|
public EPRSDDocumentFilter(@NotNull WSEndpointImpl<?> endpoint)
public XMLStreamWriter filter(SDDocument doc, XMLStreamWriter w) throws XMLStreamException, IOException
SDDocumentFilter
FilterOutputStream
.
The method returns a XMLStreamWriter that calls the same methods on original
XMLStreamWriter with some modified events. The end result is some infoset
is filtered before it reaches the original writer and the infoset writer
doesn't have to change any code to incorporate this filter.filter
in interface SDDocumentFilter
doc
- gives context for the filter. This should only be used to query
read-only information. Calling doc.writeTo() may result in infinite loop.w
- Original XMLStreamWriterXMLStreamWriter
XMLStreamException
IOException
Copyright © 2015 Oracle Corporation. All rights reserved.