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