| Interface | Description |
|---|---|
| IAS4Attachment |
Read-only interface for an attachment.
|
| IIncomingAttachmentFactory |
Factory interface for
WSS4JAttachment objects for handling incoming
attachments. |
| Class | Description |
|---|---|
| WSS4JAttachment |
Special WSS4J attachment with an InputStream provider instead of a fixed
InputStream
Note: cannot be serializable because base class is not serializable and because we're dealing with InputStreams. |
| WSS4JAttachmentCallbackHandler |
A Callback Handler implementation for the case of signing/encrypting
Attachments via the SwA (SOAP with Attachments) specification or when using
xop:Include in the case of MTOM.
|
| Enum | Description |
|---|---|
| EAS4CompressionMode |
Defines the allowed AS4 compression modes.
|
| Exception | Description |
|---|---|
| AS4DecompressException |
Special exception type for decompression errors.
|
Copyright © 2015–2020 Philip Helger. All rights reserved.