Package com.helger.phase4.dump
Interface AS4DumpReader.IDecryptedPayloadConsumer
- Enclosing class:
AS4DumpReader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(int nAttachmentIndex, byte[] aPayload) Get invoked for every decrypted attachment.
-
Method Details
-
accept
Get invoked for every decrypted attachment.- Parameters:
nAttachmentIndex- 0-based attachment index.aPayload- Decrypted payload. Nevernull.
-