Class Summary |
Base64Encoder |
This class provides an implementation of Base64 encoding without relying on
the the sun.* packages. |
DOMPool |
The purpose of this class is to cache the DOM Documents in memory and by-pass
parsing. |
EncoderCache |
|
HTTPArgument |
|
HTTPResultConverter |
|
SlowHttpClientSocketFactory |
HttpClient protocol factory to generate "slow" sockets for emulating dial-up modems |
WSDLHelper |
For now I use DOM for WSDLHelper, but it would be more efficient to use JAXB
to generate an object model for WSDL and use it to perform serialization and
deserialization. |