| Interface | Description |
|---|---|
| CachedOutputStreamCallback | |
| StaxValidationManager |
This interface defines a bus service for Stax validation.
|
| Class | Description |
|---|---|
| AbstractThresholdOutputStream |
Outputstream that will buffer a certain amount before writing anything to the underlying
stream.
|
| AbstractWrappedOutputStream |
Provides a convenient hook onFirstWrite() for those needing
to wrap an output stream.
|
| CacheAndWriteOutputStream |
This outputstream implementation will both write to the outputstream
that is specified and cache the data at the same time.
|
| CachedOutputStream | |
| DelegatingInputStream | |
| WriteOnCloseOutputStream |
This outputstream implementation will cache the message until close()
is called, at which point it will write the message to the OutputStream
supplied via the constructor.
|
| Exception | Description |
|---|---|
| CacheSizeExceededException |
Apache CXF