Uses of Class
com.helger.phase4.attachment.WSS4JAttachment
Packages that use WSS4JAttachment
Package
Description
-
Uses of WSS4JAttachment in com.helger.phase4.attachment
Methods in com.helger.phase4.attachment that return WSS4JAttachmentModifier and TypeMethodDescription@NonNull WSS4JAttachmentIAS4IncomingAttachmentFactory.createAttachment(@NonNull jakarta.mail.internet.MimeBodyPart aBodyPart, @NonNull AS4ResourceHelper aResHelper) Create an attachment if the source message is a MIME messagestatic @NonNull WSS4JAttachmentWSS4JAttachment.createIncomingFileAttachment(@NonNull jakarta.mail.internet.MimeBodyPart aBodyPart, @NonNull AS4ResourceHelper aResHelper) static @NonNull WSS4JAttachmentWSS4JAttachment.createOutgoingFileAttachment(byte @NonNull [] aSrcData, @Nullable String sContentID, @Nullable String sFilename, @NonNull com.helger.mime.IMimeType aMimeType, @Nullable EAS4CompressionMode eCompressionMode, @Nullable Charset aCharset, @NonNull AS4ResourceHelper aResHelper) Quasi constructor.static @NonNull WSS4JAttachmentWSS4JAttachment.createOutgoingFileAttachment(@NonNull AS4OutgoingAttachment aAttachment, @NonNull AS4ResourceHelper aResHelper) static @NonNull WSS4JAttachmentWSS4JAttachment.createOutgoingFileAttachment(@NonNull File aSrcFile, @Nullable String sContentID, @Nullable String sFilename, @NonNull com.helger.mime.IMimeType aMimeType, @Nullable EAS4CompressionMode eCompressionMode, @Nullable Charset aCharset, @NonNull AS4ResourceHelper aResHelper) Quasi constructor.final @NonNull WSS4JAttachmentWSS4JAttachment.setCharset(@Nullable Charset aCharset) final @NonNull WSS4JAttachmentWSS4JAttachment.setCompressionMode(@NonNull EAS4CompressionMode eCompressionMode) final @NonNull WSS4JAttachmentWSS4JAttachment.setContentTransferEncoding(@NonNull com.helger.mail.cte.EContentTransferEncoding eCTE) Methods in com.helger.phase4.attachment that return types with arguments of type WSS4JAttachmentModifier and TypeMethodDescription@NonNull com.helger.collection.commons.ICommonsList<WSS4JAttachment> WSS4JAttachmentCallbackHandler.getAllResponseAttachments()@NonNull com.helger.collection.commons.ICommonsOrderedMap<String, WSS4JAttachment> WSS4JAttachmentCallbackHandler.responseAttachments()Constructor parameters in com.helger.phase4.attachment with type arguments of type WSS4JAttachmentModifierConstructorDescriptionWSS4JAttachmentCallbackHandler(@Nullable Iterable<? extends WSS4JAttachment> aSrcAttachments, @NonNull AS4ResourceHelper aResHelper) -
Uses of WSS4JAttachment in com.helger.phase4.client
Methods in com.helger.phase4.client that return types with arguments of type WSS4JAttachmentModifier and TypeMethodDescriptionfinal @NonNull com.helger.collection.commons.ICommonsList<WSS4JAttachment> AS4ClientUserMessage.attachments()Methods in com.helger.phase4.client with parameters of type WSS4JAttachmentModifier and TypeMethodDescriptionfinal @NonNull AS4ClientUserMessageAS4ClientUserMessage.addAttachment(@NonNull WSS4JAttachment aAttachment) Adds a file as attachment to the message. -
Uses of WSS4JAttachment in com.helger.phase4.incoming
Methods in com.helger.phase4.incoming that return types with arguments of type WSS4JAttachmentModifier and TypeMethodDescription@Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> AS4IncomingMessageState.getDecryptedAttachments()@Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> IAS4IncomingMessageState.getDecryptedAttachments()@Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> AS4IncomingMessageState.getOriginalAttachments()@Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> IAS4IncomingMessageState.getOriginalAttachments()Method parameters in com.helger.phase4.incoming with type arguments of type WSS4JAttachmentModifier and TypeMethodDescriptionvoidAS4IncomingHandler.IAS4ParsedMessageCallback.handle(@NonNull com.helger.http.header.HttpHeaderMap aHttpHeaders, @NonNull Document aSoapDocument, @NonNull ESoapVersion eSoapVersion, @NonNull com.helger.collection.commons.ICommonsList<WSS4JAttachment> aIncomingAttachments) Callback methodstatic @NonNull IAS4IncomingMessageStateAS4IncomingHandler.processEbmsMessage(@NonNull AS4ResourceHelper aResHelper, @NonNull Locale aLocale, @NonNull SoapHeaderElementProcessorRegistry aRegistry, @NonNull com.helger.http.header.HttpHeaderMap aHttpHeaders, @NonNull Document aSoapDocument, @NonNull ESoapVersion eSoapVersion, @NonNull com.helger.collection.commons.ICommonsList<WSS4JAttachment> aIncomingAttachments, @NonNull IAS4IncomingProfileSelector aAS4ProfileSelector, @NonNull AS4ErrorList aEbmsErrorMessagesTarget, @NonNull IAS4IncomingMessageMetadata aMessageMetadata) voidAS4IncomingMessageState.setDecryptedAttachments(@Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments) voidAS4IncomingMessageState.setOriginalAttachments(@Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments) -
Uses of WSS4JAttachment in com.helger.phase4.incoming.soap
Method parameters in com.helger.phase4.incoming.soap with type arguments of type WSS4JAttachmentModifier and TypeMethodDescription@NonNull com.helger.base.state.ESuccessISoapHeaderElementProcessor.processHeaderElement(@NonNull Document aSoapDoc, @NonNull Element aHeaderElement, @NonNull com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments, @NonNull AS4IncomingMessageState aIncomingState, @NonNull AS4ErrorList aProcessingErrorMessagesTarget) Process the passed header element.@NonNull com.helger.base.state.ESuccessSoapHeaderElementProcessorExtractEbms3Messaging.processHeaderElement(@NonNull Document aSoapDoc, @NonNull Element aElement, @NonNull com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments, @NonNull AS4IncomingMessageState aIncomingState, @NonNull AS4ErrorList aProcessingErrorMessagesTarget) @NonNull com.helger.base.state.ESuccessSoapHeaderElementProcessorWSS4J.processHeaderElement(@NonNull Document aSoapDoc, @NonNull Element aSecurityNode, @NonNull com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments, @NonNull AS4IncomingMessageState aIncomingState, @NonNull AS4ErrorList aProcessingErrorMessagesTarget) -
Uses of WSS4JAttachment in com.helger.phase4.incoming.spi
Methods in com.helger.phase4.incoming.spi that return types with arguments of type WSS4JAttachmentModifier and TypeMethodDescription@NonNull com.helger.collection.commons.ICommonsList<WSS4JAttachment> AS4MessageProcessorResult.getAllAttachments()Method parameters in com.helger.phase4.incoming.spi with type arguments of type WSS4JAttachmentModifier and TypeMethodDescriptionvoidAS4MessageProcessorResult.addAllAttachmentsTo(@NonNull Collection<? super WSS4JAttachment> aTarget) Add all attachments contained in this object onto the provided target collection.static @NonNull AS4SignalMessageProcessorResultAS4SignalMessageProcessorResult.createSuccess(@Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments, @Nullable String sAsyncResponseURL, @Nullable Ebms3UserMessage aPullReturnUserMessage) static @NonNull AS4MessageProcessorResultAS4MessageProcessorResult.createSuccessExt(@Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments, @Nullable String sAsyncResponseURL) Create a success message with optional attachments.@NonNull AS4MessageProcessorResultIAS4IncomingMessageProcessorSPI.processAS4UserMessage(@NonNull IAS4IncomingMessageMetadata aIncomingMessageMetadata, @NonNull com.helger.http.header.HttpHeaderMap aHttpHeaders, @NonNull Ebms3UserMessage aUserMessage, @NonNull IPMode aPMode, @Nullable Node aPayload, @Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> aIncomingAttachments, @NonNull IAS4IncomingMessageState aIncomingState, @NonNull AS4ErrorList aProcessingErrorMessages) Process incoming AS4 user messageConstructor parameters in com.helger.phase4.incoming.spi with type arguments of type WSS4JAttachmentModifierConstructorDescriptionprotectedAS4MessageProcessorResult(@NonNull com.helger.base.state.ESuccess eSuccess, @Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments, @Nullable String sAsyncResponseURL) protectedAS4SignalMessageProcessorResult(@NonNull com.helger.base.state.ESuccess eSuccess, @Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments, @Nullable String sAsyncResponseURL, @Nullable Ebms3UserMessage aPullReturnUserMessage) -
Uses of WSS4JAttachment in com.helger.phase4.messaging.crypto
Method parameters in com.helger.phase4.messaging.crypto with type arguments of type WSS4JAttachmentModifier and TypeMethodDescriptionstatic @NonNull DocumentAS4Signer.createSignedMessage(@NonNull IAS4CryptoFactory aCryptoFactorySign, @NonNull Document aPreSigningMessage, @NonNull ESoapVersion eSoapVersion, @NonNull @Nonempty String sMessagingID, @Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments, @NonNull AS4ResourceHelper aResHelper, boolean bMustUnderstand, @NonNull AS4SigningParams aSigningParams) This method must be used if the message does not contain attachments, that should be in a additional mime message part.static @NonNull AS4MimeMessageAS4Encryptor.encryptToMimeMessage(@NonNull ESoapVersion eSoapVersion, @NonNull Document aDoc, @NonNull @Nonempty com.helger.collection.commons.ICommonsList<WSS4JAttachment> aAttachments, @NonNull IAS4CryptoFactory aCryptoFactoryCrypt, boolean bMustUnderstand, @NonNull AS4ResourceHelper aResHelper, @NonNull AS4CryptParams aCryptParams) -
Uses of WSS4JAttachment in com.helger.phase4.messaging.mime
Method parameters in com.helger.phase4.messaging.mime with type arguments of type WSS4JAttachmentModifier and TypeMethodDescriptionstatic @NonNull AS4MimeMessageAS4MimeMessageHelper.generateMimeMessage(@NonNull ESoapVersion eSoapVersion, @NonNull Document aSoapEnvelope, @Nullable com.helger.collection.commons.ICommonsList<WSS4JAttachment> aEncryptedAttachments) -
Uses of WSS4JAttachment in com.helger.phase4.sender
Methods in com.helger.phase4.sender that return WSS4JAttachmentModifier and TypeMethodDescriptionprotected @Nullable WSS4JAttachmentAbstractAS4UserMessageBuilderMIMEPayload.createMainAttachment(@NonNull AS4OutgoingAttachment aPayload, @NonNull AS4ResourceHelper aResHelper) Create the main attachment.protected @Nullable WSS4JAttachmentAbstractAS4UserMessageBuilderMIMEPayload.createOtherAttachment(@NonNull AS4OutgoingAttachment aPayload, @NonNull AS4ResourceHelper aResHelper, int nAttachmentIndex) Create another attachment that is not "main".