Class | Description |
---|---|
TestBase64StreamingWithGetSAXSource |
Tests that when an
OMText node is serialized by the SAXSource returned by
OMContainer.getSAXSource(boolean) , the implementation doesn't construct an in-memory
base64 representation of the complete binary content, but writes it in chunks (streaming). |
TestBase64StreamingWithSerialize |
Test that when an
OMText node is written to an XMLStreamWriter without MTOM support, the
implementation doesn't construct an in-memory base64 representation of the complete binary
content, but writes it in chunks (streaming). |
TestDigest | |
TestGetTextCharactersFromDataHandler |
Tests that
OMText.getTextCharacters() returns the expected result for an OMText
node backed by a DataHandler . |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.