Index

A B C D E F G H I K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractAS4Client<IMPLTYPE extends AbstractAS4Client<IMPLTYPE>> - Class in com.helger.phase4.client
Abstract AS4 client based on HTTP client
AbstractAS4Client(EAS4MessageType, AS4ResourceHelper) - Constructor for class com.helger.phase4.client.AbstractAS4Client
 
AbstractAS4ClientSignalMessage<IMPLTYPE extends AbstractAS4ClientSignalMessage<IMPLTYPE>> - Class in com.helger.phase4.client
Abstract AS4 client for signal messages with arbitrary content.
AbstractAS4ClientSignalMessage(EAS4MessageType, AS4ResourceHelper) - Constructor for class com.helger.phase4.client.AbstractAS4ClientSignalMessage
 
AbstractAS4CryptoFactory - Class in com.helger.phase4.crypto
Abstract implementation of IAS4CryptoFactory.
AbstractAS4CryptoFactory() - Constructor for class com.helger.phase4.crypto.AbstractAS4CryptoFactory
 
AbstractAS4IncomingDumperWithHeaders - Class in com.helger.phase4.dump
Abstract version of IAS4IncomingDumper that emits all headers on the output stream.
AbstractAS4IncomingDumperWithHeaders() - Constructor for class com.helger.phase4.dump.AbstractAS4IncomingDumperWithHeaders
 
AbstractAS4Message<IMPLTYPE extends AbstractAS4Message<IMPLTYPE>> - Class in com.helger.phase4.messaging.domain
Abstract AS4 message implementation
AbstractAS4Message(ESoapVersion, EAS4MessageType) - Constructor for class com.helger.phase4.messaging.domain.AbstractAS4Message
 
AbstractAS4MessageBuilder<IMPLTYPE extends AbstractAS4MessageBuilder<IMPLTYPE>> - Class in com.helger.phase4.sender
Abstract builder base class with the requirements for all message types.
AbstractAS4MessageBuilder() - Constructor for class com.helger.phase4.sender.AbstractAS4MessageBuilder
AbstractAS4OutgoingDumperWithHeaders - Class in com.helger.phase4.dump
Abstract implementation of IAS4OutgoingDumper that always adds the custom headers
AbstractAS4OutgoingDumperWithHeaders() - Constructor for class com.helger.phase4.dump.AbstractAS4OutgoingDumperWithHeaders
 
AbstractAS4PullRequestBuilder<IMPLTYPE extends AbstractAS4PullRequestBuilder<IMPLTYPE>> - Class in com.helger.phase4.sender
Abstract builder base class for a Pull Request.
AbstractAS4PullRequestBuilder() - Constructor for class com.helger.phase4.sender.AbstractAS4PullRequestBuilder
Create a new builder, with the following fields already set:
AbstractAS4RawResponseConsumer<IMPLTYPE extends AbstractAS4RawResponseConsumer<IMPLTYPE>> - Class in com.helger.phase4.client
Abstract base implementation of IAS4RawResponseConsumer to provide basic customizability.
AbstractAS4RawResponseConsumer() - Constructor for class com.helger.phase4.client.AbstractAS4RawResponseConsumer
 
AbstractAS4UserMessageBuilder<IMPLTYPE extends AbstractAS4UserMessageBuilder<IMPLTYPE>> - Class in com.helger.phase4.sender
Abstract builder base class for a user message.
AbstractAS4UserMessageBuilder() - Constructor for class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Create a new builder, with the following fields already set:
AbstractAS4UserMessageBuilder.pmode(IPMode)
AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult - Enum in com.helger.phase4.sender
Specific enumeration with the result error codes of the AbstractAS4UserMessageBuilder.sendMessageAndCheckForReceipt() method.
AbstractAS4UserMessageBuilderMIMEPayload<IMPLTYPE extends AbstractAS4UserMessageBuilderMIMEPayload<IMPLTYPE>> - Class in com.helger.phase4.sender
Abstract builder base class for a user messages that put the payload in a MIME part.
AbstractAS4UserMessageBuilderMIMEPayload() - Constructor for class com.helger.phase4.sender.AbstractAS4UserMessageBuilderMIMEPayload
Create a new builder, with some fields already set as outlined in AbstractAS4UserMessageBuilder()
AbstractPModeMicroTypeConverter<T> - Class in com.helger.phase4.model.pmode
Abstract base class with utility methods.
AbstractPModeMicroTypeConverter() - Constructor for class com.helger.phase4.model.pmode.AbstractPModeMicroTypeConverter
 
accept(int, byte[]) - Method in interface com.helger.phase4.dump.AS4DumpReader.IDecryptedPayloadConsumer
Get invoked for every decrypted attachment.
AcceptanceAcknowledgement - Class in com.helger.phase4.ebms3header
Java class for anonymous complex type
AcceptanceAcknowledgement() - Constructor for class com.helger.phase4.ebms3header.AcceptanceAcknowledgement
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
action(String) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set the "Action" value.
addAllAttachmentsTo(Collection<? super WSS4JAttachment>) - Method in class com.helger.phase4.servlet.spi.AS4MessageProcessorResult
Add all attachments contained in this object onto the provided target collection.
addAny(Object) - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
addAny(Object) - Method in class com.helger.phase4.ebms3header.Ebms3PullRequest
Created by ph-jaxb-plugin -Xph-list-extension
addAny(Object) - Method in class com.helger.phase4.ebms3header.Ebms3Receipt
Created by ph-jaxb-plugin -Xph-list-extension
addAny(Object) - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-list-extension
addAny(Object) - Method in class com.helger.phase4.soap11.Soap11Body
Created by ph-jaxb-plugin -Xph-list-extension
addAny(Object) - Method in class com.helger.phase4.soap11.Soap11Detail
Created by ph-jaxb-plugin -Xph-list-extension
addAny(Object) - Method in class com.helger.phase4.soap11.Soap11Envelope
Created by ph-jaxb-plugin -Xph-list-extension
addAny(Object) - Method in class com.helger.phase4.soap11.Soap11Header
Created by ph-jaxb-plugin -Xph-list-extension
addAny(Object) - Method in class com.helger.phase4.soap12.Soap12Body
Created by ph-jaxb-plugin -Xph-list-extension
addAny(Object) - Method in class com.helger.phase4.soap12.Soap12Detail
Created by ph-jaxb-plugin -Xph-list-extension
addAny(Object) - Method in class com.helger.phase4.soap12.Soap12Header
Created by ph-jaxb-plugin -Xph-list-extension
addAttachment(AS4OutgoingAttachment) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Add an optional attachment
addAttachment(AS4OutgoingAttachment.Builder) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Add an optional attachment
addAttachment(WSS4JAttachment) - Method in class com.helger.phase4.client.AS4ClientUserMessage
Adds a file as attachment to the message.
addAttachment(File, IMimeType, EAS4CompressionMode) - Method in class com.helger.phase4.client.AS4ClientUserMessage
Adds a file as attachment to the message.
addCloseable(Closeable) - Method in class com.helger.phase4.util.AS4ResourceHelper
Add a new closable for later closing.
addError(Ebms3Error) - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-list-extension
addErrorMessage(IEbmsError, Locale) - Method in class com.helger.phase4.client.AS4ClientErrorMessage
 
addHeader(String, String) - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
addMessagePartNRInformation(MessagePartNRInformation) - Method in class com.helger.phase4.ebms3header.NonRepudiationInformation
Created by ph-jaxb-plugin -Xph-list-extension
addMessageProperty(Ebms3Property) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
addMessageProperty(MessageProperty) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
addMessageProperty(MessageProperty.Builder) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
addPartInfo(Ebms3PartInfo) - Method in class com.helger.phase4.ebms3header.Ebms3PayloadInfo
Created by ph-jaxb-plugin -Xph-list-extension
addPartyId(Ebms3PartyId) - Method in class com.helger.phase4.ebms3header.Ebms3From
Created by ph-jaxb-plugin -Xph-list-extension
addPartyId(Ebms3PartyId) - Method in class com.helger.phase4.ebms3header.Ebms3To
Created by ph-jaxb-plugin -Xph-list-extension
addPayloadProfile(PModePayloadProfile) - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
addProperty(Ebms3Property) - Method in class com.helger.phase4.ebms3header.Ebms3MessageProperties
Created by ph-jaxb-plugin -Xph-list-extension
addProperty(Ebms3Property) - Method in class com.helger.phase4.ebms3header.Ebms3PartProperties
Created by ph-jaxb-plugin -Xph-list-extension
addProperty(PModeProperty) - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
ADDRESS_SEPARATOR - Static variable in class com.helger.phase4.model.pmode.leg.PModeAddressList
 
addresses() - Method in class com.helger.phase4.model.pmode.leg.PModeAddressList
 
addSignalMessage(Ebms3SignalMessage) - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
addSupportedEnvelope(Soap12SupportedEnvType) - Method in class com.helger.phase4.soap12.Soap12UpgradeType
Created by ph-jaxb-plugin -Xph-list-extension
addText(Soap12Reasontext) - Method in class com.helger.phase4.soap12.Soap12Faultreason
Created by ph-jaxb-plugin -Xph-list-extension
addToMimeMultipart(MimeMultipart) - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
addUserMessage(Ebms3UserMessage) - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
AES_128_CBC - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
 
AES_128_GCM - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
 
AES_192_CBC - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
 
AES_192_GCM - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
 
AES_256_CBC - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
 
AES_256_GCM - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
 
afterSuccessfulSending() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Internal method that is invoked after successful sending took place.
agreementRef(String) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set the "AgreementRef" value.
and(IAS4RawResponseConsumer) - Method in interface com.helger.phase4.client.IAS4RawResponseConsumer
Chain this instance with another instance of the same type.
and(IAS4RawResponseConsumer, IAS4RawResponseConsumer) - Static method in interface com.helger.phase4.client.IAS4RawResponseConsumer
Chain two instances of the same type to a single instance.
any() - Method in class com.helger.phase4.client.AbstractAS4ClientSignalMessage
 
applyToPullRequest(AS4ClientPullRequestMessage) - Method in class com.helger.phase4.sender.AbstractAS4PullRequestBuilder
This method applies all builder parameters onto the Pull Request, except the attachments.
applyToUserMessage(AS4ClientUserMessage) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
This method applies all builder parameters onto the user message, except the attachments.
AS4_DEFAULT - Static variable in enum com.helger.phase4.soap.ESoapVersion
According to spec 2.1.
AS4_ERROR_MESSAGE_RECEIVED - Enum constant in enum com.helger.phase4.sender.AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult
An AS4 Error Message was received
AS4BidirectionalClientHelper - Class in com.helger.phase4.sender
Helper class to send and AS4 message and handle an incoming AS4 response.
AS4ClientBuiltMessage - Class in com.helger.phase4.client
The client HTTP message and some metadata
AS4ClientBuiltMessage(String, HttpMimeMessageEntity) - Constructor for class com.helger.phase4.client.AS4ClientBuiltMessage
 
AS4ClientBuiltMessage(String, HttpXMLEntity) - Constructor for class com.helger.phase4.client.AS4ClientBuiltMessage
 
AS4ClientErrorMessage - Class in com.helger.phase4.client
AS4 client for AS4ErrorMessage objects.
AS4ClientErrorMessage(AS4ResourceHelper) - Constructor for class com.helger.phase4.client.AS4ClientErrorMessage
 
AS4ClientPullRequestMessage - Class in com.helger.phase4.client
AS4 client for AS4PullRequestMessage objects.
AS4ClientPullRequestMessage(AS4ResourceHelper) - Constructor for class com.helger.phase4.client.AS4ClientPullRequestMessage
 
AS4ClientReceiptMessage - Class in com.helger.phase4.client
AS4 client for AS4ReceiptMessage objects.
AS4ClientReceiptMessage(AS4ResourceHelper) - Constructor for class com.helger.phase4.client.AS4ClientReceiptMessage
 
AS4ClientSentMessage<T> - Class in com.helger.phase4.client
This class correlates the built source message (AS4ClientBuiltMessage) with the HTTP response of the passed type (T).
AS4ClientSentMessage(AS4ClientBuiltMessage, StatusLine, HttpHeaderMap, T) - Constructor for class com.helger.phase4.client.AS4ClientSentMessage
 
AS4ClientSentMessage(AS4ClientBuiltMessage, StatusLine, HttpHeaderMap, T, OffsetDateTime) - Constructor for class com.helger.phase4.client.AS4ClientSentMessage
 
AS4ClientUserMessage - Class in com.helger.phase4.client
AS4 client for AS4UserMessage objects.
AS4ClientUserMessage(AS4ResourceHelper) - Constructor for class com.helger.phase4.client.AS4ClientUserMessage
 
AS4Configuration - Class in com.helger.phase4.config
This class contains the central phase4 configuration.
AS4CryptoFactoryInMemoryKeyStore - Class in com.helger.phase4.crypto
This class contains an implementation of IAS4CryptoFactory in which case the KeyStore is available in memory and the settings are NOT read from a file.
AS4CryptoFactoryInMemoryKeyStore(KeyStore, String, String, KeyStore) - Constructor for class com.helger.phase4.crypto.AS4CryptoFactoryInMemoryKeyStore
Default constructor.
AS4CryptoFactoryProperties - Class in com.helger.phase4.crypto
phase4 crypto factory settings based on AS4CryptoProperties
AS4CryptoFactoryProperties(AS4CryptoProperties) - Constructor for class com.helger.phase4.crypto.AS4CryptoFactoryProperties
This constructor takes the crypto properties directly.
AS4CryptoProperties - Class in com.helger.phase4.crypto
Wrapper around the crypto properties file.
AS4CryptoProperties() - Constructor for class com.helger.phase4.crypto.AS4CryptoProperties
Default constructor having only the crypto provider property set to default.
AS4CryptoProperties(IReadableResource) - Constructor for class com.helger.phase4.crypto.AS4CryptoProperties
Constructor reading the properties from a resource using the Properties file syntax
AS4CryptParams - Class in com.helger.phase4.crypto
AS4 encrypt/decrypt parameters
AS4CryptParams() - Constructor for class com.helger.phase4.crypto.AS4CryptParams
AS4DecompressException - Exception in com.helger.phase4.attachment
Special exception type for decompression errors.
AS4DecompressException(Exception) - Constructor for exception com.helger.phase4.attachment.AS4DecompressException
 
AS4DumpManager - Class in com.helger.phase4.dump
This class holds the global stream dumper.
AS4DumpReader - Class in com.helger.phase4.dump
Utility method to read dump files later.
AS4DumpReader.IDecryptedPayloadConsumer - Interface in com.helger.phase4.dump
 
AS4DuplicateCleanupJob - Class in com.helger.phase4.servlet.mgr
A special job, that removes all entries
AS4DuplicateCleanupJob() - Constructor for class com.helger.phase4.servlet.mgr.AS4DuplicateCleanupJob
 
AS4DuplicateItem - Class in com.helger.phase4.duplicate
This class represents a single "duplication check" item.
AS4DuplicateItem(String, String, String) - Constructor for class com.helger.phase4.duplicate.AS4DuplicateItem
 
AS4DuplicateItem(OffsetDateTime, String, String, String) - Constructor for class com.helger.phase4.duplicate.AS4DuplicateItem
 
AS4DuplicateItemMicroTypeConverter - Class in com.helger.phase4.duplicate
Micro type converter for class AS4DuplicateItem.
AS4DuplicateItemMicroTypeConverter() - Constructor for class com.helger.phase4.duplicate.AS4DuplicateItemMicroTypeConverter
 
AS4DuplicateManager - Class in com.helger.phase4.duplicate
This is the duplicate checker for avoiding duplicate messages.
AS4DuplicateManager(String) - Constructor for class com.helger.phase4.duplicate.AS4DuplicateManager
 
AS4DuplicateManagerInMemory - Class in com.helger.phase4.duplicate
This is the duplicate checker for avoiding duplicate messages.
AS4DuplicateManagerInMemory() - Constructor for class com.helger.phase4.duplicate.AS4DuplicateManagerInMemory
 
AS4Encryptor - Class in com.helger.phase4.messaging.crypto
Encryption helper
AS4ErrorMessage - Class in com.helger.phase4.messaging.domain
AS4 error message.
An Error does not have to be associated with a P-Mode when it is synchronously send back.
AS4ErrorMessage(ESoapVersion, Ebms3SignalMessage) - Constructor for class com.helger.phase4.messaging.domain.AS4ErrorMessage
 
AS4Helper - Class in com.helger.phase4.model
Generic AS4 helper for specification related things.
AS4HttpDebug - Class in com.helger.phase4.http
Turn on/off AS4 HTTP debug logging.
Note: this class will be replaced with something smarter in the future
AS4IncomingDumperFileBased - Class in com.helger.phase4.dump
Simple file based version of IAS4IncomingDumper.
AS4IncomingDumperFileBased() - Constructor for class com.helger.phase4.dump.AS4IncomingDumperFileBased
Default constructor.
AS4IncomingDumperFileBased(AS4IncomingDumperFileBased.IFileProvider) - Constructor for class com.helger.phase4.dump.AS4IncomingDumperFileBased
Constructor with a custom file provider.
AS4IncomingDumperFileBased.IFileProvider - Interface in com.helger.phase4.dump
Callback interface to create a file based on the provided metadata.
AS4IncomingDumperSingleUse - Class in com.helger.phase4.dump
A simple IAS4IncomingDumper that can be used for a single transmission and dumps it to the OutputStream provided in the constructor.
AS4IncomingDumperSingleUse(OutputStream) - Constructor for class com.helger.phase4.dump.AS4IncomingDumperSingleUse
 
AS4IncomingHandler - Class in com.helger.phase4.servlet
Utility methods for incoming AS4 messages.
AS4IncomingHandler.IAS4ParsedMessageCallback - Interface in com.helger.phase4.servlet
Callback interface for handling the parsing result.
AS4IncomingMessageMetadata - Class in com.helger.phase4.servlet
This class holds optional metadata for a single incoming request.
AS4IncomingMessageMetadata(EAS4MessageMode) - Constructor for class com.helger.phase4.servlet.AS4IncomingMessageMetadata
Default constructor using a UUID as the incoming unique ID and the current date time.
AS4IncomingMessageMetadata(String, OffsetDateTime, EAS4MessageMode) - Constructor for class com.helger.phase4.servlet.AS4IncomingMessageMetadata
Constructor in case this every needs to be deserialized or other weird things are necessary.
AS4IncomingProfileSelectorFromGlobal - Class in com.helger.phase4.servlet
Default implementation of IAS4IncomingProfileSelector taking the AS4 profile ID from AS4ProfileSelector.
AS4IncomingProfileSelectorFromGlobal() - Constructor for class com.helger.phase4.servlet.AS4IncomingProfileSelectorFromGlobal
 
AS4IncomingSecurityConfiguration - Class in com.helger.phase4.crypto
Default implementation of IAS4IncomingSecurityConfiguration.
AS4IncomingSecurityConfiguration() - Constructor for class com.helger.phase4.crypto.AS4IncomingSecurityConfiguration
 
AS4IOHelper - Class in com.helger.phase4.util
IO related helper classes
AS4KeyStoreCallbackHandler - Class in com.helger.phase4.servlet.soap
Internal WSS4J callback handler to check if a certain key alias is present in the IAS4CryptoFactory, and if so return the password for accessing it.
AS4KeyStoreCallbackHandler(IAS4CryptoFactory) - Constructor for class com.helger.phase4.servlet.soap.AS4KeyStoreCallbackHandler
 
AS4ManagerFactoryInMemory - Class in com.helger.phase4.mgr
Implementation of IAS4ManagerFactory creating managers that are in-memory only.
AS4ManagerFactoryInMemory() - Constructor for class com.helger.phase4.mgr.AS4ManagerFactoryInMemory
 
AS4ManagerFactoryPersistingFileSystem - Class in com.helger.phase4.mgr
Implementation of IAS4ManagerFactory creating managers that are persisting to disk.
AS4ManagerFactoryPersistingFileSystem() - Constructor for class com.helger.phase4.mgr.AS4ManagerFactoryPersistingFileSystem
 
AS4MessageProcessorResult - Class in com.helger.phase4.servlet.spi
This class represents the result of a message processor SPI implementation.
Note: cannot be serializable because WSS4JAttachment is not serializable
AS4MessageProcessorResult(ESuccess, String, ICommonsList<WSS4JAttachment>, String) - Constructor for class com.helger.phase4.servlet.spi.AS4MessageProcessorResult
 
AS4MessageState - Class in com.helger.phase4.servlet
This class keeps track of the status of an incoming message.
AS4MessageState(ESoapVersion, AS4ResourceHelper, Locale) - Constructor for class com.helger.phase4.servlet.AS4MessageState
 
AS4MessagingHelper - Class in com.helger.phase4.messaging
Messaging helper methods.
AS4MicroTypeConverterRegistrar - Class in com.helger.phase4.config
MicroType converter registry for this project.
AS4MicroTypeConverterRegistrar() - Constructor for class com.helger.phase4.config.AS4MicroTypeConverterRegistrar
 
AS4MimeMessage - Class in com.helger.phase4.messaging.mime
Special wrapper around a MimeMessage with an indicator if the message can be written more than once.
AS4MimeMessage(Session, boolean) - Constructor for class com.helger.phase4.messaging.mime.AS4MimeMessage
 
AS4MimeMessage(Session, InputStream) - Constructor for class com.helger.phase4.messaging.mime.AS4MimeMessage
 
AS4OutgoingAttachment - Class in com.helger.phase4.attachment
This represents a single payload for an outgoing message.
AS4OutgoingAttachment(ByteArrayWrapper, File, String, String, IMimeType, EAS4CompressionMode, Charset) - Constructor for class com.helger.phase4.attachment.AS4OutgoingAttachment
 
AS4OutgoingAttachment.Builder - Class in com.helger.phase4.attachment
Builder class for class AS4OutgoingAttachment.
AS4OutgoingDumperFileBased - Class in com.helger.phase4.dump
File based implementation of IAS4OutgoingDumper.
AS4OutgoingDumperFileBased() - Constructor for class com.helger.phase4.dump.AS4OutgoingDumperFileBased
Default constructor.
AS4OutgoingDumperFileBased(AS4OutgoingDumperFileBased.IFileProvider) - Constructor for class com.helger.phase4.dump.AS4OutgoingDumperFileBased
Constructor with a custom file provider.
AS4OutgoingDumperFileBased.IFileProvider - Interface in com.helger.phase4.dump
 
AS4OutgoingDumperSingleUse - Class in com.helger.phase4.dump
A simple IAS4OutgoingDumper that can be used for a single transmission and dumps it to the OutputStream provided in the constructor.
AS4OutgoingDumperSingleUse(OutputStream) - Constructor for class com.helger.phase4.dump.AS4OutgoingDumperSingleUse
 
AS4Profile - Class in com.helger.phase4.profile
Default implementation of IAS4Profile.
AS4Profile(String, String, Supplier<? extends IAS4ProfileValidator>, IAS4ProfilePModeProvider, IPModeIDProvider, boolean, boolean) - Constructor for class com.helger.phase4.profile.AS4Profile
Constructor
AS4ProfileManager - Class in com.helger.phase4.profile
AS4 profile manager.
AS4ProfileManager() - Constructor for class com.helger.phase4.profile.AS4ProfileManager
 
AS4ProfileSelector - Class in com.helger.phase4.servlet.mgr
Static helper class to make the AS4 profile selection more deterministic and flexible.
AS4PullRequestMessage - Class in com.helger.phase4.messaging.domain
AS4 pull request message
AS4PullRequestMessage(ESoapVersion, Ebms3SignalMessage) - Constructor for class com.helger.phase4.messaging.domain.AS4PullRequestMessage
 
AS4RawResponseConsumerWriteToFile - Class in com.helger.phase4.dump
Example implementation of IAS4RawResponseConsumer writing to a file.
AS4RawResponseConsumerWriteToFile() - Constructor for class com.helger.phase4.dump.AS4RawResponseConsumerWriteToFile
Default constructor.
AS4RawResponseConsumerWriteToFile(AS4RawResponseConsumerWriteToFile.IFileProvider) - Constructor for class com.helger.phase4.dump.AS4RawResponseConsumerWriteToFile
Constructor with a custom file provider.
AS4RawResponseConsumerWriteToFile.IFileProvider - Interface in com.helger.phase4.dump
Callback interface to create a file based on the provided metadata.
AS4ReceiptMessage - Class in com.helger.phase4.messaging.domain
AS4 receipt message
AS4ReceiptMessage(ESoapVersion, Ebms3SignalMessage) - Constructor for class com.helger.phase4.messaging.domain.AS4ReceiptMessage
 
AS4RequestHandler - Class in com.helger.phase4.servlet
Process incoming AS4 transmissions.
AS4RequestHandler(IAS4CryptoFactory, IAS4CryptoFactory, IPModeResolver, IAS4IncomingAttachmentFactory, IAS4IncomingSecurityConfiguration, IAS4IncomingMessageMetadata) - Constructor for class com.helger.phase4.servlet.AS4RequestHandler
 
AS4RequestHandler.ISoapProcessingFinalizedCallback - Interface in com.helger.phase4.servlet
Callback interface to indicate finalization of async processing.
AS4ResourceHelper - Class in com.helger.phase4.util
A resource manager that keeps track of temporary files and other closables that will be closed when this manager is closed.
AS4ResourceHelper() - Constructor for class com.helger.phase4.util.AS4ResourceHelper
 
AS4Sender - Class in com.helger.phase4.sender
This class contains all the settings necessary to send AS4 messages using the builder pattern.
AS4Sender.BuilderPullRequest - Class in com.helger.phase4.sender
The default PullRequest builder.
AS4Sender.BuilderUserMessage - Class in com.helger.phase4.sender
This sending builder enforces the creation of a MIME message by putting the payload as a MIME part.
AS4ServerInitializer - Class in com.helger.phase4.servlet
This class contains the init method for the server: The MetaAS4Manager instance is ensured to be present The duplicate cleanup job will also be started.
AS4Servlet - Class in com.helger.phase4.servlet
AS4 receiving servlet.
Use a configuration like the following in your WEB-INF/web.xm file:
AS4Servlet() - Constructor for class com.helger.phase4.servlet.AS4Servlet
 
AS4ServletMessageProcessorManager - Class in com.helger.phase4.servlet.mgr
This class manages all the IAS4ServletMessageProcessorSPI SPI implementations.
AS4ServletPullRequestProcessorManager - Class in com.helger.phase4.servlet.mgr
This class manages all the IAS4ServletPullRequestProcessorSPI SPI implementations.
AS4SignalMessageProcessorResult - Class in com.helger.phase4.servlet.spi
This class represents the result of a message processor SPI implementation.
Note: cannot be serializable because WSS4JAttachment is not serializable
AS4SignalMessageProcessorResult(ESuccess, String, ICommonsList<WSS4JAttachment>, String, Ebms3UserMessage) - Constructor for class com.helger.phase4.servlet.spi.AS4SignalMessageProcessorResult
 
AS4Signer - Class in com.helger.phase4.messaging.crypto
Message singing helper.
AS4SigningParams - Class in com.helger.phase4.crypto
AS4 signing parameters
AS4SigningParams() - Constructor for class com.helger.phase4.crypto.AS4SigningParams
 
AS4SingleSOAPHeader - Class in com.helger.phase4.servlet.soap
This class represents a single DOM element in a SOAP header with some metadata.
AS4SingleSOAPHeader(Element, QName, boolean) - Constructor for class com.helger.phase4.servlet.soap.AS4SingleSOAPHeader
 
AS4UnifiedResponse - Class in com.helger.phase4.servlet
Special UnifiedResponse class with some sanity methods.
AS4UnifiedResponse(EHttpVersion, EHttpMethod, HttpServletRequest) - Constructor for class com.helger.phase4.servlet.AS4UnifiedResponse
 
AS4UserMessage - Class in com.helger.phase4.messaging.domain
AS4 user message
AS4UserMessage(ESoapVersion, Ebms3UserMessage) - Constructor for class com.helger.phase4.messaging.domain.AS4UserMessage
 
AS4WsuIdAllocator - Class in com.helger.phase4.wss
phase4 specific implementation of WsuIdAllocator.
AS4WsuIdAllocator() - Constructor for class com.helger.phase4.wss.AS4WsuIdAllocator
 
AS4XMLHelper - Class in com.helger.phase4.util
AS4 XML helper methods.
AS4XServletHandler - Class in com.helger.phase4.servlet
Main handler for the AS4Servlet
AS4XServletHandler() - Constructor for class com.helger.phase4.servlet.AS4XServletHandler
Default constructor.
AS4XServletHandler(Supplier<? extends IAS4CryptoFactory>, IPModeResolver, IAS4IncomingAttachmentFactory) - Constructor for class com.helger.phase4.servlet.AS4XServletHandler
Deprecated, for removal: This API element is subject to removal in a future version.
Please use the default constructors and setters
AS4XServletHandler.IHandlerCustomizer - Interface in com.helger.phase4.servlet
 
assignFrom(HttpRetrySettings) - Method in class com.helger.phase4.http.HttpRetrySettings
 
attachment(AS4OutgoingAttachment) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set optional attachment.
attachment(AS4OutgoingAttachment.Builder) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set optional attachment.
ATTACHMENT_ID_ATTACHMENTS - Static variable in class com.helger.phase4.attachment.WSS4JAttachmentCallbackHandler
 
attachments() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
attachments(AS4OutgoingAttachment...) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set optional attachments.
attachments(Iterable<? extends AS4OutgoingAttachment>) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set optional attachments.

B

BasicHttpPoster - Class in com.helger.phase4.http
A generic HTTP POST wrapper based on IHttpClientProvider and HttpPost.
BasicHttpPoster() - Constructor for class com.helger.phase4.http.BasicHttpPoster
 
BST_DIRECT_REFERENCE - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
Send the signing certificate as a BinarySecurityToken.
build() - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
 
build() - Method in class com.helger.phase4.error.Ebms3ErrorBuilder
 
build() - Method in class com.helger.phase4.model.MessageProperty.Builder
 
BUILD_TIMESTAMP - Static variable in class com.helger.phase4.CAS4Version
Build timestamp - from properties file
BUILD_VERSION - Static variable in class com.helger.phase4.CAS4Version
Current version - from properties file
builder() - Static method in class com.helger.phase4.attachment.AS4OutgoingAttachment
Create a new builder.
builder() - Static method in class com.helger.phase4.model.MessageProperty
 
builder(Ebms3Property) - Static method in class com.helger.phase4.model.MessageProperty
 
Builder() - Constructor for class com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
 
Builder() - Constructor for class com.helger.phase4.model.MessageProperty.Builder
 
builderPullRequest() - Static method in class com.helger.phase4.sender.AS4Sender
 
BuilderPullRequest() - Constructor for class com.helger.phase4.sender.AS4Sender.BuilderPullRequest
Create a new builder, with the some fields already set as outlined in AbstractAS4PullRequestBuilder()
builderUserMessage() - Static method in class com.helger.phase4.sender.AS4Sender
 
BuilderUserMessage() - Constructor for class com.helger.phase4.sender.AS4Sender.BuilderUserMessage
Create a new builder, with some fields already set as outlined in AbstractAS4UserMessageBuilderMIMEPayload()
buildMessage(String, IAS4ClientBuildMessageCallback) - Method in class com.helger.phase4.client.AbstractAS4Client
Build the AS4 message to be sent.
buildMessage(String, IAS4ClientBuildMessageCallback) - Method in class com.helger.phase4.client.AS4ClientErrorMessage
 
buildMessage(String, IAS4ClientBuildMessageCallback) - Method in class com.helger.phase4.client.AS4ClientPullRequestMessage
 
buildMessage(String, IAS4ClientBuildMessageCallback) - Method in class com.helger.phase4.client.AS4ClientReceiptMessage
 
buildMessage(String, IAS4ClientBuildMessageCallback) - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
buildMessageCallback(IAS4ClientBuildMessageCallback) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set a internal message callback.

C

C14N_ALGORITHM_DEFAULT - Static variable in enum com.helger.phase4.crypto.ECryptoAlgorithmC14N
 
C14N_EXCL_OMIT_COMMENTS - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmC14N
 
C14N_EXCL_WITH_COMMENTS - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmC14N
 
C14N_OMIT_COMMENTS - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmC14N
 
C14N_WITH_COMMENTS - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmC14N
 
call(IThrowingSupplier<T, EX>) - Static method in class com.helger.phase4.wss.WSSSynchronizer
 
CALLBACK - Enum constant in enum com.helger.phase4.model.pmode.leg.EPModeSendReceiptReplyPattern
 
canBeKeptInMemory(long) - Static method in class com.helger.phase4.attachment.WSS4JAttachment
Check if an incoming attachment can be kept in memory, or if a temporary file is needed.
canSendDocument() - Method in interface com.helger.phase4.sender.IAS4SenderInterrupt
 
canSendUserMessageBack() - Method in enum com.helger.phase4.model.EMEPBinding
 
CAS4 - Class in com.helger.phase4
AS4 constants
CAS4Version - Class in com.helger.phase4
Contains application wide constants.
category(EEbmsErrorCategory) - Method in class com.helger.phase4.error.Ebms3ErrorBuilder
 
ChangeV3 - Annotation Type in com.helger.phase4.v3
Internal interface to act as a marker for future V3 changes.
charset(Charset) - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
Define the charset of the outgoing attachment.
checkConsistency() - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
 
checkConsistency() - Method in class com.helger.phase4.model.MessageProperty.Builder
 
clearCache() - Method in class com.helger.phase4.duplicate.AS4DuplicateManager
 
clearCache() - Method in class com.helger.phase4.duplicate.AS4DuplicateManagerInMemory
 
clearCache() - Method in interface com.helger.phase4.duplicate.IAS4DuplicateManager
Remove all entries in the cache.
clone() - Method in class com.helger.phase4.ebms3header.AcceptanceAcknowledgement
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.EbbpSigPartyInfoType
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.EbbpSigRoleType
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3AgreementRef
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3Description
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3Error
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3From
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3MessageInfo
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3MessageProperties
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3PartInfo
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3PartProperties
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3PartyId
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3PartyInfo
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3PayloadInfo
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3Property
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3PullRequest
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3Receipt
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3Schema
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3Service
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3To
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Exception
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.Exception.ExceptionType
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.MessagePartNRInformation
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.NonRepudiationInformation
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.ebms3header.ReceiptAcknowledgement
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap11.Soap11Body
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap11.Soap11Detail
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap11.Soap11Envelope
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap11.Soap11Fault
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap11.Soap11Header
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap12.Soap12Body
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap12.Soap12Detail
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap12.Soap12Envelope
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap12.Soap12Fault
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap12.Soap12Faultcode
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap12.Soap12Faultreason
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap12.Soap12Header
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap12.Soap12NotUnderstoodType
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap12.Soap12Reasontext
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap12.Soap12Subcode
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap12.Soap12SupportedEnvType
Created by ph-jaxb-plugin -Xph-cloneable2
clone() - Method in class com.helger.phase4.soap12.Soap12UpgradeType
Created by ph-jaxb-plugin -Xph-cloneable2
cloneTo(AS4CryptParams) - Method in class com.helger.phase4.crypto.AS4CryptParams
 
cloneTo(AS4SigningParams) - Method in class com.helger.phase4.crypto.AS4SigningParams
 
cloneTo(AcceptanceAcknowledgement) - Method in class com.helger.phase4.ebms3header.AcceptanceAcknowledgement
This method clones all values from this to the passed object.
cloneTo(EbbpSigPartyInfoType) - Method in class com.helger.phase4.ebms3header.EbbpSigPartyInfoType
This method clones all values from this to the passed object.
cloneTo(EbbpSigProcessSpecificationInfoType) - Method in class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
This method clones all values from this to the passed object.
cloneTo(EbbpSigRoleType) - Method in class com.helger.phase4.ebms3header.EbbpSigRoleType
This method clones all values from this to the passed object.
cloneTo(EbbpSigSignalIdentificationInformation) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
This method clones all values from this to the passed object.
cloneTo(Ebms3AgreementRef) - Method in class com.helger.phase4.ebms3header.Ebms3AgreementRef
This method clones all values from this to the passed object.
cloneTo(Ebms3CollaborationInfo) - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
This method clones all values from this to the passed object.
cloneTo(Ebms3Description) - Method in class com.helger.phase4.ebms3header.Ebms3Description
This method clones all values from this to the passed object.
cloneTo(Ebms3Error) - Method in class com.helger.phase4.ebms3header.Ebms3Error
This method clones all values from this to the passed object.
cloneTo(Ebms3From) - Method in class com.helger.phase4.ebms3header.Ebms3From
This method clones all values from this to the passed object.
cloneTo(Ebms3MessageInfo) - Method in class com.helger.phase4.ebms3header.Ebms3MessageInfo
This method clones all values from this to the passed object.
cloneTo(Ebms3MessageProperties) - Method in class com.helger.phase4.ebms3header.Ebms3MessageProperties
This method clones all values from this to the passed object.
cloneTo(Ebms3Messaging) - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
This method clones all values from this to the passed object.
cloneTo(Ebms3PartInfo) - Method in class com.helger.phase4.ebms3header.Ebms3PartInfo
This method clones all values from this to the passed object.
cloneTo(Ebms3PartProperties) - Method in class com.helger.phase4.ebms3header.Ebms3PartProperties
This method clones all values from this to the passed object.
cloneTo(Ebms3PartyId) - Method in class com.helger.phase4.ebms3header.Ebms3PartyId
This method clones all values from this to the passed object.
cloneTo(Ebms3PartyInfo) - Method in class com.helger.phase4.ebms3header.Ebms3PartyInfo
This method clones all values from this to the passed object.
cloneTo(Ebms3PayloadInfo) - Method in class com.helger.phase4.ebms3header.Ebms3PayloadInfo
This method clones all values from this to the passed object.
cloneTo(Ebms3Property) - Method in class com.helger.phase4.ebms3header.Ebms3Property
This method clones all values from this to the passed object.
cloneTo(Ebms3PullRequest) - Method in class com.helger.phase4.ebms3header.Ebms3PullRequest
This method clones all values from this to the passed object.
cloneTo(Ebms3Receipt) - Method in class com.helger.phase4.ebms3header.Ebms3Receipt
This method clones all values from this to the passed object.
cloneTo(Ebms3Schema) - Method in class com.helger.phase4.ebms3header.Ebms3Schema
This method clones all values from this to the passed object.
cloneTo(Ebms3Service) - Method in class com.helger.phase4.ebms3header.Ebms3Service
This method clones all values from this to the passed object.
cloneTo(Ebms3SignalMessage) - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
This method clones all values from this to the passed object.
cloneTo(Ebms3To) - Method in class com.helger.phase4.ebms3header.Ebms3To
This method clones all values from this to the passed object.
cloneTo(Ebms3UserMessage) - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
This method clones all values from this to the passed object.
cloneTo(Exception) - Method in class com.helger.phase4.ebms3header.Exception
This method clones all values from this to the passed object.
cloneTo(Exception.ExceptionType) - Method in class com.helger.phase4.ebms3header.Exception.ExceptionType
This method clones all values from this to the passed object.
cloneTo(MessagePartNRInformation) - Method in class com.helger.phase4.ebms3header.MessagePartNRInformation
This method clones all values from this to the passed object.
cloneTo(NonRepudiationInformation) - Method in class com.helger.phase4.ebms3header.NonRepudiationInformation
This method clones all values from this to the passed object.
cloneTo(ReceiptAcknowledgement) - Method in class com.helger.phase4.ebms3header.ReceiptAcknowledgement
This method clones all values from this to the passed object.
cloneTo(Soap11Body) - Method in class com.helger.phase4.soap11.Soap11Body
This method clones all values from this to the passed object.
cloneTo(Soap11Detail) - Method in class com.helger.phase4.soap11.Soap11Detail
This method clones all values from this to the passed object.
cloneTo(Soap11Envelope) - Method in class com.helger.phase4.soap11.Soap11Envelope
This method clones all values from this to the passed object.
cloneTo(Soap11Fault) - Method in class com.helger.phase4.soap11.Soap11Fault
This method clones all values from this to the passed object.
cloneTo(Soap11Header) - Method in class com.helger.phase4.soap11.Soap11Header
This method clones all values from this to the passed object.
cloneTo(Soap12Body) - Method in class com.helger.phase4.soap12.Soap12Body
This method clones all values from this to the passed object.
cloneTo(Soap12Detail) - Method in class com.helger.phase4.soap12.Soap12Detail
This method clones all values from this to the passed object.
cloneTo(Soap12Envelope) - Method in class com.helger.phase4.soap12.Soap12Envelope
This method clones all values from this to the passed object.
cloneTo(Soap12Fault) - Method in class com.helger.phase4.soap12.Soap12Fault
This method clones all values from this to the passed object.
cloneTo(Soap12Faultcode) - Method in class com.helger.phase4.soap12.Soap12Faultcode
This method clones all values from this to the passed object.
cloneTo(Soap12Faultreason) - Method in class com.helger.phase4.soap12.Soap12Faultreason
This method clones all values from this to the passed object.
cloneTo(Soap12Header) - Method in class com.helger.phase4.soap12.Soap12Header
This method clones all values from this to the passed object.
cloneTo(Soap12NotUnderstoodType) - Method in class com.helger.phase4.soap12.Soap12NotUnderstoodType
This method clones all values from this to the passed object.
cloneTo(Soap12Reasontext) - Method in class com.helger.phase4.soap12.Soap12Reasontext
This method clones all values from this to the passed object.
cloneTo(Soap12Subcode) - Method in class com.helger.phase4.soap12.Soap12Subcode
This method clones all values from this to the passed object.
cloneTo(Soap12SupportedEnvType) - Method in class com.helger.phase4.soap12.Soap12SupportedEnvType
This method clones all values from this to the passed object.
cloneTo(Soap12UpgradeType) - Method in class com.helger.phase4.soap12.Soap12UpgradeType
This method clones all values from this to the passed object.
close() - Method in class com.helger.phase4.http.HttpMimeMessageEntity
 
close() - Method in class com.helger.phase4.servlet.AS4RequestHandler
 
close() - Method in class com.helger.phase4.util.AS4ResourceHelper
 
close() - Method in class com.helger.phase4.util.MultiOutputStream
 
com.helger.phase4 - package com.helger.phase4
 
com.helger.phase4.attachment - package com.helger.phase4.attachment
 
com.helger.phase4.client - package com.helger.phase4.client
 
com.helger.phase4.config - package com.helger.phase4.config
 
com.helger.phase4.crypto - package com.helger.phase4.crypto
 
com.helger.phase4.dump - package com.helger.phase4.dump
 
com.helger.phase4.duplicate - package com.helger.phase4.duplicate
 
com.helger.phase4.ebms3header - package com.helger.phase4.ebms3header
 
com.helger.phase4.ebms3header.runtime - package com.helger.phase4.ebms3header.runtime
 
com.helger.phase4.error - package com.helger.phase4.error
 
com.helger.phase4.http - package com.helger.phase4.http
 
com.helger.phase4.incoming.spi - package com.helger.phase4.incoming.spi
 
com.helger.phase4.marshaller - package com.helger.phase4.marshaller
 
com.helger.phase4.messaging - package com.helger.phase4.messaging
 
com.helger.phase4.messaging.crypto - package com.helger.phase4.messaging.crypto
 
com.helger.phase4.messaging.domain - package com.helger.phase4.messaging.domain
 
com.helger.phase4.messaging.mime - package com.helger.phase4.messaging.mime
 
com.helger.phase4.mgr - package com.helger.phase4.mgr
 
com.helger.phase4.model - package com.helger.phase4.model
 
com.helger.phase4.model.mpc - package com.helger.phase4.model.mpc
 
com.helger.phase4.model.pmode - package com.helger.phase4.model.pmode
 
com.helger.phase4.model.pmode.leg - package com.helger.phase4.model.pmode.leg
 
com.helger.phase4.model.pmode.resolve - package com.helger.phase4.model.pmode.resolve
 
com.helger.phase4.profile - package com.helger.phase4.profile
 
com.helger.phase4.sender - package com.helger.phase4.sender
 
com.helger.phase4.servlet - package com.helger.phase4.servlet
 
com.helger.phase4.servlet.mgr - package com.helger.phase4.servlet.mgr
 
com.helger.phase4.servlet.soap - package com.helger.phase4.servlet.soap
 
com.helger.phase4.servlet.spi - package com.helger.phase4.servlet.spi
 
com.helger.phase4.soap - package com.helger.phase4.soap
 
com.helger.phase4.soap11 - package com.helger.phase4.soap11
 
com.helger.phase4.soap12 - package com.helger.phase4.soap12
 
com.helger.phase4.util - package com.helger.phase4.util
 
com.helger.phase4.v3 - package com.helger.phase4.v3
 
com.helger.phase4.wss - package com.helger.phase4.wss
 
COMMUNICATION - Enum constant in enum com.helger.phase4.error.EEbmsErrorCategory
 
compression(EAS4CompressionMode) - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
 
compressionGZIP() - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
Shortcut for compression (EAS4CompressionMode.GZIP)
CONNECTION_FAILURE - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
containsCompressedAttachmentID(String) - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
containsHeaderElementProcessor(QName) - Method in class com.helger.phase4.servlet.soap.SOAPHeaderElementProcessorRegistry
 
containsWithID(String) - Method in interface com.helger.phase4.model.mpc.IMPCManager
Check if an MPC with the specified ID is contained.
containsWithID(String) - Method in class com.helger.phase4.model.mpc.MPCManagerInMemory
 
CONTENT - Enum constant in enum com.helger.phase4.error.EEbmsErrorCategory
 
CONTENT_DESCRIPTION_ATTACHMENT - Static variable in class com.helger.phase4.attachment.WSS4JAttachment
 
CONTENT_ID_PREFIX - Static variable in class com.helger.phase4.attachment.WSS4JAttachment
 
CONTENT_ID_SUFFIX - Static variable in class com.helger.phase4.attachment.WSS4JAttachment
 
contentID(String) - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
 
conversationID(String) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set the optional AS4 conversation ID.
convertToJson(IPMode) - Static method in class com.helger.phase4.model.pmode.PModeJsonConverter
 
convertToJson(PModeAddressList) - Static method in class com.helger.phase4.model.pmode.leg.PModeAddressListJsonConverter
 
convertToJson(PModeLeg) - Static method in class com.helger.phase4.model.pmode.leg.PModeLegJsonConverter
 
convertToJson(PModeLegBusinessInformation) - Static method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformationJsonConverter
 
convertToJson(PModeLegErrorHandling) - Static method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandlingJsonConverter
 
convertToJson(PModeLegProtocol) - Static method in class com.helger.phase4.model.pmode.leg.PModeLegProtocolJsonConverter
 
convertToJson(PModeLegReliability) - Static method in class com.helger.phase4.model.pmode.leg.PModeLegReliabilityJsonConverter
 
convertToJson(PModeLegSecurity) - Static method in class com.helger.phase4.model.pmode.leg.PModeLegSecurityJsonConverter
Convert the provided PModeLegSecurity object to a JSON object.
convertToJson(PModePayloadProfile) - Static method in class com.helger.phase4.model.pmode.leg.PModePayloadProfileJsonConverter
 
convertToJson(PModeProperty) - Static method in class com.helger.phase4.model.pmode.leg.PModePropertyJsonConverter
 
convertToJson(PModeParty) - Static method in class com.helger.phase4.model.pmode.PModePartyJsonConverter
 
convertToJson(PModePayloadService) - Static method in class com.helger.phase4.model.pmode.PModePayloadServiceJsonConverter
 
convertToJson(PModeReceptionAwareness) - Static method in class com.helger.phase4.model.pmode.PModeReceptionAwarenessJsonConverter
 
convertToMicroElement(AS4DuplicateItem, String, String) - Method in class com.helger.phase4.duplicate.AS4DuplicateItemMicroTypeConverter
 
convertToMicroElement(MPC, String, String) - Method in class com.helger.phase4.model.mpc.MPCMicroTypeConverter
 
convertToMicroElement(PModeAddressList, String, String) - Method in class com.helger.phase4.model.pmode.leg.PModeAddressListMicroTypeConverter
 
convertToMicroElement(PModeLegBusinessInformation, String, String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformationMicroTypeConverter
 
convertToMicroElement(PModeLegErrorHandling, String, String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandlingMicroTypeConverter
 
convertToMicroElement(PModeLegProtocol, String, String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegProtocolMicroTypeConverter
 
convertToMicroElement(PModeLegReliability, String, String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliabilityMicroTypeConverter
 
convertToMicroElement(PModeLeg, String, String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegMicroTypeConverter
 
convertToMicroElement(PModeLegSecurity, String, String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurityMicroTypeConverter
 
convertToMicroElement(PModePayloadProfile, String, String) - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfileMicroTypeConverter
 
convertToMicroElement(PModeProperty, String, String) - Method in class com.helger.phase4.model.pmode.leg.PModePropertyMicroTypeConverter
 
convertToMicroElement(PModeParty, String, String) - Method in class com.helger.phase4.model.pmode.PModePartyMicroTypeConverter
 
convertToMicroElement(PModePayloadService, String, String) - Method in class com.helger.phase4.model.pmode.PModePayloadServiceMicroTypeConverter
 
convertToMicroElement(PModeReceptionAwareness, String, String) - Method in class com.helger.phase4.model.pmode.PModeReceptionAwarenessMicroTypeConverter
 
convertToMicroElement(PMode, String, String) - Method in class com.helger.phase4.model.pmode.PModeMicroTypeConverter
 
convertToNative(IJsonArray) - Static method in class com.helger.phase4.model.pmode.leg.PModeAddressListJsonConverter
 
convertToNative(IJsonObject) - Static method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformationJsonConverter
 
convertToNative(IJsonObject) - Static method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandlingJsonConverter
 
convertToNative(IJsonObject) - Static method in class com.helger.phase4.model.pmode.leg.PModeLegJsonConverter
 
convertToNative(IJsonObject) - Static method in class com.helger.phase4.model.pmode.leg.PModeLegProtocolJsonConverter
 
convertToNative(IJsonObject) - Static method in class com.helger.phase4.model.pmode.leg.PModeLegReliabilityJsonConverter
 
convertToNative(IJsonObject) - Static method in class com.helger.phase4.model.pmode.leg.PModeLegSecurityJsonConverter
Convert the provided JSON to a PModeLegSecurity object.
convertToNative(IJsonObject) - Static method in class com.helger.phase4.model.pmode.leg.PModePayloadProfileJsonConverter
 
convertToNative(IJsonObject) - Static method in class com.helger.phase4.model.pmode.leg.PModePropertyJsonConverter
 
convertToNative(IJsonObject) - Static method in class com.helger.phase4.model.pmode.PModeJsonConverter
 
convertToNative(IJsonObject) - Static method in class com.helger.phase4.model.pmode.PModePartyJsonConverter
 
convertToNative(IJsonObject) - Static method in class com.helger.phase4.model.pmode.PModePayloadServiceJsonConverter
 
convertToNative(IJsonObject) - Static method in class com.helger.phase4.model.pmode.PModeReceptionAwarenessJsonConverter
 
convertToNative(IMicroElement) - Method in class com.helger.phase4.duplicate.AS4DuplicateItemMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.phase4.model.mpc.MPCMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.phase4.model.pmode.leg.PModeAddressListMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformationMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandlingMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.phase4.model.pmode.leg.PModeLegMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.phase4.model.pmode.leg.PModeLegProtocolMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliabilityMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurityMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfileMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.phase4.model.pmode.leg.PModePropertyMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.phase4.model.pmode.PModeMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.phase4.model.pmode.PModePartyMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.phase4.model.pmode.PModePayloadServiceMicroTypeConverter
 
convertToNative(IMicroElement) - Method in class com.helger.phase4.model.pmode.PModeReceptionAwarenessMicroTypeConverter
 
cookies() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
 
cookies() - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
 
correlations() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
create(Ebms3MessageInfo, Ebms3PayloadInfo, Ebms3CollaborationInfo, Ebms3PartyInfo, Ebms3MessageProperties, ESoapVersion) - Static method in class com.helger.phase4.messaging.domain.AS4UserMessage
Deprecated, for removal: This API element is subject to removal in a future version.
create(Ebms3MessageInfo, Ebms3PayloadInfo, Ebms3CollaborationInfo, Ebms3PartyInfo, Ebms3MessageProperties, String, ESoapVersion) - Static method in class com.helger.phase4.messaging.domain.AS4UserMessage
 
create(AS4MimeMessage) - Static method in class com.helger.phase4.http.HttpMimeMessageEntity
 
create(ESoapVersion, Ebms3MessageInfo, ICommonsList<Ebms3Error>) - Static method in class com.helger.phase4.messaging.domain.AS4ErrorMessage
 
create(ESoapVersion, Ebms3MessageInfo, String, List<Object>) - Static method in class com.helger.phase4.messaging.domain.AS4PullRequestMessage
 
create(ESoapVersion, Ebms3UserMessage) - Static method in class com.helger.phase4.messaging.domain.AS4UserMessage
 
create(ESoapVersion, String, ICommonsList<Ebms3Error>) - Static method in class com.helger.phase4.messaging.domain.AS4ErrorMessage
 
create(ESoapVersion, String, Ebms3UserMessage, Node, boolean) - Static method in class com.helger.phase4.messaging.domain.AS4ReceiptMessage
This method creates a receipt message.
create(String, String, Long, String) - Static method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
createAcceptanceAcknowledgement() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of AcceptanceAcknowledgement
createAttachment(MimeBodyPart, AS4ResourceHelper) - Method in interface com.helger.phase4.attachment.IAS4IncomingAttachmentFactory
Create an attachment if the source message is a MIME message
createBody(Soap11Body) - Method in class com.helger.phase4.soap11.ObjectFactory
Create an instance of JAXBElement<Soap11Body>
createBody(Soap12Body) - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of JAXBElement<Soap12Body>
createCrypto(AS4CryptoProperties) - Static method in class com.helger.phase4.crypto.AS4CryptoFactoryProperties
Helper method to create a WSS4J Crypto instance based on the provided crypto properties.
createDefault() - Static method in class com.helger.phase4.crypto.AS4CryptParams
 
createDefault() - Static method in class com.helger.phase4.crypto.AS4SigningParams
 
createDefault() - Static method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
createDefault(IPModeResolver, IAS4CryptoFactory, IAS4CryptoFactory, IPMode, IAS4IncomingSecurityConfiguration) - Static method in class com.helger.phase4.servlet.soap.SOAPHeaderElementProcessorRegistry
 
createDefaultHttpClientFactory() - Static method in class com.helger.phase4.http.BasicHttpPoster
 
createDefaultInstance() - Static method in class com.helger.phase4.crypto.AS4IncomingSecurityConfiguration
 
createDefaultInstance() - Static method in interface com.helger.phase4.mgr.IAS4TimestampManager
 
createDefaultMessageIDFactory() - Static method in class com.helger.phase4.client.AbstractAS4Client
 
createDumpingHttpEntity(IAS4OutgoingDumper, HttpEntity, String, HttpHeaderMap, int, Wrapper<OutputStream>) - Static method in class com.helger.phase4.http.BasicHttpPoster
 
createDuplicateManager() - Method in class com.helger.phase4.mgr.AS4ManagerFactoryInMemory
 
createDuplicateManager() - Method in class com.helger.phase4.mgr.AS4ManagerFactoryPersistingFileSystem
 
createDuplicateManager() - Method in interface com.helger.phase4.mgr.IAS4ManagerFactory
 
createEbbpSigPartyInfoType() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of EbbpSigPartyInfoType
createEbbpSigProcessSpecificationInfoType() - Method in class com.helger.phase4.ebms3header.ObjectFactory
createEbbpSigRoleType() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of EbbpSigRoleType
createEbbpSigSignalIdentificationInformation() - Method in class com.helger.phase4.ebms3header.ObjectFactory
createEbms3AgreementRef() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3AgreementRef
createEbms3CollaborationInfo() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3CollaborationInfo
createEbms3CollaborationInfo(String, String, String, String, String, String) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
createEbms3Description() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3Description
createEbms3Description(Locale, String) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
createEbms3Error() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3Error
createEbms3From() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3From
createEbms3MessageInfo() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3MessageInfo
createEbms3MessageInfo() - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
Create a new message info with a UUID as message ID.
createEbms3MessageInfo(String) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
Create a new message info with a UUID as message ID and a reference to the previous message.
createEbms3MessageInfo(String, String) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
Create a new message info.
createEbms3MessageInfo(String, String, OffsetDateTime) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
Create a new message info.
createEbms3MessageProperties() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3MessageProperties
createEbms3MessageProperties(List<Ebms3Property>) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
createEbms3Messaging() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3Messaging
createEbms3PartInfo() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3PartInfo
createEbms3PartInfo(IAS4Attachment) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
createEbms3PartProperties() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3PartProperties
createEbms3PartyId() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3PartyId
createEbms3PartyId(String) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
createEbms3PartyId(String, String) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
createEbms3PartyInfo() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3PartyInfo
createEbms3PartyInfo(String, String, String, String) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
createEbms3PartyInfo(String, String, String, String, String, String) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
createEbms3PayloadInfo() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3PayloadInfo
createEbms3PayloadInfo(boolean, ICommonsList<? extends IAS4Attachment>) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
Add payload info if attachments are present.
createEbms3Property() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3Property
createEbms3Property(String, String) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
createEbms3Property(String, String, String) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
createEbms3PullRequest() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3PullRequest
createEbms3Receipt() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3Receipt
createEbms3ReversePartyInfo(Ebms3PartyInfo) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
createEbms3Schema() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3Schema
createEbms3Service() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3Service
createEbms3SignalMessage() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3SignalMessage
createEbms3To() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3To
createEbms3UserMessage() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Ebms3UserMessage
createEnvelope(Soap11Envelope) - Method in class com.helger.phase4.soap11.ObjectFactory
Create an instance of JAXBElement<Soap11Envelope>
createEnvelope(Soap12Envelope) - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of JAXBElement<Soap12Envelope>
createError(String) - Static method in class com.helger.phase4.util.AS4IOHelper
 
createException() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Exception
createExceptionExceptionType() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of Exception.ExceptionType
createFailure() - Static method in class com.helger.phase4.servlet.spi.AS4MessageProcessorResult
Create a negative response.
createFailure() - Static method in class com.helger.phase4.servlet.spi.AS4SignalMessageProcessorResult
 
createFailure(String) - Static method in class com.helger.phase4.servlet.spi.AS4MessageProcessorResult
Deprecated, for removal: This API element is subject to removal in a future version.
createFailure(String) - Static method in class com.helger.phase4.servlet.spi.AS4SignalMessageProcessorResult
Deprecated, for removal: This API element is subject to removal in a future version.
createFault(Soap11Fault) - Method in class com.helger.phase4.soap11.ObjectFactory
Create an instance of JAXBElement<Soap11Fault>
createFault(Soap12Fault) - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of JAXBElement<Soap12Fault>
createFile(IAS4IncomingMessageMetadata, HttpHeaderMap) - Method in interface com.helger.phase4.dump.AS4IncomingDumperFileBased.IFileProvider
Get the File to write the dump to.
createFile(String) - Method in interface com.helger.phase4.dump.AS4RawResponseConsumerWriteToFile.IFileProvider
Get the File to write the raw response to.
createForDefaultSoapVersion(String) - Static method in class com.helger.phase4.model.pmode.leg.PModeLegProtocol
 
createForDirectory(File) - Static method in class com.helger.phase4.dump.AS4IncomingDumperFileBased
Create a new instance for the provided directory.
createForDirectory(File) - Static method in class com.helger.phase4.dump.AS4OutgoingDumperFileBased
Create a new instance for the provided directory.
createForDirectory(File) - Static method in class com.helger.phase4.dump.AS4RawResponseConsumerWriteToFile
Create a new instance for the provided directory.
createForRequest() - Static method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
 
createForResponse(String) - Static method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
 
createFromConfig() - Static method in class com.helger.phase4.crypto.AS4CryptoProperties
 
createFromString(String) - Static method in class com.helger.phase4.model.pmode.leg.PModeAddressList
Create a new PModeAddressList based on a comma separated String.
createHeader(Soap11Header) - Method in class com.helger.phase4.soap11.ObjectFactory
Create an instance of JAXBElement<Soap11Header>
createHeader(Soap12Header) - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of JAXBElement<Soap12Header>
createId(String, Object) - Method in class com.helger.phase4.wss.AS4WsuIdAllocator
 
createIncomingFileAttachment(MimeBodyPart, AS4ResourceHelper) - Static method in class com.helger.phase4.attachment.WSS4JAttachment
 
createIncomingMessageMetadata(IRequestWebScopeWithoutResponse) - Method in class com.helger.phase4.servlet.AS4XServletHandler
Create the incoming message metadata based on the provided request.
createMainAttachment(AS4OutgoingAttachment, AS4ResourceHelper) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilderMIMEPayload
Create the main attachment.
createMessageID() - Method in class com.helger.phase4.client.AbstractAS4Client
 
createMessagePartNRInformation() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of MessagePartNRInformation
createMessaging(Ebms3Messaging) - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of JAXBElement<Ebms3Messaging>
createMPC(MPC) - Method in interface com.helger.phase4.model.mpc.IMPCManager
Create a new MPC.
createMPC(MPC) - Method in class com.helger.phase4.model.mpc.MPCManager
 
createMPC(MPC) - Method in class com.helger.phase4.model.mpc.MPCManagerInMemory
 
createMPCManager() - Method in class com.helger.phase4.mgr.AS4ManagerFactoryInMemory
 
createMPCManager() - Method in class com.helger.phase4.mgr.AS4ManagerFactoryPersistingFileSystem
 
createMPCManager() - Method in interface com.helger.phase4.mgr.IAS4ManagerFactory
 
createNonRepudiationInformation() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of NonRepudiationInformation
createNotUnderstood(Soap12NotUnderstoodType) - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of JAXBElement<Soap12NotUnderstoodType>
createOrUpdatePMode(PMode) - Method in interface com.helger.phase4.model.pmode.IPModeManager
Create or update the provided PMode.
createOrUpdatePMode(PMode) - Method in class com.helger.phase4.model.pmode.PModeManager
 
createOrUpdatePMode(PMode) - Method in class com.helger.phase4.model.pmode.PModeManagerInMemory
 
createOtherAttachment(AS4OutgoingAttachment, AS4ResourceHelper, int) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilderMIMEPayload
Create another attachment that is not "main".
createOutgoingFileAttachment(byte[], String, String, IMimeType, EAS4CompressionMode, Charset, AS4ResourceHelper) - Static method in class com.helger.phase4.attachment.WSS4JAttachment
Quasi constructor.
createOutgoingFileAttachment(AS4OutgoingAttachment, AS4ResourceHelper) - Static method in class com.helger.phase4.attachment.WSS4JAttachment
 
createOutgoingFileAttachment(File, String, String, IMimeType, EAS4CompressionMode, Charset, AS4ResourceHelper) - Static method in class com.helger.phase4.attachment.WSS4JAttachment
Quasi constructor.
createPhase4ValueProvider() - Static method in class com.helger.phase4.config.AS4Configuration
The configuration value provider created in here uses the default lookup scheme defined by ConfigFactory.createDefaultValueProvider() but adds support for AS4 specific files.
createPMode(PMode) - Method in interface com.helger.phase4.model.pmode.IPModeManager
Create a new PMode.
createPMode(PMode) - Method in class com.helger.phase4.model.pmode.PModeManager
 
createPMode(PMode) - Method in class com.helger.phase4.model.pmode.PModeManagerInMemory
 
createPModeManager() - Method in class com.helger.phase4.mgr.AS4ManagerFactoryInMemory
 
createPModeManager() - Method in class com.helger.phase4.mgr.AS4ManagerFactoryPersistingFileSystem
 
createPModeManager() - Method in interface com.helger.phase4.mgr.IAS4ManagerFactory
 
createPModeTemplate(String, String, String) - Method in class com.helger.phase4.profile.AS4Profile
 
createPModeTemplate(String, String, String) - Method in interface com.helger.phase4.profile.IAS4Profile
Create a PMode for the provided parameters.
createProfileManager() - Method in class com.helger.phase4.mgr.AS4ManagerFactoryInMemory
 
createProfileManager() - Method in class com.helger.phase4.mgr.AS4ManagerFactoryPersistingFileSystem
 
createProfileManager() - Method in interface com.helger.phase4.mgr.IAS4ManagerFactory
 
createRandomContentID() - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
createRandomConversationID() - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
createRandomMessageID() - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
Create a new random AS4 Message ID.
createRandomMessagingID() - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
createRandomWSUID() - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
createReceiptAcknowledgement() - Method in class com.helger.phase4.ebms3header.ObjectFactory
Create an instance of ReceiptAcknowledgement
createRepeatableHttpEntity(HttpEntity) - Method in class com.helger.phase4.util.AS4ResourceHelper
Ensure the provided HttpEntity can be read more than once.
createSecureId(String, Object) - Method in class com.helger.phase4.wss.AS4WsuIdAllocator
 
createSignedMessage(IAS4CryptoFactory, Document, ESoapVersion, String, ICommonsList<WSS4JAttachment>, AS4ResourceHelper, boolean, AS4SigningParams) - Static method in class com.helger.phase4.messaging.crypto.AS4Signer
This method must be used if the message does not contain attachments, that should be in a additional mime message part.
createSimple(String, String) - Static method in class com.helger.phase4.model.pmode.PModeParty
 
createSoap11Body() - Method in class com.helger.phase4.soap11.ObjectFactory
Create an instance of Soap11Body
createSoap11Detail() - Method in class com.helger.phase4.soap11.ObjectFactory
Create an instance of Soap11Detail
createSoap11Envelope() - Method in class com.helger.phase4.soap11.ObjectFactory
Create an instance of Soap11Envelope
createSoap11Fault() - Method in class com.helger.phase4.soap11.ObjectFactory
Create an instance of Soap11Fault
createSoap11Header() - Method in class com.helger.phase4.soap11.ObjectFactory
Create an instance of Soap11Header
createSoap12Body() - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of Soap12Body
createSoap12Detail() - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of Soap12Detail
createSoap12Envelope() - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of Soap12Envelope
createSoap12Fault() - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of Soap12Fault
createSoap12Faultcode() - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of Soap12Faultcode
createSoap12Faultreason() - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of Soap12Faultreason
createSoap12Header() - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of Soap12Header
createSoap12NotUnderstoodType() - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of Soap12NotUnderstoodType
createSoap12Reasontext() - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of Soap12Reasontext
createSoap12Subcode() - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of Soap12Subcode
createSoap12SupportedEnvType() - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of Soap12SupportedEnvType
createSoap12UpgradeType() - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of Soap12UpgradeType
createStaticWSSConfig() - Static method in class com.helger.phase4.wss.WSSConfigManager
 
createSuccess() - Static method in class com.helger.phase4.servlet.spi.AS4MessageProcessorResult
 
createSuccess() - Static method in class com.helger.phase4.servlet.spi.AS4SignalMessageProcessorResult
 
createSuccess(ICommonsList<WSS4JAttachment>, String, Ebms3UserMessage) - Static method in class com.helger.phase4.servlet.spi.AS4SignalMessageProcessorResult
 
createSuccessExt(ICommonsList<WSS4JAttachment>, String) - Static method in class com.helger.phase4.servlet.spi.AS4MessageProcessorResult
Create a success message with optional attachments.
createTempFile() - Method in class com.helger.phase4.util.AS4ResourceHelper
 
createTimestampManager() - Method in class com.helger.phase4.mgr.AS4ManagerFactoryInMemory
 
createTimestampManager() - Method in class com.helger.phase4.mgr.AS4ManagerFactoryPersistingFileSystem
 
createTimestampManager() - Method in interface com.helger.phase4.mgr.IAS4ManagerFactory
 
createUndefined() - Static method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
createUnifiedResponse(EHttpVersion, EHttpMethod, HttpServletRequest, IRequestWebScope) - Method in class com.helger.phase4.servlet.AS4XServletHandler
 
createUpgrade(Soap12UpgradeType) - Method in class com.helger.phase4.soap12.ObjectFactory
Create an instance of JAXBElement<Soap12UpgradeType>
createWSSConfig() - Method in class com.helger.phase4.wss.WSSConfigManager
 
createWSSecEncrypt(WSSecHeader) - Method in interface com.helger.phase4.crypto.IWSSecEncryptCustomizer
Create an overloaded version of WSSecEncrypt
createWSSecSignature(WSSecHeader) - Method in interface com.helger.phase4.crypto.IWSSecSignatureCustomizer
Create an overloaded version of WSSecSignature
CRYPT_3DES - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
 
CRYPTO_PROVIDER - Static variable in class com.helger.phase4.crypto.AS4CryptoProperties
The class name implementing the CryptoProvider - default value is "org.apache.wss4j.common.crypto.Merlin"
cryptoFactory() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
cryptoFactory(IAS4CryptoFactory) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the crypto factory to be used for signing and crypting.
cryptoFactoryCrypt() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
cryptoFactoryCrypt(IAS4CryptoFactory) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the crypto factory to be used for crypting.
cryptoFactorySign() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
cryptoFactorySign(IAS4CryptoFactory) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the crypto factory to be used for signing.
cryptoProperties() - Method in class com.helger.phase4.crypto.AS4CryptoFactoryProperties
 
cryptParams() - Method in class com.helger.phase4.client.AbstractAS4Client
 
cryptParams() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Get the mutable AS4 crypt parameters.
CUSTOM_KEY_IDENTIFIER - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
CUSTOM_KEY_IDENTIFIER is used to set a KeyIdentifier to a particular ID The reference id and value type are set externally.
CUSTOM_SYMM_SIGNING - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
CUSTOM_SYMM_SIGNING is used internally only to set a specific Signature behavior.
CUSTOM_SYMM_SIGNING_DIRECT - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
CUSTOM_SYMM_SIGNING_DIRECT is used internally only to set a specific Signature behavior.
customHttpPoster() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
customHttpPoster(IHttpPoster) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the HTTP poster to be used.
customize(WSSecEncrypt) - Method in interface com.helger.phase4.crypto.IWSSecEncryptCustomizer
The customization happens AFTER all the default properties are applied.
customize(WSSecSignature) - Method in interface com.helger.phase4.crypto.IWSSecSignatureCustomizer
The customization happens AFTER all the default properties are applied.
customizeAfterHandling(IRequestWebScopeWithoutResponse, AS4UnifiedResponse, AS4RequestHandler) - Method in interface com.helger.phase4.servlet.AS4XServletHandler.IHandlerCustomizer
Called after the message was handled, and no exception was thrown.
customizeBeforeHandling(IRequestWebScopeWithoutResponse, AS4UnifiedResponse, AS4RequestHandler) - Method in interface com.helger.phase4.servlet.AS4XServletHandler.IHandlerCustomizer
Called before the message is handled.
customizeBeforeSending() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Internal method that is invoked after the required fields are checked but before sending takes place.
customPartProperties() - Method in interface com.helger.phase4.attachment.IAS4Attachment
 
customPartProperties() - Method in class com.helger.phase4.attachment.WSS4JAttachment
 

D

data(byte[]) - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
 
data(ByteArrayWrapper) - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
 
data(File) - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
 
DATA_TYPE_STRING - Static variable in class com.helger.phase4.model.pmode.leg.PModeProperty
 
DataContentHandlerSoap12 - Class in com.helger.phase4.messaging.mime
Special DataContentHandler for SOAP 1.2 messages with the special MIME type.
DataContentHandlerSoap12() - Constructor for class com.helger.phase4.messaging.mime.DataContentHandlerSoap12
 
debug(Supplier<? super String>) - Static method in class com.helger.phase4.http.AS4HttpDebug
Debug the provided string if AS4HttpDebug.isEnabled().
DECOMPRESSION_FAILURE - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
DECRYPT_VERIFY - Enum constant in enum com.helger.phase4.crypto.ECryptoMode
 
decryptAS4In(byte[], IAS4CryptoFactory, IAS4CryptoFactory, Consumer<HttpHeaderMap>, AS4DumpReader.IDecryptedPayloadConsumer) - Static method in class com.helger.phase4.dump.AS4DumpReader
Utility method to decrypt dumped .as4in message late.
Note: this method was mainly created for internal use and does not win the prize for the most sexy piece of software in the world ;-)
decryptAS4In(byte[], IAS4CryptoFactory, Consumer<HttpHeaderMap>, AS4DumpReader.IDecryptedPayloadConsumer) - Static method in class com.helger.phase4.dump.AS4DumpReader
Deprecated, for removal: This API element is subject to removal in a future version.
decryptRequestDataModifier(IAS4DecryptParameterModifier) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set an optional customizing callback that is invoked when decrypting a message, to be able to modify the decryption configuration.
DEFAULT_ACTION_URL - Static variable in class com.helger.phase4.CAS4
 
DEFAULT_AT_LEAST_ONCE_ACK_ON_DELIVERY - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
DEFAULT_AT_LEAST_ONCE_CONTRACT - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
DEFAULT_AT_LEAST_ONCE_CONTRACT_ACK_RESPONSE - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
DEFAULT_AT_MOST_ONCE_CONTRACT - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
DEFAULT_BASE_PATH - Static variable in class com.helger.phase4.dump.AS4IncomingDumperFileBased
The default relative path for incoming messages.
DEFAULT_BASE_PATH - Static variable in class com.helger.phase4.dump.AS4OutgoingDumperFileBased
The default relative path for outgoing messages.
DEFAULT_DEBUG - Static variable in class com.helger.phase4.http.AS4HttpDebug
 
DEFAULT_DIGEST_ALGORITHM - Static variable in class com.helger.phase4.crypto.AS4CryptParams
 
DEFAULT_DUPLICATE_DETECTION - Static variable in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
DEFAULT_DYNAMIC - Static variable in interface com.helger.phase4.model.pmode.IPModeIDProvider
The default implementation combines initiator ID value and responder ID value with a minus sign
DEFAULT_EBMS - Static variable in enum com.helger.phase4.model.EMEP
 
DEFAULT_EBMS - Static variable in enum com.helger.phase4.model.EMEPBinding
 
DEFAULT_ENCRYPT_SYMMETRIC_SESSION_KEY - Static variable in class com.helger.phase4.crypto.AS4CryptParams
 
DEFAULT_FILE_EXTENSION - Static variable in interface com.helger.phase4.dump.AS4IncomingDumperFileBased.IFileProvider
The default file extension to be used
DEFAULT_FILE_EXTENSION - Static variable in interface com.helger.phase4.dump.AS4OutgoingDumperFileBased.IFileProvider
The default file extension to be used
DEFAULT_FILE_EXTENSION - Static variable in interface com.helger.phase4.dump.AS4RawResponseConsumerWriteToFile.IFileProvider
The default file extension to be used
DEFAULT_FORCE_MIME_MESSAGE - Static variable in class com.helger.phase4.client.AS4ClientUserMessage
 
DEFAULT_FROM_URL - Static variable in class com.helger.phase4.CAS4
 
DEFAULT_HANDLE_HTTP_HEADERS - Static variable in class com.helger.phase4.client.AbstractAS4RawResponseConsumer
 
DEFAULT_HANDLE_STATUS_LINE - Static variable in class com.helger.phase4.client.AbstractAS4RawResponseConsumer
 
DEFAULT_IN_ORDER_CONTACT - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
DEFAULT_INCLUDE_HEADERS - Static variable in class com.helger.phase4.dump.AbstractAS4IncomingDumperWithHeaders
 
DEFAULT_INCLUDE_HEADERS - Static variable in class com.helger.phase4.dump.AbstractAS4OutgoingDumperWithHeaders
 
DEFAULT_INITIATOR_URL - Static variable in class com.helger.phase4.CAS4
 
DEFAULT_INSTANCE - Static variable in interface com.helger.phase4.attachment.IAS4IncomingAttachmentFactory
DEFAULT_KEY_ENCRYPTION_ALGORITHM - Static variable in class com.helger.phase4.crypto.AS4CryptParams
 
DEFAULT_KEY_IDENTIFIER_TYPE - Static variable in class com.helger.phase4.crypto.AS4CryptParams
 
DEFAULT_KEY_IDENTIFIER_TYPE - Static variable in class com.helger.phase4.crypto.AS4SigningParams
 
DEFAULT_KEYSTORE_TYPE - Static variable in class com.helger.phase4.crypto.AS4CryptoProperties
 
DEFAULT_LOCALE - Static variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
DEFAULT_MANDATORY - Static variable in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
 
DEFAULT_MANDATORY - Static variable in class com.helger.phase4.model.pmode.leg.PModeProperty
 
DEFAULT_MAX_RETRIES - Static variable in class com.helger.phase4.http.HttpRetrySettings
 
DEFAULT_MAX_RETRIES - Static variable in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
DEFAULT_MGF_ALGORITHM - Static variable in class com.helger.phase4.crypto.AS4CryptParams
 
DEFAULT_MPC_ID - Static variable in class com.helger.phase4.CAS4
 
DEFAULT_PHASE4_INCOMING_DUPLICATEDISPOSAL_MINUTES - Static variable in class com.helger.phase4.config.AS4Configuration
 
DEFAULT_PHASE4_MANAGER_INMEMORY - Static variable in class com.helger.phase4.config.AS4Configuration
 
DEFAULT_PHASE4_WSS4J_SYNCSECURITY - Static variable in class com.helger.phase4.config.AS4Configuration
 
DEFAULT_PMODE_AUTHORIZE - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
DEFAULT_PMODE_RESOLVER - Static variable in class com.helger.phase4.model.pmode.resolve.DefaultPModeResolver
 
DEFAULT_QUOTE_HTTP_HEADERS - Static variable in class com.helger.phase4.http.BasicHttpPoster
 
DEFAULT_RECEPTION_AWARENESS - Static variable in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
DEFAULT_REPORT_AS_RESPONSE - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
DEFAULT_REPORT_DELIVERY_FAILURES_NOTIFY_PRODUCER - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
DEFAULT_REPORT_PROCESS_ERROR_NOTIFY_CONSUMER - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
DEFAULT_REPORT_PROCESS_ERROR_NOTIFY_PRDOUCER - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
DEFAULT_RESPONDER_URL - Static variable in class com.helger.phase4.CAS4
 
DEFAULT_RETRY - Static variable in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
DEFAULT_RETRY_DURATION - Static variable in class com.helger.phase4.http.HttpRetrySettings
 
DEFAULT_RETRY_INCREASE_FACTOR - Static variable in class com.helger.phase4.http.HttpRetrySettings
 
DEFAULT_RETRY_INTERVAL_MS - Static variable in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
DEFAULT_ROLE - Static variable in class com.helger.phase4.CAS4
 
DEFAULT_SEND_RECEIPT - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
DEFAULT_SEND_RECEIPT_NON_REPUDIATION - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
DEFAULT_SERVICE_URL - Static variable in class com.helger.phase4.CAS4
 
DEFAULT_SESSION_KEY_PROVIDER - Static variable in class com.helger.phase4.crypto.AS4CryptParams
 
DEFAULT_START_GROUP - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
DEFAULT_TERMINATE_GROUP - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
DEFAULT_TO_URL - Static variable in class com.helger.phase4.CAS4
 
DEFAULT_TRUSTSTORE_TYPE - Static variable in class com.helger.phase4.crypto.AS4CryptoProperties
 
DEFAULT_USE_SINGLE_CERTIFICATE - Static variable in class com.helger.phase4.crypto.AS4SigningParams
 
DEFAULT_USERNAME_TOKEN_CREATED - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
DEFAULT_USERNAME_TOKEN_DIGEST - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
DEFAULT_USERNAME_TOKEN_NONCE - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
DEFAULT_X509_ENCRYPTION_ENCRYPT - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
DEFAULT_X509_SIGN - Static variable in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
DefaultPMode - Class in com.helger.phase4.model.pmode
Default PMode configuration Specification from http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/core/os/ebms_core-3.0-spec-os.pdf
DefaultPModeResolver - Class in com.helger.phase4.model.pmode.resolve
Default implementation of IPModeResolver using the fixed ID only.
DefaultPModeResolver(boolean) - Constructor for class com.helger.phase4.model.pmode.resolve.DefaultPModeResolver
 
deleteMPC(String) - Method in interface com.helger.phase4.model.mpc.IMPCManager
Delete the MPC with the provided ID.
deleteMPC(String) - Method in class com.helger.phase4.model.mpc.MPCManager
 
deleteMPC(String) - Method in class com.helger.phase4.model.mpc.MPCManagerInMemory
 
deletePMode(String) - Method in interface com.helger.phase4.model.pmode.IPModeManager
Delete the provided PMode.
deletePMode(String) - Method in class com.helger.phase4.model.pmode.PModeManager
 
deletePMode(String) - Method in class com.helger.phase4.model.pmode.PModeManagerInMemory
 
DELIVER - Enum constant in enum com.helger.phase4.model.EMessagingOperation
This operation makes data of a previously received (via Receive operation) ebMS User Message Unit available to the Consumer.
DELIVERY_FAILURE - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
description(Ebms3Description) - Method in class com.helger.phase4.error.Ebms3ErrorBuilder
 
description(String, Locale) - Method in class com.helger.phase4.error.Ebms3ErrorBuilder
 
DIGEST_SHA_256 - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmSignDigest
 
DIGEST_SHA_384 - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmSignDigest
 
DIGEST_SHA_512 - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmSignDigest
 
disableEncryption() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
Set all field that affect encryption to "no encryption".
disableSigning() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
Set all field that affect signing to "no signing".
disableUsernameToken() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
Set all field that affect username token to "don't use".
DS_NS - Static variable in class com.helger.phase4.CAS4
 
dsigReference() - Static method in class com.helger.phase4.marshaller.XMLDSigReaderBuilder
Deprecated.
 
dsigReference() - Static method in class com.helger.phase4.marshaller.XMLDSigWriterBuilder
Deprecated.
 
DSigReferenceMarshaller - Class in com.helger.phase4.marshaller
Marshaller for ReferenceType objects.
DSigReferenceMarshaller() - Constructor for class com.helger.phase4.marshaller.DSigReferenceMarshaller
 
DSISG11_NS - Static variable in class com.helger.phase4.CAS4
 
DYSFUNCTIONAL_RELIABILITY - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 

E

EAS4CompressionMode - Enum in com.helger.phase4.attachment
Defines the allowed AS4 compression modes.
EAS4MessageMode - Enum in com.helger.phase4.messaging
Message mode.
Was originally called EAS4IncomingMessageMode until v1.2.0.
EAS4MessageType - Enum in com.helger.phase4.messaging.domain
Defines the meta message types.
EBBP_NS - Static variable in class com.helger.phase4.CAS4
 
EbbpSigPartyInfoType - Class in com.helger.phase4.ebms3header
This type defines the structure for PartyInfo Definition.
EbbpSigPartyInfoType() - Constructor for class com.helger.phase4.ebms3header.EbbpSigPartyInfoType
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
EbbpSigPartyInfoType(String) - Constructor for class com.helger.phase4.ebms3header.EbbpSigPartyInfoType
Constructor for value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
EbbpSigProcessSpecificationInfoType - Class in com.helger.phase4.ebms3header
This defines the content structure for identifying the root ProcessSpecification for which this business signal is being sent.
EbbpSigProcessSpecificationInfoType() - Constructor for class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
EbbpSigRoleType - Class in com.helger.phase4.ebms3header
This type defines the structure for Role Definition.
EbbpSigRoleType() - Constructor for class com.helger.phase4.ebms3header.EbbpSigRoleType
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
EbbpSigSignalIdentificationInformation - Class in com.helger.phase4.ebms3header
This defines the content structure for identiying various parameters pertaining to the business signal.
EbbpSigSignalIdentificationInformation() - Constructor for class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
EBMS_CONNECTION_FAILURE - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_DECOMPRESSION_FAILURE - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_DELIVERY_FAILURE - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_DYSFUNCTIONAL_RELIABILITY - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_EMPTY_MESSAGE_PARTITION_CHANNEL - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_EXTERNAL_PAYLOAD_ERROR - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_FAILED_AUTHENTICATION - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_FAILED_DECRYPTION - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_FEATURE_NOT_SUPPORTED - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_FEATURE_NOT_SUPPORTED_INCONSISTENCY - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_INVALID_HEADER - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_INVALID_RECEIPT - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_MIME_INCONSISTENCY - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_MISSING_RECEIPT - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_NS - Static variable in class com.helger.phase4.CAS4
 
EBMS_OTHER - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_POLICY_NONCOMPLIANCE - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_PROCESSING_MODE_MISMATCH - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_VALUE_INCONSISTENT - Enum constant in enum com.helger.phase4.error.EEbmsError
 
EBMS_VALUE_NOT_RECOGNIZED - Enum constant in enum com.helger.phase4.error.EEbmsError
 
Ebms3AgreementRef - Class in com.helger.phase4.ebms3header
Java class for AgreementRef complex type
Ebms3AgreementRef() - Constructor for class com.helger.phase4.ebms3header.Ebms3AgreementRef
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3AgreementRef(String) - Constructor for class com.helger.phase4.ebms3header.Ebms3AgreementRef
Constructor for value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3CollaborationInfo - Class in com.helger.phase4.ebms3header
Java class for CollaborationInfo complex type
Ebms3CollaborationInfo() - Constructor for class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3Description - Class in com.helger.phase4.ebms3header
Java class for Description complex type
Ebms3Description() - Constructor for class com.helger.phase4.ebms3header.Ebms3Description
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3Description(String) - Constructor for class com.helger.phase4.ebms3header.Ebms3Description
Constructor for value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3Error - Class in com.helger.phase4.ebms3header
Java class for Error complex type
Ebms3Error() - Constructor for class com.helger.phase4.ebms3header.Ebms3Error
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3ErrorBuilder - Class in com.helger.phase4.error
Builder class for Ebms3Error
Ebms3ErrorBuilder() - Constructor for class com.helger.phase4.error.Ebms3ErrorBuilder
Create an empty builder.
Ebms3ErrorBuilder(IEbmsError, Locale) - Constructor for class com.helger.phase4.error.Ebms3ErrorBuilder
Ebms3From - Class in com.helger.phase4.ebms3header
Java class for From complex type
Ebms3From() - Constructor for class com.helger.phase4.ebms3header.Ebms3From
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3MessageInfo - Class in com.helger.phase4.ebms3header
Java class for MessageInfo complex type
Ebms3MessageInfo() - Constructor for class com.helger.phase4.ebms3header.Ebms3MessageInfo
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3MessageProperties - Class in com.helger.phase4.ebms3header
Java class for MessageProperties complex type
Ebms3MessageProperties() - Constructor for class com.helger.phase4.ebms3header.Ebms3MessageProperties
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
ebms3Messaging() - Static method in class com.helger.phase4.marshaller.Ebms3ReaderBuilder
Deprecated.
 
ebms3Messaging() - Static method in class com.helger.phase4.marshaller.Ebms3WriterBuilder
Deprecated.
 
Ebms3Messaging - Class in com.helger.phase4.ebms3header
The eb:Messaging element is the top element of ebMS-3 headers, and it is placed within the SOAP Header element (either SOAP 1.1 or SOAP 1.2).
Ebms3Messaging() - Constructor for class com.helger.phase4.ebms3header.Ebms3Messaging
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3MessagingMarshaller - Class in com.helger.phase4.marshaller
Marshaller for Ebms3Messaging objects.
Ebms3MessagingMarshaller() - Constructor for class com.helger.phase4.marshaller.Ebms3MessagingMarshaller
 
Ebms3NamespaceHandler - Class in com.helger.phase4.marshaller
A special XML namespace context that contains all default Ebms3 mappings.
Ebms3NamespaceHandler() - Constructor for class com.helger.phase4.marshaller.Ebms3NamespaceHandler
 
Ebms3PartInfo - Class in com.helger.phase4.ebms3header
Java class for PartInfo complex type
Ebms3PartInfo() - Constructor for class com.helger.phase4.ebms3header.Ebms3PartInfo
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3PartProperties - Class in com.helger.phase4.ebms3header
Java class for PartProperties complex type
Ebms3PartProperties() - Constructor for class com.helger.phase4.ebms3header.Ebms3PartProperties
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3PartyId - Class in com.helger.phase4.ebms3header
Java class for PartyId complex type
Ebms3PartyId() - Constructor for class com.helger.phase4.ebms3header.Ebms3PartyId
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3PartyId(String) - Constructor for class com.helger.phase4.ebms3header.Ebms3PartyId
Constructor for value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3PartyInfo - Class in com.helger.phase4.ebms3header
Java class for PartyInfo complex type
Ebms3PartyInfo() - Constructor for class com.helger.phase4.ebms3header.Ebms3PartyInfo
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3PayloadInfo - Class in com.helger.phase4.ebms3header
Java class for PayloadInfo complex type
Ebms3PayloadInfo() - Constructor for class com.helger.phase4.ebms3header.Ebms3PayloadInfo
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
ebms3Properties() - Method in class com.helger.phase4.client.AS4ClientUserMessage
With properties optional info can be added for the receiving party.
Ebms3Property - Class in com.helger.phase4.ebms3header
Java class for Property complex type
Ebms3Property() - Constructor for class com.helger.phase4.ebms3header.Ebms3Property
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3Property(String) - Constructor for class com.helger.phase4.ebms3header.Ebms3Property
Constructor for value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3PullRequest - Class in com.helger.phase4.ebms3header
Java class for PullRequest complex type
Ebms3PullRequest() - Constructor for class com.helger.phase4.ebms3header.Ebms3PullRequest
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3ReaderBuilder<JAXBTYPE> - Class in com.helger.phase4.marshaller
Deprecated, for removal: This API element is subject to removal in a future version.
Ebms3ReaderBuilder(EEbms3DocumentType, Class<JAXBTYPE>) - Constructor for class com.helger.phase4.marshaller.Ebms3ReaderBuilder
Deprecated.
 
Ebms3Receipt - Class in com.helger.phase4.ebms3header
Java class for Receipt complex type
Ebms3Receipt() - Constructor for class com.helger.phase4.ebms3header.Ebms3Receipt
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3Schema - Class in com.helger.phase4.ebms3header
Java class for Schema complex type
Ebms3Schema() - Constructor for class com.helger.phase4.ebms3header.Ebms3Schema
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3Service - Class in com.helger.phase4.ebms3header
Java class for Service complex type
Ebms3Service() - Constructor for class com.helger.phase4.ebms3header.Ebms3Service
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3Service(String) - Constructor for class com.helger.phase4.ebms3header.Ebms3Service
Constructor for value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3SignalMessage - Class in com.helger.phase4.ebms3header
In the core part of ebMS-3 specification, an eb:Signal Message is allowed to contain eb:MessageInfo and at most one Receipt Signal, at most one eb:PullRequest element, and/or a series of eb:Error elements.
Ebms3SignalMessage() - Constructor for class com.helger.phase4.ebms3header.Ebms3SignalMessage
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3SignalMessageMarshaller - Class in com.helger.phase4.marshaller
Marshaller for Ebms3SignalMessage objects.
Ebms3SignalMessageMarshaller() - Constructor for class com.helger.phase4.marshaller.Ebms3SignalMessageMarshaller
 
Ebms3To - Class in com.helger.phase4.ebms3header
Java class for To complex type
Ebms3To() - Constructor for class com.helger.phase4.ebms3header.Ebms3To
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3UserMessage - Class in com.helger.phase4.ebms3header
Java class for UserMessage complex type
Ebms3UserMessage() - Constructor for class com.helger.phase4.ebms3header.Ebms3UserMessage
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Ebms3WriterBuilder<JAXBTYPE> - Class in com.helger.phase4.marshaller
Deprecated, for removal: This API element is subject to removal in a future version.
Ebms3WriterBuilder(EEbms3DocumentType) - Constructor for class com.helger.phase4.marshaller.Ebms3WriterBuilder
Deprecated.
 
EbmsError - Class in com.helger.phase4.error
Generic implementation of IEbmsError to represent other errors besides EEbmsError.
EbmsError(String, EEbmsErrorSeverity, String, IHasDisplayText, EEbmsErrorCategory) - Constructor for class com.helger.phase4.error.EbmsError
 
ECDH_ES_KEYWRAP_AES_128 - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyEncryptionAlgorithm
 
ECDH_ES_KEYWRAP_AES_192 - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyEncryptionAlgorithm
 
ECDH_ES_KEYWRAP_AES_256 - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyEncryptionAlgorithm
 
ECDSA_SHA_256 - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
ECDSA_SHA_384 - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
ECDSA_SHA_512 - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
ECryptoAlgorithmC14N - Enum in com.helger.phase4.crypto
Enumeration with all message canonicalization algorithms supported when signing.
ECryptoAlgorithmCrypt - Enum in com.helger.phase4.crypto
Enumeration with all message encryption algorithms supported.
ECryptoAlgorithmSign - Enum in com.helger.phase4.crypto
This enum contains all signing supported crypto algorithms.
ECryptoAlgorithmSignDigest - Enum in com.helger.phase4.crypto
This enum contains all signing supported crypto algorithms.
ECryptoKeyEncryptionAlgorithm - Enum in com.helger.phase4.crypto
Enumeration of all key encryption algorithms.
ECryptoKeyIdentifierType - Enum in com.helger.phase4.crypto
Enumeration with all crypto key identification types (how the key identification is transmitted).
ECryptoMode - Enum in com.helger.phase4.crypto
Defines the basic crypto operation mode - either signing and encrypting or signature verifying and decrypting.
EEbms3DocumentType - Enum in com.helger.phase4.marshaller
Deprecated, for removal: This API element is subject to removal in a future version.
EEbmsError - Enum in com.helger.phase4.error
Enumeration with all predefined EBMS errors based on the specs.
EEbmsErrorCategory - Enum in com.helger.phase4.error
EBMS error category enumeration
EEbmsErrorSeverity - Enum in com.helger.phase4.error
EBMS error severity with mapping to IErrorLevel.
EEbmsErrorText - Enum in com.helger.phase4.error
Translatable error texts for EBMS error messages
EMEP - Enum in com.helger.phase4.model
Defines the available Message Exchange Patterns (MEPs).
EMEPBinding - Enum in com.helger.phase4.model
Predefines transport channel bindings.
EMessagingOperation - Enum in com.helger.phase4.model
Messaging operation to use.
EMPTY_MESSAGE_PARTITION_CHANNEL - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
ENCRPYTION_ALGORITHM_DEFAULT - Static variable in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
Default encrypt algorithm
ENCRYPT_SIGN - Enum constant in enum com.helger.phase4.crypto.ECryptoMode
 
ENCRYPTED_KEY_SHA1_IDENTIFIER - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
ENCRYPTED_KEY_SHA1_IDENTIFIER is used to set the specific key identifier EncryptedKeySHA1.
encryptMimeMessage(ESoapVersion, Document, ICommonsList<WSS4JAttachment>, IAS4CryptoFactory, boolean, AS4ResourceHelper, AS4CryptParams) - Static method in class com.helger.phase4.messaging.crypto.AS4Encryptor
Deprecated, for removal: This API element is subject to removal in a future version.
encryptSoapBodyPayload(IAS4CryptoFactory, ESoapVersion, Document, boolean, AS4CryptParams) - Static method in class com.helger.phase4.messaging.crypto.AS4Encryptor
Encrypt the SOAP "Body" content.
encryptToMimeMessage(ESoapVersion, Document, ICommonsList<WSS4JAttachment>, IAS4CryptoFactory, boolean, AS4ResourceHelper, AS4CryptParams) - Static method in class com.helger.phase4.messaging.crypto.AS4Encryptor
 
ENDPOINT_KEY_IDENTIFIER - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
ENDPOINT_KEY_IDENTIFIER is used to specify service endpoint as public key identifier.
endpointURL(String) - Method in class com.helger.phase4.sender.AbstractAS4PullRequestBuilder
Set an receiver AS4 endpoint URL, independent of its usability.
endpointURL(String) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set an receiver AS4 endpoint URL, independent of its usability.
ensureSendingDateTime() - Method in class com.helger.phase4.client.AbstractAS4Client
Ensure the sending date time is set.
EPModeSendReceiptReplyPattern - Enum in com.helger.phase4.model.pmode.leg
Defines the different sendReceipt reply-patterns
equals(Object) - Method in class com.helger.phase4.duplicate.AS4DuplicateItem
 
equals(Object) - Method in class com.helger.phase4.ebms3header.AcceptanceAcknowledgement
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.EbbpSigPartyInfoType
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.EbbpSigRoleType
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3AgreementRef
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3Description
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3Error
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3From
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3MessageInfo
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3MessageProperties
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3PartInfo
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3PartProperties
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3PartyId
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3PartyInfo
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3PayloadInfo
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3Property
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3PullRequest
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3Receipt
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3Schema
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3Service
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3To
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Exception
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.Exception.ExceptionType
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.MessagePartNRInformation
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.NonRepudiationInformation
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.ebms3header.ReceiptAcknowledgement
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.http.HttpRetrySettings
 
equals(Object) - Method in class com.helger.phase4.model.MessageProperty
 
equals(Object) - Method in class com.helger.phase4.model.pmode.leg.PModeAddressList
 
equals(Object) - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
equals(Object) - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
equals(Object) - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
equals(Object) - Method in class com.helger.phase4.model.pmode.leg.PModeLegProtocol
 
equals(Object) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
equals(Object) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
equals(Object) - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
 
equals(Object) - Method in class com.helger.phase4.model.pmode.leg.PModeProperty
 
equals(Object) - Method in class com.helger.phase4.model.pmode.PMode
 
equals(Object) - Method in class com.helger.phase4.model.pmode.PModeParty
 
equals(Object) - Method in class com.helger.phase4.model.pmode.PModePayloadService
 
equals(Object) - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
equals(Object) - Method in class com.helger.phase4.profile.AS4Profile
 
equals(Object) - Method in class com.helger.phase4.servlet.AS4MessageState
 
equals(Object) - Method in class com.helger.phase4.soap11.Soap11Body
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap11.Soap11Detail
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap11.Soap11Envelope
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap11.Soap11Fault
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap11.Soap11Header
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap12.Soap12Body
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap12.Soap12Detail
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap12.Soap12Envelope
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap12.Soap12Fault
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap12.Soap12Faultcode
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap12.Soap12Faultreason
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap12.Soap12Header
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap12.Soap12NotUnderstoodType
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap12.Soap12Reasontext
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap12.Soap12Subcode
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap12.Soap12SupportedEnvType
Created by ph-jaxb-plugin -Xph-equalshashcode
equals(Object) - Method in class com.helger.phase4.soap12.Soap12UpgradeType
Created by ph-jaxb-plugin -Xph-equalshashcode
ERROR_MESSAGE - Enum constant in enum com.helger.phase4.messaging.domain.EAS4MessageType
 
errorBuilder(Locale) - Method in interface com.helger.phase4.error.IEbmsError
Create a new Ebms3ErrorBuilder with the information of this element.
errorCode(String) - Method in class com.helger.phase4.error.Ebms3ErrorBuilder
 
errorDetail(String) - Method in class com.helger.phase4.error.Ebms3ErrorBuilder
 
errorDetail(String, Throwable) - Method in class com.helger.phase4.error.Ebms3ErrorBuilder
 
errorMessages() - Method in class com.helger.phase4.client.AS4ClientErrorMessage
 
ESoapVersion - Enum in com.helger.phase4.soap
Enumeration with all known and supported SOAP versions.
evictAllItemsBefore(OffsetDateTime) - Method in class com.helger.phase4.duplicate.AS4DuplicateManager
 
evictAllItemsBefore(OffsetDateTime) - Method in class com.helger.phase4.duplicate.AS4DuplicateManagerInMemory
 
evictAllItemsBefore(OffsetDateTime) - Method in interface com.helger.phase4.duplicate.IAS4DuplicateManager
Delete all duplicate items that were created before the provided time.
EWSSVersion - Enum in com.helger.phase4.wss
Specifies the different WS Security versions available
Exception - Class in com.helger.phase4.ebms3header
Java class for anonymous complex type
Exception() - Constructor for class com.helger.phase4.ebms3header.Exception
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Exception.ExceptionType - Class in com.helger.phase4.ebms3header
Java class for anonymous complex type
ExceptionType() - Constructor for class com.helger.phase4.ebms3header.Exception.ExceptionType
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
EXMLDSigDocumentType - Enum in com.helger.phase4.marshaller
Deprecated, for removal: This API element is subject to removal in a future version.
EXTERNAL_PAYLOAD_ERROR - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 

F

FAILED_AUTHENTICATION - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
FAILED_DECRYPTION - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
FAILURE - Enum constant in enum com.helger.phase4.error.EEbmsErrorSeverity
 
FEATURE_NOT_SUPPORTED - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
FEATURE_NOT_SUPPORTED_INCONSISTENT - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
filename(String) - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
 
FINAL_RECIPIENT - Static variable in class com.helger.phase4.CAS4
The name of the "final recipient" (C4) message property for four-corner topology message exchanges.
findFirst(Predicate<? super IAS4DuplicateItem>) - Method in class com.helger.phase4.duplicate.AS4DuplicateManagerInMemory
 
findFirst(Predicate<? super IPMode>) - Method in interface com.helger.phase4.model.pmode.IPModeManager
Find the first PMode matching the provided filter.
findFirst(Predicate<? super IPMode>) - Method in class com.helger.phase4.model.pmode.PModeManagerInMemory
 
findPMode(Ebms3SignalMessage) - Method in interface com.helger.phase4.servlet.spi.IAS4ServletPullRequestProcessorSPI
Process incoming AS4 signal message and determine the PMode to be used.
finishFields() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Internal method that is invoked before the required field check is performed.
flush() - Method in class com.helger.phase4.util.MultiOutputStream
 
forceMimeMessage(boolean) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Enable the enforcement of packaging the AS4 user message in a MIME message.
forEachHeaderAndRemoveAfterwards(MimeMessage, BiConsumer<String, String>, boolean) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
Take all headers from the MIME message and pass them to the provided consumer.
fromPartyID(String) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set the "from party ID".
fromPartyIDType(String) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set the "from party ID type".
fromRole(String) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set the "from party role".

G

generateMimeMessage(ESoapVersion, Document, ICommonsList<WSS4JAttachment>) - Static method in class com.helger.phase4.messaging.mime.MimeMessageCreator
 
getAcceptanceException() - Method in class com.helger.phase4.ebms3header.Exception.ExceptionType
Gets the value of the acceptanceException property.
getAction() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
getAction() - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Gets the value of the action property.
getAction() - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
getAddress() - Method in class com.helger.phase4.model.pmode.leg.PModeLegProtocol
 
getAddressProtocol() - Method in class com.helger.phase4.model.pmode.leg.PModeLegProtocol
 
getAgreement() - Method in interface com.helger.phase4.model.pmode.IPMode
 
getAgreement() - Method in class com.helger.phase4.model.pmode.PMode
 
getAgreementRef() - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Gets the value of the agreementRef property.
getAgreementRefValue() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
getAgreementRefValue() - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Get the value of the contained Ebms3AgreementRef object
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
getAlgorithmC14N() - Method in class com.helger.phase4.crypto.AS4SigningParams
 
getAlgorithmCrypt() - Method in class com.helger.phase4.crypto.AS4CryptParams
 
getAlgorithmSign() - Method in class com.helger.phase4.crypto.AS4SigningParams
 
getAlgorithmSignDigest() - Method in class com.helger.phase4.crypto.AS4SigningParams
 
getAlgorithmURI() - Method in enum com.helger.phase4.crypto.ECryptoAlgorithmC14N
 
getAlgorithmURI() - Method in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
 
getAlgorithmURI() - Method in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
getAlgorithmURI() - Method in enum com.helger.phase4.crypto.ECryptoAlgorithmSignDigest
 
getAlgorithmURI() - Method in interface com.helger.phase4.crypto.ICryptoAlgorithmC14N
 
getAlgorithmURI() - Method in interface com.helger.phase4.crypto.ICryptoAlgorithmCrypt
 
getAlgorithmURI() - Method in interface com.helger.phase4.crypto.ICryptoAlgorithmSign
 
getAlgorithmURI() - Method in interface com.helger.phase4.crypto.ICryptoAlgorithmSignDigest
 
getAlias() - Method in class com.helger.phase4.crypto.AS4CryptParams
 
getAll() - Method in class com.helger.phase4.duplicate.AS4DuplicateManagerInMemory
 
getAll() - Method in interface com.helger.phase4.duplicate.IAS4DuplicateManager
 
getAll() - Method in interface com.helger.phase4.model.pmode.IPModeManager
 
getAll() - Method in class com.helger.phase4.model.pmode.PModeManagerInMemory
 
getAllAddresses() - Method in class com.helger.phase4.model.pmode.leg.PModeAddressList
 
getAllAttachments() - Method in class com.helger.phase4.servlet.spi.AS4MessageProcessorResult
 
getAllCloseables() - Method in class com.helger.phase4.util.AS4ResourceHelper
 
getAllCookies() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
 
getAllCorrelations() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
getAllDSigReferenceNodes(Node) - Static method in class com.helger.phase4.messaging.domain.AS4ReceiptMessage
Extract all "ds:Reference" nodes from the passed SOAP document.
getAllDSigReferences(Node) - Static method in class com.helger.phase4.messaging.domain.AS4ReceiptMessage
getAllElementProcessors() - Method in class com.helger.phase4.servlet.soap.SOAPHeaderElementProcessorRegistry
 
getAllHttpHeaders() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
 
getAllHttpHeaders() - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
 
getAllIDs() - Method in interface com.helger.phase4.model.pmode.IPModeManager
 
getAllIDs() - Method in class com.helger.phase4.model.pmode.PModeManagerInMemory
 
getAllProcessors() - Static method in class com.helger.phase4.servlet.mgr.AS4ServletMessageProcessorManager
 
getAllProcessors() - Static method in class com.helger.phase4.servlet.mgr.AS4ServletPullRequestProcessorManager
 
getAllProfiles() - Method in class com.helger.phase4.profile.AS4ProfileManager
 
getAllProfiles() - Method in interface com.helger.phase4.profile.IAS4ProfileManager
 
getAllResponseAttachments() - Method in class com.helger.phase4.attachment.WSS4JAttachmentCallbackHandler
 
getAllTempFiles() - Method in class com.helger.phase4.util.AS4ResourceHelper
 
getAllThirdPartyModules() - Method in class com.helger.phase4.config.ThirdPartyModuleProvider_phase4_lib
 
getAllX509EncryptionEncryptAttachments() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getAllX509EncryptionEncryptElements() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getAllX509SignAttachments() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getAllX509SignElements() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getAllXSDResources() - Method in enum com.helger.phase4.marshaller.EEbms3DocumentType
Deprecated.
 
getAllXSDResources() - Method in enum com.helger.phase4.marshaller.EXMLDSigDocumentType
Deprecated.
 
getAndRemoveAllHeaders(MimeMessage) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
getAny() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Gets the value of the any property.
getAny() - Method in class com.helger.phase4.ebms3header.Ebms3PullRequest
Gets the value of the any property.
getAny() - Method in class com.helger.phase4.ebms3header.Ebms3Receipt
Gets the value of the any property.
getAny() - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Gets the value of the any property.
getAny() - Method in class com.helger.phase4.ebms3header.Exception
Gets the value of the any property.
getAny() - Method in class com.helger.phase4.soap11.Soap11Body
Gets the value of the any property.
getAny() - Method in class com.helger.phase4.soap11.Soap11Detail
Gets the value of the any property.
getAny() - Method in class com.helger.phase4.soap11.Soap11Envelope
Gets the value of the any property.
getAny() - Method in class com.helger.phase4.soap11.Soap11Header
Gets the value of the any property.
getAny() - Method in class com.helger.phase4.soap12.Soap12Body
Gets the value of the any property.
getAny() - Method in class com.helger.phase4.soap12.Soap12Detail
Gets the value of the any property.
getAny() - Method in class com.helger.phase4.soap12.Soap12Header
Gets the value of the any property.
getAnyAtIndex(int) - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
getAnyAtIndex(int) - Method in class com.helger.phase4.ebms3header.Ebms3PullRequest
Created by ph-jaxb-plugin -Xph-list-extension
getAnyAtIndex(int) - Method in class com.helger.phase4.ebms3header.Ebms3Receipt
Created by ph-jaxb-plugin -Xph-list-extension
getAnyAtIndex(int) - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-list-extension
getAnyAtIndex(int) - Method in class com.helger.phase4.soap11.Soap11Body
Created by ph-jaxb-plugin -Xph-list-extension
getAnyAtIndex(int) - Method in class com.helger.phase4.soap11.Soap11Detail
Created by ph-jaxb-plugin -Xph-list-extension
getAnyAtIndex(int) - Method in class com.helger.phase4.soap11.Soap11Envelope
Created by ph-jaxb-plugin -Xph-list-extension
getAnyAtIndex(int) - Method in class com.helger.phase4.soap11.Soap11Header
Created by ph-jaxb-plugin -Xph-list-extension
getAnyAtIndex(int) - Method in class com.helger.phase4.soap12.Soap12Body
Created by ph-jaxb-plugin -Xph-list-extension
getAnyAtIndex(int) - Method in class com.helger.phase4.soap12.Soap12Detail
Created by ph-jaxb-plugin -Xph-list-extension
getAnyAtIndex(int) - Method in class com.helger.phase4.soap12.Soap12Header
Created by ph-jaxb-plugin -Xph-list-extension
getAnyCount() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
getAnyCount() - Method in class com.helger.phase4.ebms3header.Ebms3PullRequest
Created by ph-jaxb-plugin -Xph-list-extension
getAnyCount() - Method in class com.helger.phase4.ebms3header.Ebms3Receipt
Created by ph-jaxb-plugin -Xph-list-extension
getAnyCount() - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-list-extension
getAnyCount() - Method in class com.helger.phase4.soap11.Soap11Body
Created by ph-jaxb-plugin -Xph-list-extension
getAnyCount() - Method in class com.helger.phase4.soap11.Soap11Detail
Created by ph-jaxb-plugin -Xph-list-extension
getAnyCount() - Method in class com.helger.phase4.soap11.Soap11Envelope
Created by ph-jaxb-plugin -Xph-list-extension
getAnyCount() - Method in class com.helger.phase4.soap11.Soap11Header
Created by ph-jaxb-plugin -Xph-list-extension
getAnyCount() - Method in class com.helger.phase4.soap12.Soap12Body
Created by ph-jaxb-plugin -Xph-list-extension
getAnyCount() - Method in class com.helger.phase4.soap12.Soap12Detail
Created by ph-jaxb-plugin -Xph-list-extension
getAnyCount() - Method in class com.helger.phase4.soap12.Soap12Header
Created by ph-jaxb-plugin -Xph-list-extension
getAS4CryptoFactory() - Method in class com.helger.phase4.client.AbstractAS4Client
Deprecated, for removal: This API element is subject to removal in a future version.
getAS4CryptoFactoryCrypt() - Method in class com.helger.phase4.client.AbstractAS4Client
 
getAS4CryptoFactorySign() - Method in class com.helger.phase4.client.AbstractAS4Client
 
getAS4Profile() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getAS4Profile() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getAS4ProfileID() - Static method in class com.helger.phase4.config.AS4Configuration
 
getAS4ProfileID() - Static method in class com.helger.phase4.servlet.mgr.AS4ProfileSelector
Get the AS4 profile ID to be used in the following order: From AS4ProfileSelector.getCustomAS4ProfileID() from the configuration properties from the current IAS4ProfileManager (since v2.3.0)
getAS4ProfileID(IAS4MessageState) - Method in class com.helger.phase4.servlet.AS4IncomingProfileSelectorFromGlobal
 
getAS4ProfileID(IAS4MessageState) - Method in interface com.helger.phase4.servlet.IAS4IncomingProfileSelector
Try to determine the AS4 profile to be used for an incoming message.
getAS4ResourceHelper() - Method in class com.helger.phase4.client.AbstractAS4Client
 
getAsEbms3Error(Locale, String) - Method in interface com.helger.phase4.error.IEbmsError
Deprecated, for removal: This API element is subject to removal in a future version.
getAsEbms3Error(Locale, String, String) - Method in interface com.helger.phase4.error.IEbmsError
Deprecated, for removal: This API element is subject to removal in a future version.
getAsEbms3Error(Locale, String, String, Ebms3Description) - Method in interface com.helger.phase4.error.IEbmsError
Deprecated, for removal: This API element is subject to removal in a future version.
getAsEbms3Error(Locale, String, String, String) - Method in interface com.helger.phase4.error.IEbmsError
Deprecated, for removal: This API element is subject to removal in a future version.
getAsEbms3Property() - Method in class com.helger.phase4.model.MessageProperty
 
getAsError(Locale) - Method in interface com.helger.phase4.error.IEbmsError
Deprecated, for removal: This API element is subject to removal in a future version.
getAsJson() - Method in interface com.helger.phase4.model.pmode.IPMode
 
getAsProperties() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
getAsSoapDocument() - Method in interface com.helger.phase4.messaging.domain.IAS4Message
Create a SOAP document from this message without a payload.
getAsSoapDocument(Node) - Method in class com.helger.phase4.messaging.domain.AbstractAS4Message
 
getAsSoapDocument(Node) - Method in interface com.helger.phase4.messaging.domain.IAS4Message
Create a SOAP document from this message with the specified optional payload.
getAsString() - Method in class com.helger.phase4.model.pmode.leg.PModeAddressList
 
getAsyncResponseURL() - Method in class com.helger.phase4.servlet.spi.AS4MessageProcessorResult
 
getAtLeastOnceContractAcksTo() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
getAtLeastOnceReplyPattern() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
getAttachmentCompressionMode(String) - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getBody() - Method in class com.helger.phase4.soap11.Soap11Envelope
Gets the value of the body property.
getBody() - Method in class com.helger.phase4.soap12.Soap12Envelope
Gets the value of the body property.
getBodyElementName() - Method in enum com.helger.phase4.soap.ESoapVersion
 
getBuiltMessage() - Method in class com.helger.phase4.client.AS4ClientSentMessage
 
getBusinessActivityIdentifier() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Gets the value of the businessActivityIdentifier property.
getBusinessInfo() - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
getCategory() - Method in class com.helger.phase4.ebms3header.Ebms3Error
Gets the value of the category property.
getCategory() - Method in class com.helger.phase4.error.EbmsError
 
getCategory() - Method in enum com.helger.phase4.error.EEbmsError
 
getCategory() - Method in interface com.helger.phase4.error.IEbmsError
Gets the value of the category property.
getCertificate() - Method in class com.helger.phase4.crypto.AbstractAS4CryptoFactory
 
getCertificate() - Method in class com.helger.phase4.crypto.AS4CryptParams
 
getCharset() - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment
 
getCharset() - Method in interface com.helger.phase4.attachment.IAS4Attachment
 
getCharsetOrDefault(Charset) - Method in interface com.helger.phase4.attachment.IAS4Attachment
Get the specified character set or the provided default value.
getCharsetOrDefault(Charset) - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
getClone() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
getClone() - Method in class com.helger.phase4.crypto.AS4CryptParams
 
getClone() - Method in class com.helger.phase4.crypto.AS4SigningParams
 
getClone() - Method in class com.helger.phase4.model.pmode.leg.PModeAddressList
 
getCode() - Method in class com.helger.phase4.soap12.Soap12Fault
Gets the value of the code property.
getCodeValue() - Method in class com.helger.phase4.soap12.Soap12Fault
Get the value of the contained Soap12Faultcode object
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
getCollaborationIdentifier() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Gets the value of the collaborationIdentifier property.
getCollaborationInfo() - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Gets the value of the collaborationInfo property.
getCompressedAttachmentIDs() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getCompressedAttachmentIDs() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getCompressionMode() - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment
 
getCompressionMode() - Method in interface com.helger.phase4.attachment.IAS4Attachment
 
getCompressionMode() - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
getCompressionMode() - Method in class com.helger.phase4.model.pmode.PModePayloadService
 
getCompressionModeID() - Method in class com.helger.phase4.model.pmode.PModePayloadService
 
getCompressStream(OutputStream) - Method in enum com.helger.phase4.attachment.EAS4CompressionMode
Get an OutputStream to compress the provided OutputStream.
getConfig() - Static method in class com.helger.phase4.config.AS4Configuration
 
getContent() - Method in class com.helger.phase4.http.HttpMimeMessageEntity
 
getContentID() - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment
 
getContentLength() - Method in class com.helger.phase4.http.HttpMimeMessageEntity
 
getContentTransferEncoding() - Method in interface com.helger.phase4.attachment.IAS4Attachment
 
getContentTransferEncoding() - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
getConversationId() - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Gets the value of the conversationId property.
getConversationID() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
getCrypto(ECryptoMode) - Method in class com.helger.phase4.crypto.AS4CryptoFactoryInMemoryKeyStore
Lazily create a Crypto instance using the key store and trust store from the constructor.
getCrypto(ECryptoMode) - Method in class com.helger.phase4.crypto.AS4CryptoFactoryProperties
Lazily create a Crypto instance using the properties from AS4CryptoFactoryProperties.cryptoProperties().
getCrypto(ECryptoMode) - Method in interface com.helger.phase4.crypto.IAS4CryptoFactory
 
getCryptoFactoryCryptSupplier() - Method in class com.helger.phase4.servlet.AS4XServletHandler
 
getCryptoFactorySignSupplier() - Method in class com.helger.phase4.servlet.AS4XServletHandler
 
getCryptoFactorySupplier() - Method in class com.helger.phase4.servlet.AS4XServletHandler
Deprecated, for removal: This API element is subject to removal in a future version.
getCryptoProvider() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
getCryptParams() - Method in class com.helger.phase4.crypto.AS4IncomingSecurityConfiguration
 
getCryptParams() - Method in interface com.helger.phase4.crypto.IAS4IncomingSecurityConfiguration
 
getCryptParamsCloneOrNew() - Method in interface com.helger.phase4.crypto.IAS4IncomingSecurityConfiguration
 
getCurrentDate() - Method in interface com.helger.phase4.mgr.IAS4TimestampManager
 
getCurrentDateTime() - Method in interface com.helger.phase4.mgr.IAS4TimestampManager
 
getCurrentTime() - Method in interface com.helger.phase4.mgr.IAS4TimestampManager
 
getCurrentXMLDateTime() - Method in interface com.helger.phase4.mgr.IAS4TimestampManager
 
getCustomAS4ProfileID() - Static method in class com.helger.phase4.servlet.mgr.AS4ProfileSelector
 
getCustomHeaders() - Method in class com.helger.phase4.client.AS4ClientBuiltMessage
 
getCustomMessageIDSuffix() - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
getData(ActivationDataFlavor, DataSource) - Method in class com.helger.phase4.messaging.mime.DataContentHandlerSoap12
 
getDataBytes() - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment
 
getDataFile() - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment
 
getDataFlavors() - Method in class com.helger.phase4.messaging.mime.DataContentHandlerSoap12
 
getDataPath() - Static method in class com.helger.phase4.config.AS4Configuration
 
getDataType() - Method in class com.helger.phase4.model.pmode.leg.PModeProperty
 
getDateTime() - Method in class com.helger.phase4.duplicate.AS4DuplicateItem
 
getDateTime() - Method in interface com.helger.phase4.duplicate.IAS4DuplicateItem
 
getDebugXMLWriterSettings() - Static method in class com.helger.phase4.http.AS4HttpDebug
 
getDecompressStream(InputStream) - Method in enum com.helger.phase4.attachment.EAS4CompressionMode
Get an InputStream to decompress the provided InputStream.
getDecryptedAttachments() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getDecryptedAttachments() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getDecryptedSoapDocument() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getDecryptedSoapDocument() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getDecryptParameterModifier() - Method in class com.helger.phase4.crypto.AS4IncomingSecurityConfiguration
 
getDecryptParameterModifier() - Method in interface com.helger.phase4.crypto.IAS4IncomingSecurityConfiguration
 
getDefaultInstance() - Static method in class com.helger.phase4.crypto.AS4CryptoFactoryProperties
 
getDefaultProfile() - Method in class com.helger.phase4.profile.AS4ProfileManager
 
getDefaultProfile() - Method in interface com.helger.phase4.profile.IAS4ProfileManager
 
getDefaultProfileOrNull() - Method in class com.helger.phase4.profile.AS4ProfileManager
 
getDefaultProfileOrNull() - Method in interface com.helger.phase4.profile.IAS4ProfileManager
 
getDescription() - Method in class com.helger.phase4.ebms3header.Ebms3Error
Gets the value of the description property.
getDescription() - Method in class com.helger.phase4.ebms3header.Ebms3PartInfo
Gets the value of the description property.
getDescription() - Method in class com.helger.phase4.error.EbmsError
 
getDescription() - Method in enum com.helger.phase4.error.EEbmsError
 
getDescription() - Method in interface com.helger.phase4.error.IEbmsError
Gets the value of the description property.
getDescription() - Method in class com.helger.phase4.model.pmode.leg.PModeProperty
The PMode property description.
getDescriptionValue() - Method in class com.helger.phase4.ebms3header.Ebms3Error
Get the value of the contained Ebms3Description object
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
getDescriptionValue() - Method in class com.helger.phase4.ebms3header.Ebms3PartInfo
Get the value of the contained Ebms3Description object
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
getDetail() - Method in class com.helger.phase4.soap11.Soap11Fault
Gets the value of the detail property.
getDetail() - Method in class com.helger.phase4.soap12.Soap12Fault
Gets the value of the detail property.
getDigestAlgorithm() - Method in class com.helger.phase4.crypto.AS4CryptParams
 
getDisplayName() - Method in enum com.helger.phase4.error.EEbmsErrorCategory
 
getDisplayName() - Method in enum com.helger.phase4.messaging.domain.EAS4MessageType
 
getDisplayName() - Method in class com.helger.phase4.profile.AS4Profile
 
getDisplayText(Locale) - Method in enum com.helger.phase4.error.EEbmsErrorText
 
getDumpBasePath() - Static method in class com.helger.phase4.config.AS4Configuration
 
getDumpBasePathFile() - Static method in class com.helger.phase4.config.AS4Configuration
 
getDurationBeforeRetry() - Method in class com.helger.phase4.http.HttpRetrySettings
 
getEbms3SignalMessage() - Method in class com.helger.phase4.messaging.domain.AS4ErrorMessage
 
getEbms3SignalMessage() - Method in class com.helger.phase4.messaging.domain.AS4PullRequestMessage
 
getEbms3SignalMessage() - Method in class com.helger.phase4.messaging.domain.AS4ReceiptMessage
 
getEbms3UserMessage() - Method in class com.helger.phase4.client.AS4ClientReceiptMessage
 
getEbms3UserMessage() - Method in class com.helger.phase4.messaging.domain.AS4UserMessage
 
getEbmsError() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getEbmsPullRequest() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getEbmsReceipt() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getEbmsSignalMessage() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getEbmsUserMessage() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getEffectivePModeLeg() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getEffectivePModeLeg() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getEffectivePModeLegNumber() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getEffectivePModeLegNumber() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getError() - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Gets the value of the error property.
getErrorAtIndex(int) - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-list-extension
getErrorCode() - Method in class com.helger.phase4.ebms3header.Ebms3Error
Gets the value of the errorCode property.
getErrorCode() - Method in class com.helger.phase4.error.EbmsError
 
getErrorCode() - Method in enum com.helger.phase4.error.EEbmsError
 
getErrorCode() - Method in interface com.helger.phase4.error.IEbmsError
Gets the value of the errorCode property.
getErrorConsumer() - Method in class com.helger.phase4.servlet.AS4RequestHandler
 
getErrorCount() - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-list-extension
getErrorDetail() - Method in class com.helger.phase4.ebms3header.Ebms3Error
Gets the value of the errorDetail property.
getErrorDetail() - Method in interface com.helger.phase4.error.IEbmsError
Deprecated, for removal: This API element is subject to removal in a future version.
getErrorHandling() - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
getErrorLevel() - Method in enum com.helger.phase4.error.EEbmsErrorSeverity
 
getErrorMessage() - Method in class com.helger.phase4.servlet.spi.AS4MessageProcessorResult
Deprecated, for removal: This API element is subject to removal in a future version.
getExceptionMessage() - Method in class com.helger.phase4.ebms3header.Exception
Gets the value of the exceptionMessage property.
getExceptionType() - Method in class com.helger.phase4.ebms3header.Exception
Gets the value of the exceptionType property.
getFactory() - Static method in class com.helger.phase4.mgr.MetaAS4Manager
 
getFaultactor() - Method in class com.helger.phase4.soap11.Soap11Fault
Gets the value of the faultactor property.
getFaultcode() - Method in class com.helger.phase4.soap11.Soap11Fault
Gets the value of the faultcode property.
getFaultstring() - Method in class com.helger.phase4.soap11.Soap11Fault
Gets the value of the faultstring property.
getFile(EAS4MessageMode, String, int) - Method in interface com.helger.phase4.dump.AS4OutgoingDumperFileBased.IFileProvider
Get the File to write the dump to.
getFileExtension() - Method in enum com.helger.phase4.attachment.EAS4CompressionMode
 
getFilename() - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment
 
getFilename(IAS4IncomingMessageMetadata) - Static method in interface com.helger.phase4.dump.AS4IncomingDumperFileBased.IFileProvider
 
getFilename(String) - Static method in interface com.helger.phase4.dump.AS4RawResponseConsumerWriteToFile.IFileProvider
 
getFilename(String, int) - Static method in interface com.helger.phase4.dump.AS4OutgoingDumperFileBased.IFileProvider
 
getFileOpenCallback() - Method in class com.helger.phase4.dump.AS4RawResponseConsumerWriteToFile
 
getFileOperationManager() - Static method in class com.helger.phase4.util.AS4IOHelper
 
getFileProvider() - Method in class com.helger.phase4.dump.AS4OutgoingDumperFileBased
 
getFrom() - Method in class com.helger.phase4.ebms3header.Ebms3PartyInfo
Gets the value of the from property.
getFromErrorCodeOrNull(String) - Static method in enum com.helger.phase4.error.EEbmsError
 
getFromErrorLevelOrNull(IErrorLevel) - Static method in enum com.helger.phase4.error.EEbmsErrorSeverity
 
getFromIDOrDefault(String, ECryptoAlgorithmC14N) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmC14N
 
getFromIDOrDefault(String, ECryptoAlgorithmCrypt) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
 
getFromIDOrDefault(String, ECryptoAlgorithmSign) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
getFromIDOrDefault(String, ECryptoAlgorithmSignDigest) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmSignDigest
 
getFromIDOrDefault(String, ECryptoKeyEncryptionAlgorithm) - Static method in enum com.helger.phase4.crypto.ECryptoKeyEncryptionAlgorithm
 
getFromIDOrDefault(String, ECryptoKeyIdentifierType) - Static method in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
 
getFromIDOrNull(String) - Static method in enum com.helger.phase4.attachment.EAS4CompressionMode
 
getFromIDOrNull(String) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmC14N
 
getFromIDOrNull(String) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
 
getFromIDOrNull(String) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
getFromIDOrNull(String) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmSignDigest
 
getFromIDOrNull(String) - Static method in enum com.helger.phase4.crypto.ECryptoKeyEncryptionAlgorithm
 
getFromIDOrNull(String) - Static method in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
 
getFromIDOrNull(String) - Static method in enum com.helger.phase4.messaging.domain.EAS4MessageType
 
getFromIDOrNull(String) - Static method in enum com.helger.phase4.messaging.EAS4MessageMode
 
getFromIDOrNull(String) - Static method in enum com.helger.phase4.model.EMEP
 
getFromIDOrNull(String) - Static method in enum com.helger.phase4.model.EMEPBinding
 
getFromIDOrNull(String) - Static method in enum com.helger.phase4.model.pmode.leg.EPModeSendReceiptReplyPattern
 
getFromIDOrNull(String) - Static method in enum com.helger.phase4.sender.AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult
 
getFromIDOrThrow(String) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmC14N
 
getFromIDOrThrow(String) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
 
getFromIDOrThrow(String) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
getFromIDOrThrow(String) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmSignDigest
 
getFromIDOrThrow(String) - Static method in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
 
getFromIErrorOrNull(IError) - Static method in enum com.helger.phase4.error.EEbmsError
 
getFromMimeTypeOrNull(IMimeType) - Static method in enum com.helger.phase4.soap.ESoapVersion
 
getFromMimeTypeStringOrNull(String) - Static method in enum com.helger.phase4.attachment.EAS4CompressionMode
 
getFromNamespaceURIOrNull(String) - Static method in enum com.helger.phase4.soap.ESoapVersion
 
getFromPartyID() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
getFromPartyIDType() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
getFromPartyInfo() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Gets the value of the fromPartyInfo property.
getFromPartyInfoValue() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Get the value of the contained EbbpSigPartyInfoType object
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
getFromRole() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
getFromRole() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Gets the value of the fromRole property.
getFromTypeIDOrNull(int) - Static method in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
 
getFromURIOrNull(String) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmC14N
 
getFromURIOrNull(String) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
getFromURIOrNull(String) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmSignDigest
 
getFromURIOrNull(String) - Static method in enum com.helger.phase4.model.EMEP
 
getFromURIOrNull(String) - Static method in enum com.helger.phase4.model.EMEPBinding
 
getFromVersionOrDefault(String, ESoapVersion) - Static method in enum com.helger.phase4.soap.ESoapVersion
 
getFromVersionOrDefault(String, EWSSVersion) - Static method in enum com.helger.phase4.wss.EWSSVersion
 
getFromVersionOrNull(String) - Static method in enum com.helger.phase4.soap.ESoapVersion
 
getFromVersionOrNull(String) - Static method in enum com.helger.phase4.wss.EWSSVersion
 
getGeneralException() - Method in class com.helger.phase4.ebms3header.Exception.ExceptionType
Gets the value of the generalException property.
getHandlerCustomizer() - Method in class com.helger.phase4.servlet.AS4XServletHandler
 
getHeader() - Method in class com.helger.phase4.soap11.Soap11Envelope
Gets the value of the header property.
getHeader() - Method in class com.helger.phase4.soap12.Soap12Envelope
Gets the value of the header property.
getHeaderElementName() - Method in enum com.helger.phase4.soap.ESoapVersion
 
getHeaderElementProcessor(QName) - Method in class com.helger.phase4.servlet.soap.SOAPHeaderElementProcessorRegistry
 
getHref() - Method in class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
Gets the value of the href property.
getHref() - Method in class com.helger.phase4.ebms3header.EbbpSigRoleType
Gets the value of the href property.
getHref() - Method in class com.helger.phase4.ebms3header.Ebms3PartInfo
Gets the value of the href property.
getHttpClientFactory() - Method in class com.helger.phase4.http.BasicHttpPoster
 
getHttpClientFactory() - Method in interface com.helger.phase4.http.IHttpPoster
 
getHttpCustomizer() - Method in class com.helger.phase4.http.BasicHttpPoster
 
getHttpCustomizer() - Method in interface com.helger.phase4.http.IHttpPoster
 
getHttpEntity() - Method in class com.helger.phase4.client.AS4ClientBuiltMessage
 
getHttpPoster() - Method in class com.helger.phase4.client.AbstractAS4Client
 
getId() - Method in interface com.helger.phase4.attachment.IAS4Attachment
 
getId() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Gets the value of the id property.
getID() - Method in enum com.helger.phase4.attachment.EAS4CompressionMode
 
getID() - Method in enum com.helger.phase4.crypto.ECryptoAlgorithmC14N
 
getID() - Method in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
 
getID() - Method in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
getID() - Method in enum com.helger.phase4.crypto.ECryptoAlgorithmSignDigest
 
getID() - Method in enum com.helger.phase4.crypto.ECryptoKeyEncryptionAlgorithm
 
getID() - Method in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
The String ID for usage in phase4.
getID() - Method in interface com.helger.phase4.crypto.ICryptoAlgorithmC14N
This is the internal algorithm ID for resolution.
getID() - Method in interface com.helger.phase4.crypto.ICryptoAlgorithmCrypt
This is the internal algorithm ID for resolution.
getID() - Method in interface com.helger.phase4.crypto.ICryptoAlgorithmSign
This is the internal algorithm ID for resolution.
getID() - Method in interface com.helger.phase4.crypto.ICryptoAlgorithmSignDigest
This is the internal digest algorithm ID for resolution.
getID() - Method in class com.helger.phase4.duplicate.AS4DuplicateItem
 
getID() - Method in enum com.helger.phase4.messaging.domain.EAS4MessageType
 
getID() - Method in enum com.helger.phase4.messaging.EAS4MessageMode
 
getID() - Method in enum com.helger.phase4.model.EMEP
 
getID() - Method in enum com.helger.phase4.model.EMEPBinding
 
getID() - Method in enum com.helger.phase4.model.pmode.leg.EPModeSendReceiptReplyPattern
 
getID() - Method in class com.helger.phase4.model.pmode.PModeParty
Either id-type:id-value or just id-value if not id-type is present.
getID() - Method in class com.helger.phase4.profile.AS4Profile
 
getID() - Method in enum com.helger.phase4.sender.AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult
 
getIDType() - Method in class com.helger.phase4.model.pmode.PModeParty
 
getIDValue() - Method in class com.helger.phase4.model.pmode.PModeParty
 
getImplementationClass() - Method in enum com.helger.phase4.marshaller.EEbms3DocumentType
Deprecated.
 
getImplementationClass() - Method in enum com.helger.phase4.marshaller.EXMLDSigDocumentType
Deprecated.
 
getIncomingAttachmentFactory() - Method in class com.helger.phase4.servlet.AS4XServletHandler
 
getIncomingDT() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
 
getIncomingDT() - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
 
getIncomingDumpAwareInputStream(IAS4IncomingDumper, InputStream, IAS4IncomingMessageMetadata, HttpHeaderMap, Wrapper<OutputStream>) - Static method in class com.helger.phase4.dump.AS4DumpManager
 
getIncomingDumper() - Static method in class com.helger.phase4.dump.AS4DumpManager
 
getIncomingDumper() - Method in class com.helger.phase4.servlet.AS4RequestHandler
 
getIncomingDuplicateDisposalMinutes() - Static method in class com.helger.phase4.config.AS4Configuration
 
getIncomingDuplicateMgr() - Static method in class com.helger.phase4.mgr.MetaAS4Manager
 
getIncomingMetadataAsJson(IAS4IncomingMessageMetadata) - Static method in class com.helger.phase4.messaging.AS4MessagingHelper
Convert an IAS4IncomingMessageMetadata structure to a JSON representation.
getIncomingProfileSelector() - Method in class com.helger.phase4.servlet.AS4RequestHandler
 
getIncomingSecurityConfiguration() - Method in class com.helger.phase4.servlet.AS4XServletHandler
 
getIncomingUniqueID() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
 
getIncomingUniqueID() - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
 
getIncreased(Duration, BigDecimal) - Static method in class com.helger.phase4.http.HttpRetrySettings
 
getInitiator() - Method in interface com.helger.phase4.model.pmode.IPMode
 
getInitiator() - Method in class com.helger.phase4.model.pmode.PMode
 
getInitiatorID() - Method in interface com.helger.phase4.model.pmode.IPMode
 
getInitiatorID() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getInitiatorID() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getInputStreamProvider() - Method in interface com.helger.phase4.attachment.IAS4Attachment
 
getInputStreamProvider() - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
getInstance() - Static method in class com.helger.phase4.marshaller.Ebms3NamespaceHandler
 
getInstance() - Static method in class com.helger.phase4.marshaller.Soap11NamespaceHandler
 
getInstance() - Static method in class com.helger.phase4.marshaller.Soap12NamespaceHandler
 
getInstance() - Static method in class com.helger.phase4.mgr.MetaAS4Manager
 
getInstance() - Static method in class com.helger.phase4.wss.WSSConfigManager
 
getInstanceVersion() - Method in class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
Gets the value of the instanceVersion property.
getItemOfMessageID(String) - Method in class com.helger.phase4.duplicate.AS4DuplicateManager
 
getItemOfMessageID(String) - Method in class com.helger.phase4.duplicate.AS4DuplicateManagerInMemory
 
getItemOfMessageID(String) - Method in interface com.helger.phase4.duplicate.IAS4DuplicateManager
Find the first item with the provided message ID.
getKeyAlias() - Method in class com.helger.phase4.crypto.AS4CryptoFactoryInMemoryKeyStore
 
getKeyAlias() - Method in class com.helger.phase4.crypto.AS4CryptoFactoryProperties
 
getKeyAlias() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
getKeyAlias() - Method in interface com.helger.phase4.crypto.IAS4CryptoFactory
 
getKeyEncAlgorithm() - Method in class com.helger.phase4.crypto.AS4CryptParams
 
getKeyIdentifierType() - Method in class com.helger.phase4.crypto.AS4CryptParams
 
getKeyIdentifierType() - Method in class com.helger.phase4.crypto.AS4SigningParams
 
getKeyPassword() - Method in class com.helger.phase4.crypto.AS4CryptoFactoryInMemoryKeyStore
Deprecated.
getKeyPassword() - Method in class com.helger.phase4.crypto.AS4CryptoFactoryProperties
Deprecated.
getKeyPassword() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
getKeyPassword() - Method in interface com.helger.phase4.crypto.IAS4CryptoFactory
Deprecated, for removal: This API element is subject to removal in a future version.
getKeyPasswordCharArray() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
getKeyPasswordPerAlias(String) - Method in class com.helger.phase4.crypto.AS4CryptoFactoryInMemoryKeyStore
 
getKeyPasswordPerAlias(String) - Method in class com.helger.phase4.crypto.AS4CryptoFactoryProperties
 
getKeyPasswordPerAlias(String) - Method in interface com.helger.phase4.crypto.IAS4CryptoFactory
Returns the password for the key represented by the provided alias.
getKeyStore() - Method in class com.helger.phase4.crypto.AS4CryptoFactoryInMemoryKeyStore
 
getKeyStore() - Method in class com.helger.phase4.crypto.AS4CryptoFactoryProperties
 
getKeyStore() - Method in interface com.helger.phase4.crypto.IAS4CryptoFactory
 
getKeyStorePassword() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
getKeyStorePath() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
getKeyStoreType() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
getLang() - Method in class com.helger.phase4.ebms3header.Ebms3Description
<?
getLang() - Method in class com.helger.phase4.soap12.Soap12Reasontext
<?
getLeg1() - Method in interface com.helger.phase4.model.pmode.IPMode
 
getLeg1() - Method in class com.helger.phase4.model.pmode.PMode
 
getLeg2() - Method in interface com.helger.phase4.model.pmode.IPMode
 
getLeg2() - Method in class com.helger.phase4.model.pmode.PMode
 
getLoadCACerts() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
getLocale() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getLocale() - Method in class com.helger.phase4.servlet.AS4RequestHandler
 
getLocale() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getLocalName() - Method in enum com.helger.phase4.marshaller.EEbms3DocumentType
Deprecated.
 
getLocalName() - Method in enum com.helger.phase4.marshaller.EXMLDSigDocumentType
Deprecated.
 
getLocation() - Method in class com.helger.phase4.ebms3header.Ebms3Schema
Gets the value of the location property.
getMaxRetries() - Method in class com.helger.phase4.http.HttpRetrySettings
 
getMaxRetries() - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
getMaxSizeKB() - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
 
getMEP() - Method in interface com.helger.phase4.model.pmode.IPMode
 
getMEP() - Method in class com.helger.phase4.model.pmode.PMode
 
getMEPBinding() - Method in interface com.helger.phase4.model.pmode.IPMode
 
getMEPBinding() - Method in class com.helger.phase4.model.pmode.PMode
 
getMEPBindingID() - Method in interface com.helger.phase4.model.pmode.IPMode
 
getMEPID() - Method in interface com.helger.phase4.model.pmode.IPMode
 
getMessageCount() - Method in enum com.helger.phase4.model.EMEP
 
getMessageId() - Method in class com.helger.phase4.ebms3header.Ebms3MessageInfo
Gets the value of the messageId property.
getMessageID() - Method in class com.helger.phase4.client.AS4ClientBuiltMessage
 
getMessageID() - Method in class com.helger.phase4.client.AS4ClientSentMessage
 
getMessageID() - Method in class com.helger.phase4.duplicate.AS4DuplicateItem
 
getMessageID() - Method in interface com.helger.phase4.duplicate.IAS4DuplicateItem
 
getMessageID() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getMessageID() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getMessageIDFactory() - Method in class com.helger.phase4.client.AbstractAS4Client
 
getMessageInfo() - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Gets the value of the messageInfo property.
getMessageInfo() - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Gets the value of the messageInfo property.
getMessagePartIdentifier() - Method in class com.helger.phase4.ebms3header.MessagePartNRInformation
Gets the value of the messagePartIdentifier property.
getMessagePartNRInformation() - Method in class com.helger.phase4.ebms3header.NonRepudiationInformation
Gets the value of the messagePartNRInformation property.
getMessagePartNRInformationAtIndex(int) - Method in class com.helger.phase4.ebms3header.NonRepudiationInformation
Created by ph-jaxb-plugin -Xph-list-extension
getMessagePartNRInformationCount() - Method in class com.helger.phase4.ebms3header.NonRepudiationInformation
Created by ph-jaxb-plugin -Xph-list-extension
getMessageProperties() - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Gets the value of the messageProperties property.
getMessageTimestamp() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getMessageTimestamp() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getMessageType() - Method in class com.helger.phase4.client.AbstractAS4Client
 
getMessageType() - Method in class com.helger.phase4.messaging.domain.AbstractAS4Message
 
getMessageType() - Method in interface com.helger.phase4.messaging.domain.IAS4Message
 
getMessaging() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getMessaging() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getMessagingID() - Method in class com.helger.phase4.messaging.domain.AbstractAS4Message
 
getMessagingID() - Method in interface com.helger.phase4.messaging.domain.IAS4Message
 
getMGFAlgorithm() - Method in class com.helger.phase4.crypto.AS4CryptParams
 
getMimeMessage() - Method in class com.helger.phase4.http.HttpMimeMessageEntity
 
getMimeType() - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment
 
getMimeType() - Method in enum com.helger.phase4.attachment.EAS4CompressionMode
 
getMimeType() - Method in interface com.helger.phase4.attachment.IAS4Attachment
 
getMimeType() - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
 
getMimeType() - Method in enum com.helger.phase4.soap.ESoapVersion
 
getMimeType(Charset) - Method in enum com.helger.phase4.soap.ESoapVersion
Get the mime type of this SOAP version with the passed charset.
getMimeTypeAsString() - Method in enum com.helger.phase4.attachment.EAS4CompressionMode
 
getMode() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
 
getMode() - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
 
getMpc() - Method in class com.helger.phase4.ebms3header.Ebms3PullRequest
Gets the value of the mpc property.
getMpc() - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Gets the value of the mpc property.
getMPC() - Method in class com.helger.phase4.client.AS4ClientPullRequestMessage
 
getMPC() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getMPC() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getMPCID() - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
getMPCMgr() - Static method in class com.helger.phase4.mgr.MetaAS4Manager
 
getMPCOfID(String) - Method in interface com.helger.phase4.model.mpc.IMPCManager
Get the MPC with the specified ID.
getMPCOfID(String) - Method in class com.helger.phase4.model.mpc.MPCManager
 
getMPCOfID(String) - Method in class com.helger.phase4.model.mpc.MPCManagerInMemory
 
getMPCOrDefaultOfID(String) - Method in interface com.helger.phase4.model.mpc.IMPCManager
Get the MPC with the specified ID, or the default MPC.
getMustUnderstandValue(boolean) - Method in enum com.helger.phase4.soap.ESoapVersion
Get the must understand value contained in SOAP instances of this version.
getName() - Method in class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
Gets the value of the name property.
getName() - Method in class com.helger.phase4.ebms3header.EbbpSigRoleType
Gets the value of the name property.
getName() - Method in class com.helger.phase4.ebms3header.Ebms3Property
Gets the value of the name property.
getName() - Method in class com.helger.phase4.model.MessageProperty
 
getName() - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
The PMode payload profile name.
getName() - Method in class com.helger.phase4.model.pmode.leg.PModeProperty
The PMode property name.
getNamespace() - Method in class com.helger.phase4.ebms3header.Ebms3Schema
Gets the value of the namespace property.
getNamespacePrefix() - Method in enum com.helger.phase4.soap.ESoapVersion
 
getNamespacePrefix() - Method in enum com.helger.phase4.wss.EWSSVersion
 
getNamespaceURI() - Method in enum com.helger.phase4.marshaller.EEbms3DocumentType
Deprecated.
 
getNamespaceURI() - Method in enum com.helger.phase4.marshaller.EXMLDSigDocumentType
Deprecated.
 
getNamespaceURI() - Method in enum com.helger.phase4.soap.ESoapVersion
 
getNamespaceURI() - Method in enum com.helger.phase4.wss.EWSSVersion
 
getNode() - Method in class com.helger.phase4.servlet.soap.AS4SingleSOAPHeader
 
getNode() - Method in class com.helger.phase4.soap12.Soap12Fault
Gets the value of the node property.
getNonRepudiationInformation() - Method in class com.helger.phase4.ebms3header.ReceiptAcknowledgement
Gets the value of the nonRepudiationInformation property.
getObjectType() - Method in class com.helger.phase4.model.mpc.MPC
 
getObjectType() - Method in class com.helger.phase4.model.pmode.PMode
 
getOID() - Method in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
 
getOID() - Method in interface com.helger.phase4.crypto.ICryptoAlgorithmCrypt
 
getOrCreateDefaultPMode(String, String, String, boolean) - Static method in class com.helger.phase4.model.pmode.DefaultPMode
 
getOrCreatePMode(String, String, String) - Method in interface com.helger.phase4.profile.IAS4ProfilePModeProvider
Get an existing or create a new PMode.
getOrigin() - Method in class com.helger.phase4.ebms3header.Ebms3Error
Gets the value of the origin property.
getOriginalAttachments() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getOriginalAttachments() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getOriginalDocumentIdentifier() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Gets the value of the originalDocumentIdentifier property.
getOriginalMessageDateTime() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Gets the value of the originalMessageDateTime property.
getOriginalMessageDateTimeLocal() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Created by ph-jaxb-plugin -Xph-offset-dt-extension
getOriginalMessageIdentifier() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Gets the value of the originalMessageIdentifier property.
getOriginalSoapDocument() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getOriginalSoapDocument() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getOtherAttributes() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.helger.phase4.ebms3header.Ebms3PullRequest
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.helger.phase4.soap11.Soap11Body
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.helger.phase4.soap11.Soap11Detail
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.helger.phase4.soap11.Soap11Envelope
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.helger.phase4.soap11.Soap11Header
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.helger.phase4.soap12.Soap12Body
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.helger.phase4.soap12.Soap12Detail
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.helger.phase4.soap12.Soap12Envelope
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.helger.phase4.soap12.Soap12Header
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOutgoingDumper() - Static method in class com.helger.phase4.dump.AS4DumpManager
 
getOutgoingDumper() - Method in class com.helger.phase4.servlet.AS4RequestHandler
 
getOutputStream() - Method in class com.helger.phase4.dump.AS4IncomingDumperSingleUse
 
getOutputStream() - Method in class com.helger.phase4.dump.AS4OutgoingDumperSingleUse
 
getPartInfo() - Method in class com.helger.phase4.ebms3header.Ebms3PayloadInfo
Gets the value of the partInfo property.
getPartInfoAtIndex(int) - Method in class com.helger.phase4.ebms3header.Ebms3PayloadInfo
Created by ph-jaxb-plugin -Xph-list-extension
getPartInfoCount() - Method in class com.helger.phase4.ebms3header.Ebms3PayloadInfo
Created by ph-jaxb-plugin -Xph-list-extension
getPartProperties() - Method in class com.helger.phase4.ebms3header.Ebms3PartInfo
Gets the value of the partProperties property.
getPartyId() - Method in class com.helger.phase4.ebms3header.Ebms3From
Gets the value of the partyId property.
getPartyId() - Method in class com.helger.phase4.ebms3header.Ebms3To
Gets the value of the partyId property.
getPartyIdAtIndex(int) - Method in class com.helger.phase4.ebms3header.Ebms3From
Created by ph-jaxb-plugin -Xph-list-extension
getPartyIdAtIndex(int) - Method in class com.helger.phase4.ebms3header.Ebms3To
Created by ph-jaxb-plugin -Xph-list-extension
getPartyIdCount() - Method in class com.helger.phase4.ebms3header.Ebms3From
Created by ph-jaxb-plugin -Xph-list-extension
getPartyIdCount() - Method in class com.helger.phase4.ebms3header.Ebms3To
Created by ph-jaxb-plugin -Xph-list-extension
getPartyInfo() - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Gets the value of the partyInfo property.
getPassword() - Method in class com.helger.phase4.model.pmode.PModeParty
 
getPayload() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
getPayloadInfo() - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Gets the value of the payloadInfo property.
getPayloadProfileMaxKB() - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
getPayloadService() - Method in interface com.helger.phase4.model.pmode.IPMode
 
getPayloadService() - Method in class com.helger.phase4.model.pmode.PMode
 
getPmode() - Method in class com.helger.phase4.ebms3header.Ebms3AgreementRef
Gets the value of the pmode property.
getPMode() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
getPMode() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getPMode() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getPModeFilter(String, PModeParty, PModeParty) - Static method in interface com.helger.phase4.model.pmode.IPModeManager
Get a predicate that matches a PMode by ID, initiator and responder.
getPModeID() - Method in class com.helger.phase4.duplicate.AS4DuplicateItem
 
getPModeID() - Method in interface com.helger.phase4.duplicate.IAS4DuplicateItem
 
getPModeID(PModeParty, PModeParty) - Method in interface com.helger.phase4.model.pmode.IPModeIDProvider
Create a PMode ID from initiator and responder.
getPModeIDFactory() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
getPModeIDProvider() - Method in class com.helger.phase4.profile.AS4Profile
 
getPModeIDProvider() - Method in interface com.helger.phase4.profile.IAS4Profile
 
getPModeMgr() - Static method in class com.helger.phase4.mgr.MetaAS4Manager
 
getPModeOfID(String) - Method in interface com.helger.phase4.model.pmode.IPModeManager
Find the PMode with the provided ID
getPModeOfID(String) - Method in class com.helger.phase4.model.pmode.PModeManager
 
getPModeOfID(String) - Method in class com.helger.phase4.model.pmode.PModeManagerInMemory
 
getPModeOfID(String, String, String, String, String, String, String) - Method in class com.helger.phase4.model.pmode.resolve.DefaultPModeResolver
 
getPModeOfID(String, String, String, String, String, String, String) - Method in interface com.helger.phase4.model.pmode.resolve.IPModeResolver
Get the PMode of the passed ID.
getPModeOfServiceAndAction(String, String) - Method in interface com.helger.phase4.model.pmode.IPModeManager
Find the first PMode that has the provided service and action.
getPModeResolver() - Method in class com.helger.phase4.servlet.AS4XServletHandler
 
getPrivateKeyEntry() - Method in class com.helger.phase4.crypto.AbstractAS4CryptoFactory
 
getPrivateKeyEntry() - Method in interface com.helger.phase4.crypto.IAS4CryptoFactory
 
getProcessorSupplier() - Method in class com.helger.phase4.servlet.AS4RequestHandler
 
getProcessSpecificationInfo() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Gets the value of the processSpecificationInfo property.
getProfileCount() - Method in class com.helger.phase4.profile.AS4ProfileManager
 
getProfileID() - Method in class com.helger.phase4.duplicate.AS4DuplicateItem
 
getProfileID() - Method in interface com.helger.phase4.duplicate.IAS4DuplicateItem
 
getProfileID() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getProfileMgr() - Static method in class com.helger.phase4.mgr.MetaAS4Manager
 
getProfileOfID(String) - Method in class com.helger.phase4.profile.AS4ProfileManager
 
getProfileOfID(String) - Method in interface com.helger.phase4.profile.IAS4ProfileManager
Find an existing profile with a certain ID.
getProperty() - Method in class com.helger.phase4.ebms3header.Ebms3MessageProperties
Gets the value of the property property.
getProperty() - Method in class com.helger.phase4.ebms3header.Ebms3PartProperties
Gets the value of the property property.
getPropertyAtIndex(int) - Method in class com.helger.phase4.ebms3header.Ebms3MessageProperties
Created by ph-jaxb-plugin -Xph-list-extension
getPropertyAtIndex(int) - Method in class com.helger.phase4.ebms3header.Ebms3PartProperties
Created by ph-jaxb-plugin -Xph-list-extension
getPropertyCount() - Method in class com.helger.phase4.ebms3header.Ebms3MessageProperties
Created by ph-jaxb-plugin -Xph-list-extension
getPropertyCount() - Method in class com.helger.phase4.ebms3header.Ebms3PartProperties
Created by ph-jaxb-plugin -Xph-list-extension
getProtocol() - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
getPullRequest() - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Gets the value of the pullRequest property.
getPullReturnUserMessage() - Method in class com.helger.phase4.servlet.spi.AS4SignalMessageProcessorResult
 
getQname() - Method in class com.helger.phase4.soap12.Soap12NotUnderstoodType
Gets the value of the qname property.
getQname() - Method in class com.helger.phase4.soap12.Soap12SupportedEnvType
Gets the value of the qname property.
getQName() - Method in class com.helger.phase4.servlet.soap.AS4SingleSOAPHeader
 
getReason() - Method in class com.helger.phase4.ebms3header.Exception
Gets the value of the reason property.
getReason() - Method in class com.helger.phase4.soap12.Soap12Fault
Gets the value of the reason property.
getReceipt() - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Gets the value of the receipt property.
getReceiptDT() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getReceiptDT() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getReceiptException() - Method in class com.helger.phase4.ebms3header.Exception.ExceptionType
Gets the value of the receiptException property.
getReceptionAwareness() - Method in interface com.helger.phase4.model.pmode.IPMode
 
getReceptionAwareness() - Method in class com.helger.phase4.model.pmode.PMode
 
getReference() - Method in class com.helger.phase4.ebms3header.MessagePartNRInformation
Gets the value of the reference property.
getRefToMessageId() - Method in class com.helger.phase4.ebms3header.Ebms3MessageInfo
Gets the value of the refToMessageId property.
getRefToMessageID() - Method in class com.helger.phase4.client.AbstractAS4Client
 
getRefToMessageID() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getRefToMessageID() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getRefToMessageInError() - Method in class com.helger.phase4.ebms3header.Ebms3Error
Gets the value of the refToMessageInError property.
getReliability() - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
getRemoteAddr() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
getRemoteAddr() - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
 
getRemoteHost() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
Returns the fully qualified name of the client or the last proxy that sent the request.
getRemoteHost() - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
 
getRemotePort() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemotePort() - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
 
getRemoteUser() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRemoteUser() - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
 
getReportReceiverErrorsTo() - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
getReportSenderErrorsTo() - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
getRequestMessageID() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
 
getRequestMessageID() - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
 
getRequiredLegs() - Method in enum com.helger.phase4.model.EMEPBinding
 
getResHelper() - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
getResourceHelper() - Method in class com.helger.phase4.attachment.WSS4JAttachmentCallbackHandler
 
getResourceHelper() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getResourceHelper() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getResponder() - Method in interface com.helger.phase4.model.pmode.IPMode
 
getResponder() - Method in class com.helger.phase4.model.pmode.PMode
 
getResponderID() - Method in interface com.helger.phase4.model.pmode.IPMode
 
getResponderID() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getResponderID() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getResponse() - Method in class com.helger.phase4.client.AS4ClientSentMessage
 
getResponseHeaders() - Method in class com.helger.phase4.client.AS4ClientSentMessage
 
getResponseStatusLine() - Method in class com.helger.phase4.client.AS4ClientSentMessage
 
getRetryCallback() - Method in class com.helger.phase4.servlet.AS4RequestHandler
 
getRetryIncreaseFactor() - Method in class com.helger.phase4.http.HttpRetrySettings
 
getRetryIntervalMS() - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
getRole() - Method in class com.helger.phase4.ebms3header.Ebms3From
Gets the value of the role property.
getRole() - Method in class com.helger.phase4.ebms3header.Ebms3To
Gets the value of the role property.
getRole() - Method in class com.helger.phase4.model.pmode.PModeParty
 
getRole() - Method in class com.helger.phase4.soap12.Soap12Fault
Gets the value of the role property.
getSchema() - Method in class com.helger.phase4.ebms3header.Ebms3PartInfo
Gets the value of the schema property.
getSchema() - Method in enum com.helger.phase4.marshaller.EEbms3DocumentType
Deprecated.
 
getSchema() - Method in enum com.helger.phase4.marshaller.EXMLDSigDocumentType
Deprecated.
 
getSecurity() - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
getSecurityProviderDecrypt() - Method in class com.helger.phase4.crypto.AS4CryptParams
Note: this is currently not used by WSS4J
getSecurityProviderEncrypt() - Method in class com.helger.phase4.crypto.AS4CryptParams
Note: this is currently not used by WSS4J
getSecurityProviderSign() - Method in class com.helger.phase4.crypto.AS4SigningParams
 
getSecurityProviderVerify() - Method in class com.helger.phase4.crypto.AS4SigningParams
 
getSendingDateTime() - Method in class com.helger.phase4.client.AbstractAS4Client
 
getSendingDateTimeOrNow() - Method in class com.helger.phase4.client.AbstractAS4Client
Deprecated, for removal: This API element is subject to removal in a future version.
getSendReceiptReplyPattern() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getSendReceiptReplyPatternID() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getSentDateTime() - Method in class com.helger.phase4.client.AS4ClientSentMessage
 
getService() - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Gets the value of the service property.
getService() - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
getServiceType() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
getServiceType() - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
getServiceValue() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
getServiceValue() - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Get the value of the contained Ebms3Service object
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
getSessionKey() - Method in interface com.helger.phase4.crypto.ICryptoSessionKeyProvider
Get or create a new symmetric session key.
getSessionKeyProvider() - Method in class com.helger.phase4.crypto.AS4CryptParams
 
getSeverity() - Method in class com.helger.phase4.ebms3header.Ebms3Error
Gets the value of the severity property.
getSeverity() - Method in class com.helger.phase4.error.EbmsError
 
getSeverity() - Method in enum com.helger.phase4.error.EEbmsError
 
getSeverity() - Method in enum com.helger.phase4.error.EEbmsErrorSeverity
 
getSeverity() - Method in interface com.helger.phase4.error.IEbmsError
Gets the value of the severity property.
getShortDescription() - Method in class com.helger.phase4.ebms3header.Ebms3Error
Gets the value of the shortDescription property.
getShortDescription() - Method in class com.helger.phase4.error.EbmsError
 
getShortDescription() - Method in enum com.helger.phase4.error.EEbmsError
 
getShortDescription() - Method in interface com.helger.phase4.error.IEbmsError
Gets the value of the shortDescription property.
getSignalMessage() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Gets the value of the signalMessage property.
getSignalMessageAtIndex(int) - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
getSignalMessageCount() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
getSignature() - Method in class com.helger.phase4.ebms3header.AcceptanceAcknowledgement
Gets the value of the signature property.
getSignature() - Method in class com.helger.phase4.ebms3header.ReceiptAcknowledgement
Gets the value of the signature property.
getSigningParams() - Method in class com.helger.phase4.crypto.AS4IncomingSecurityConfiguration
 
getSigningParams() - Method in interface com.helger.phase4.crypto.IAS4IncomingSecurityConfiguration
 
getSigningParamsCloneOrNew() - Method in interface com.helger.phase4.crypto.IAS4IncomingSecurityConfiguration
 
getSoapBodyPayloadNode() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getSoapBodyPayloadNode() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getSoapDocument() - Method in class com.helger.phase4.client.AS4ClientReceiptMessage
 
getSoapProcessingFinalizedCallback() - Method in class com.helger.phase4.servlet.AS4RequestHandler
 
getSoapVersion() - Method in class com.helger.phase4.client.AbstractAS4Client
 
getSoapVersion() - Method in class com.helger.phase4.messaging.domain.AbstractAS4Message
 
getSoapVersion() - Method in interface com.helger.phase4.messaging.domain.IAS4Message
 
getSoapVersion() - Method in class com.helger.phase4.model.pmode.leg.PModeLegProtocol
 
getSoapVersion() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getSoapVersion() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getSoapWSS4JException() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getSoapWSS4JException() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getSoapWSS4JSecurityActions() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getSoapWSS4JSecurityActions() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getSourceStream() - Method in interface com.helger.phase4.attachment.IAS4Attachment
Get the source stream of the attachment using the default resource helper.
getSourceStream() - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
getSourceStream(AS4ResourceHelper) - Method in interface com.helger.phase4.attachment.IAS4Attachment
Get the source stream of the attachment using the provided resource helper.
getSourceStream(AS4ResourceHelper) - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
getStubObject(IJsonObject) - Static method in class com.helger.phase4.model.pmode.PModeJsonConverter
 
getSubcode() - Method in class com.helger.phase4.soap12.Soap12Faultcode
Gets the value of the subcode property.
getSubcode() - Method in class com.helger.phase4.soap12.Soap12Subcode
Gets the value of the subcode property.
getSubcodeValue() - Method in class com.helger.phase4.soap12.Soap12Faultcode
Get the value of the contained Soap12Subcode object
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
getSubcodeValue() - Method in class com.helger.phase4.soap12.Soap12Subcode
Get the value of the contained Soap12Subcode object
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
getSupportedEnvelope() - Method in class com.helger.phase4.soap12.Soap12UpgradeType
Gets the value of the supportedEnvelope property.
getSupportedEnvelopeAtIndex(int) - Method in class com.helger.phase4.soap12.Soap12UpgradeType
Created by ph-jaxb-plugin -Xph-list-extension
getSupportedEnvelopeCount() - Method in class com.helger.phase4.soap12.Soap12UpgradeType
Created by ph-jaxb-plugin -Xph-list-extension
getTempDir() - Static method in class com.helger.phase4.util.AS4ResourceHelper
 
getText() - Method in class com.helger.phase4.soap12.Soap12Faultreason
Gets the value of the text property.
getTextAtIndex(int) - Method in class com.helger.phase4.soap12.Soap12Faultreason
Created by ph-jaxb-plugin -Xph-list-extension
getTextCount() - Method in class com.helger.phase4.soap12.Soap12Faultreason
Created by ph-jaxb-plugin -Xph-list-extension
getThisEndpointAddress() - Static method in class com.helger.phase4.config.AS4Configuration
 
getThisMessageDateTime() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Gets the value of the thisMessageDateTime property.
getThisMessageDateTimeLocal() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Created by ph-jaxb-plugin -Xph-offset-dt-extension
getTimestamp() - Method in class com.helger.phase4.ebms3header.Ebms3MessageInfo
Gets the value of the timestamp property.
getTimestampLocal() - Method in class com.helger.phase4.ebms3header.Ebms3MessageInfo
Created by ph-jaxb-plugin -Xph-offset-dt-extension
getTimestampMgr() - Static method in class com.helger.phase4.mgr.MetaAS4Manager
 
getTo() - Method in class com.helger.phase4.ebms3header.Ebms3PartyInfo
Gets the value of the to property.
getToPartyID() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
getToPartyIDType() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
getToPartyInfo() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Gets the value of the toPartyInfo property.
getToPartyInfoValue() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Get the value of the contained EbbpSigPartyInfoType object
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
getToRole() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
getToRole() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Gets the value of the toRole property.
getTriState(String, boolean) - Static method in class com.helger.phase4.model.pmode.AbstractPModeMicroTypeConverter
 
getTrustStore() - Method in class com.helger.phase4.crypto.AS4CryptoFactoryInMemoryKeyStore
 
getTrustStore() - Method in class com.helger.phase4.crypto.AS4CryptoFactoryProperties
 
getTrustStore() - Method in interface com.helger.phase4.crypto.IAS4CryptoFactory
 
getTrustStorePassword() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
getTrustStorePath() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
getTrustStoreProvider() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
getTrustStoreType() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
getType() - Method in class com.helger.phase4.ebms3header.EbbpSigPartyInfoType
Gets the value of the type property.
getType() - Method in class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
Gets the value of the type property.
getType() - Method in class com.helger.phase4.ebms3header.EbbpSigRoleType
Gets the value of the type property.
getType() - Method in class com.helger.phase4.ebms3header.Ebms3AgreementRef
Gets the value of the type property.
getType() - Method in class com.helger.phase4.ebms3header.Ebms3PartyId
Gets the value of the type property.
getType() - Method in class com.helger.phase4.ebms3header.Ebms3Property
Gets the value of the type property.
getType() - Method in class com.helger.phase4.ebms3header.Ebms3Service
Gets the value of the type property.
getType() - Method in class com.helger.phase4.model.MessageProperty
 
getTypeID() - Method in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
 
getUncompressedMimeType() - Method in interface com.helger.phase4.attachment.IAS4Attachment
 
getUncompressedMimeType() - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
getURI() - Method in enum com.helger.phase4.model.EMEP
 
getURI() - Method in enum com.helger.phase4.model.EMEPBinding
 
getUsedCertificate() - Method in class com.helger.phase4.servlet.AS4MessageState
 
getUsedCertificate() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
getUserMessage() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Gets the value of the userMessage property.
getUserMessageAtIndex(int) - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
getUserMessageCount() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
getUserName() - Method in class com.helger.phase4.model.pmode.PModeParty
 
getUsernameTokenPassword() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getUsernameTokenUsername() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getUuid() - Method in class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
Gets the value of the uuid property.
getValidator() - Method in class com.helger.phase4.profile.AS4Profile
 
getValidator() - Method in interface com.helger.phase4.profile.IAS4Profile
 
getValue() - Method in class com.helger.phase4.ebms3header.EbbpSigPartyInfoType
Gets the value of the value property.
getValue() - Method in class com.helger.phase4.ebms3header.Ebms3AgreementRef
Gets the value of the value property.
getValue() - Method in class com.helger.phase4.ebms3header.Ebms3Description
Gets the value of the value property.
getValue() - Method in class com.helger.phase4.ebms3header.Ebms3PartyId
Gets the value of the value property.
getValue() - Method in class com.helger.phase4.ebms3header.Ebms3Property
Gets the value of the value property.
getValue() - Method in class com.helger.phase4.ebms3header.Ebms3Service
Gets the value of the value property.
getValue() - Method in class com.helger.phase4.model.MessageProperty
 
getValue() - Method in class com.helger.phase4.soap12.Soap12Faultcode
Gets the value of the value property.
getValue() - Method in class com.helger.phase4.soap12.Soap12Reasontext
Gets the value of the value property.
getValue() - Method in class com.helger.phase4.soap12.Soap12Subcode
Gets the value of the value property.
getVersion() - Method in class com.helger.phase4.ebms3header.Ebms3Schema
Gets the value of the version property.
getVersion() - Method in enum com.helger.phase4.soap.ESoapVersion
 
getVersion() - Method in enum com.helger.phase4.wss.EWSSVersion
 
getWSSecEncryptCustomizer() - Method in class com.helger.phase4.crypto.AS4CryptParams
 
getWSSecSignatureCustomizer() - Method in class com.helger.phase4.crypto.AS4SigningParams
 
getWSSVersion() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getWSSVersionAsString() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getX509EncryptionAlgorithm() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getX509EncryptionAlgorithmID() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getX509EncryptionCertificate() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getX509EncryptionMinimumStrength() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getX509SignatureAlgorithm() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getX509SignatureAlgorithmID() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getX509SignatureCertificate() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getX509SignatureHashFunction() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getX509SignatureHashFunctionID() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
getXSDFilename() - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
 
GZIP - Enum constant in enum com.helger.phase4.attachment.EAS4CompressionMode
GZip compression mode

H

handle(HttpHeaderMap, Document, ESoapVersion, ICommonsList<WSS4JAttachment>) - Method in interface com.helger.phase4.servlet.AS4IncomingHandler.IAS4ParsedMessageCallback
Callback method
handle(Callback[]) - Method in class com.helger.phase4.attachment.WSS4JAttachmentCallbackHandler
 
handle(Callback[]) - Method in class com.helger.phase4.servlet.soap.AS4KeyStoreCallbackHandler
 
handleRequest(IRequestWebScopeWithoutResponse, AS4UnifiedResponse) - Method in class com.helger.phase4.servlet.AS4RequestHandler
This is the main handling routine when called from the Servlet API
handleRequest(IRequestWebScopeWithoutResponse, AS4UnifiedResponse, IAS4CryptoFactory, IAS4CryptoFactory, IPModeResolver, IAS4IncomingAttachmentFactory, IAS4IncomingSecurityConfiguration, AS4XServletHandler.IHandlerCustomizer) - Method in class com.helger.phase4.servlet.AS4XServletHandler
Handle an incoming request.
handleRequest(IRequestWebScopeWithoutResponse, UnifiedResponse) - Method in class com.helger.phase4.servlet.AS4XServletHandler
 
handleRequest(InputStream, HttpHeaderMap, IAS4ResponseAbstraction) - Method in class com.helger.phase4.servlet.AS4RequestHandler
This is the main handling routine when called from an abstract (non-Servlet) API
handleResponse(AS4ClientSentMessage<byte[]>) - Method in interface com.helger.phase4.client.IAS4RawResponseConsumer
Handling a HTTP response
handleResponse(AS4ClientSentMessage<byte[]>) - Method in class com.helger.phase4.dump.AS4RawResponseConsumerWriteToFile
 
handleSignalMessage(Ebms3SignalMessage, IAS4IncomingMessageMetadata, IAS4MessageState) - Method in interface com.helger.phase4.client.IAS4SignalMessageConsumer
Handling an EBMS 3 Signal Message
handleUserMessage(Ebms3UserMessage, IAS4IncomingMessageMetadata, IAS4MessageState) - Method in interface com.helger.phase4.client.IAS4UserMessageConsumer
Handling an EBMS 3 User Message
hasAction() - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
hasAddress() - Method in class com.helger.phase4.model.pmode.leg.PModeLegProtocol
 
hasAgreement() - Method in interface com.helger.phase4.model.pmode.IPMode
 
hasAlias() - Method in class com.helger.phase4.crypto.AS4CryptParams
 
hasAnyEntries() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
hasAnyEntries() - Method in class com.helger.phase4.ebms3header.Ebms3PullRequest
Created by ph-jaxb-plugin -Xph-list-extension
hasAnyEntries() - Method in class com.helger.phase4.ebms3header.Ebms3Receipt
Created by ph-jaxb-plugin -Xph-list-extension
hasAnyEntries() - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-list-extension
hasAnyEntries() - Method in class com.helger.phase4.soap11.Soap11Body
Created by ph-jaxb-plugin -Xph-list-extension
hasAnyEntries() - Method in class com.helger.phase4.soap11.Soap11Detail
Created by ph-jaxb-plugin -Xph-list-extension
hasAnyEntries() - Method in class com.helger.phase4.soap11.Soap11Envelope
Created by ph-jaxb-plugin -Xph-list-extension
hasAnyEntries() - Method in class com.helger.phase4.soap11.Soap11Header
Created by ph-jaxb-plugin -Xph-list-extension
hasAnyEntries() - Method in class com.helger.phase4.soap12.Soap12Body
Created by ph-jaxb-plugin -Xph-list-extension
hasAnyEntries() - Method in class com.helger.phase4.soap12.Soap12Detail
Created by ph-jaxb-plugin -Xph-list-extension
hasAnyEntries() - Method in class com.helger.phase4.soap12.Soap12Header
Created by ph-jaxb-plugin -Xph-list-extension
hasAsyncResponseURL() - Method in class com.helger.phase4.servlet.spi.AS4MessageProcessorResult
 
hasAtLeastOnceContractAcksTo() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
hasAtLeastOnceReplyPattern() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
hasAttachments() - Method in class com.helger.phase4.servlet.spi.AS4MessageProcessorResult
 
hasBusinessInfo() - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
hasCertificate() - Method in class com.helger.phase4.crypto.AS4CryptParams
 
hasCharset() - Method in interface com.helger.phase4.attachment.IAS4Attachment
 
hasCharset() - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
hasCompressedAttachmentIDs() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
hasCompressionMode() - Method in interface com.helger.phase4.attachment.IAS4Attachment
 
hasCompressionMode() - Method in class com.helger.phase4.model.pmode.PModePayloadService
 
hasDataBytes() - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment
 
hasDataFile() - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment
 
hasDecryptedAttachments() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
hasDecryptedSoapDocument() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
hasDefaultProfile() - Method in class com.helger.phase4.profile.AS4ProfileManager
 
hasDefaultProfile() - Method in interface com.helger.phase4.profile.IAS4ProfileManager
 
hasErrorEntries() - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-list-extension
hasErrorHandling() - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
hasErrorMessage() - Method in class com.helger.phase4.servlet.spi.AS4MessageProcessorResult
Deprecated, for removal: This API element is subject to removal in a future version.
hashCode() - Method in class com.helger.phase4.duplicate.AS4DuplicateItem
 
hashCode() - Method in class com.helger.phase4.ebms3header.AcceptanceAcknowledgement
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.EbbpSigPartyInfoType
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.EbbpSigRoleType
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3AgreementRef
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3Description
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3Error
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3From
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3MessageInfo
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3MessageProperties
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3PartInfo
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3PartProperties
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3PartyId
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3PartyInfo
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3PayloadInfo
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3Property
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3PullRequest
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3Receipt
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3Schema
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3Service
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3To
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Exception.ExceptionType
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.Exception
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.MessagePartNRInformation
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.NonRepudiationInformation
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.ebms3header.ReceiptAcknowledgement
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.http.HttpRetrySettings
 
hashCode() - Method in class com.helger.phase4.model.MessageProperty
 
hashCode() - Method in class com.helger.phase4.model.pmode.leg.PModeAddressList
 
hashCode() - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
hashCode() - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
hashCode() - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
hashCode() - Method in class com.helger.phase4.model.pmode.leg.PModeLegProtocol
 
hashCode() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
hashCode() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
hashCode() - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
 
hashCode() - Method in class com.helger.phase4.model.pmode.leg.PModeProperty
 
hashCode() - Method in class com.helger.phase4.model.pmode.PMode
 
hashCode() - Method in class com.helger.phase4.model.pmode.PModeParty
 
hashCode() - Method in class com.helger.phase4.model.pmode.PModePayloadService
 
hashCode() - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
hashCode() - Method in class com.helger.phase4.profile.AS4Profile
 
hashCode() - Method in class com.helger.phase4.servlet.AS4MessageState
 
hashCode() - Method in class com.helger.phase4.soap11.Soap11Body
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap11.Soap11Detail
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap11.Soap11Envelope
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap11.Soap11Fault
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap11.Soap11Header
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap12.Soap12Body
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap12.Soap12Detail
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap12.Soap12Envelope
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap12.Soap12Fault
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap12.Soap12Faultcode
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap12.Soap12Faultreason
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap12.Soap12Header
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap12.Soap12NotUnderstoodType
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap12.Soap12Reasontext
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap12.Soap12Subcode
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap12.Soap12SupportedEnvType
Created by ph-jaxb-plugin -Xph-equalshashcode
hashCode() - Method in class com.helger.phase4.soap12.Soap12UpgradeType
Created by ph-jaxb-plugin -Xph-equalshashcode
hasIDType() - Method in class com.helger.phase4.model.pmode.PModeParty
 
hasInitiator() - Method in interface com.helger.phase4.model.pmode.IPMode
 
hasInitiatorID() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
hasInitiatorID(String) - Method in interface com.helger.phase4.model.pmode.IPMode
Check if this PMode has the provided initiator party ID.
hasLeg1() - Method in interface com.helger.phase4.model.pmode.IPMode
 
hasLeg2() - Method in interface com.helger.phase4.model.pmode.IPMode
 
hasMaxSizeKB() - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
 
hasMessagePartNRInformationEntries() - Method in class com.helger.phase4.ebms3header.NonRepudiationInformation
Created by ph-jaxb-plugin -Xph-list-extension
hasMPC() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
hasMPCID() - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
hasNoAnyEntries() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
hasNoAnyEntries() - Method in class com.helger.phase4.ebms3header.Ebms3PullRequest
Created by ph-jaxb-plugin -Xph-list-extension
hasNoAnyEntries() - Method in class com.helger.phase4.ebms3header.Ebms3Receipt
Created by ph-jaxb-plugin -Xph-list-extension
hasNoAnyEntries() - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-list-extension
hasNoAnyEntries() - Method in class com.helger.phase4.soap11.Soap11Body
Created by ph-jaxb-plugin -Xph-list-extension
hasNoAnyEntries() - Method in class com.helger.phase4.soap11.Soap11Detail
Created by ph-jaxb-plugin -Xph-list-extension
hasNoAnyEntries() - Method in class com.helger.phase4.soap11.Soap11Envelope
Created by ph-jaxb-plugin -Xph-list-extension
hasNoAnyEntries() - Method in class com.helger.phase4.soap11.Soap11Header
Created by ph-jaxb-plugin -Xph-list-extension
hasNoAnyEntries() - Method in class com.helger.phase4.soap12.Soap12Body
Created by ph-jaxb-plugin -Xph-list-extension
hasNoAnyEntries() - Method in class com.helger.phase4.soap12.Soap12Detail
Created by ph-jaxb-plugin -Xph-list-extension
hasNoAnyEntries() - Method in class com.helger.phase4.soap12.Soap12Header
Created by ph-jaxb-plugin -Xph-list-extension
hasNoErrorEntries() - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-list-extension
hasNoMessagePartNRInformationEntries() - Method in class com.helger.phase4.ebms3header.NonRepudiationInformation
Created by ph-jaxb-plugin -Xph-list-extension
hasNoPartInfoEntries() - Method in class com.helger.phase4.ebms3header.Ebms3PayloadInfo
Created by ph-jaxb-plugin -Xph-list-extension
hasNoPartyIdEntries() - Method in class com.helger.phase4.ebms3header.Ebms3From
Created by ph-jaxb-plugin -Xph-list-extension
hasNoPartyIdEntries() - Method in class com.helger.phase4.ebms3header.Ebms3To
Created by ph-jaxb-plugin -Xph-list-extension
hasNoPropertyEntries() - Method in class com.helger.phase4.ebms3header.Ebms3MessageProperties
Created by ph-jaxb-plugin -Xph-list-extension
hasNoPropertyEntries() - Method in class com.helger.phase4.ebms3header.Ebms3PartProperties
Created by ph-jaxb-plugin -Xph-list-extension
hasNoSignalMessageEntries() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
hasNoSupportedEnvelopeEntries() - Method in class com.helger.phase4.soap12.Soap12UpgradeType
Created by ph-jaxb-plugin -Xph-list-extension
hasNoTextEntries() - Method in class com.helger.phase4.soap12.Soap12Faultreason
Created by ph-jaxb-plugin -Xph-list-extension
hasNoUserMessageEntries() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
hasOriginalAttachments() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
hasOriginalSoapDocument() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
hasPartInfoEntries() - Method in class com.helger.phase4.ebms3header.Ebms3PayloadInfo
Created by ph-jaxb-plugin -Xph-list-extension
hasPartyIdEntries() - Method in class com.helger.phase4.ebms3header.Ebms3From
Created by ph-jaxb-plugin -Xph-list-extension
hasPartyIdEntries() - Method in class com.helger.phase4.ebms3header.Ebms3To
Created by ph-jaxb-plugin -Xph-list-extension
hasPassword() - Method in class com.helger.phase4.model.pmode.PModeParty
 
hasPayloadProfileMaxKB() - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
hasPayloadService() - Method in interface com.helger.phase4.model.pmode.IPMode
 
hasPModeID() - Method in interface com.helger.phase4.duplicate.IAS4DuplicateItem
 
hasProfileID() - Method in interface com.helger.phase4.duplicate.IAS4DuplicateItem
 
hasPropertyEntries() - Method in class com.helger.phase4.ebms3header.Ebms3MessageProperties
Created by ph-jaxb-plugin -Xph-list-extension
hasPropertyEntries() - Method in class com.helger.phase4.ebms3header.Ebms3PartProperties
Created by ph-jaxb-plugin -Xph-list-extension
hasProtocol() - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
hasReceptionAwareness() - Method in interface com.helger.phase4.model.pmode.IPMode
 
hasRefToMessageID() - Method in class com.helger.phase4.client.AbstractAS4Client
 
hasReliability() - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
hasRemoteAddr() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
 
hasRemoteHost() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
 
hasRemotePort() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
 
hasRemoteTlsCerts() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
 
hasRemoteUser() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
 
hasReportReceiverErrorsTo() - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
hasReportSenderErrorsTo() - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
hasResponder() - Method in interface com.helger.phase4.model.pmode.IPMode
 
hasResponderID() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
hasResponderID(String) - Method in interface com.helger.phase4.model.pmode.IPMode
Check if this PMode has the provided responder party ID.
hasResponse() - Method in class com.helger.phase4.client.AS4ClientSentMessage
 
hasResponseStatusLine() - Method in class com.helger.phase4.client.AS4ClientSentMessage
 
hasSecurity() - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
hasSendReceiptReplyPattern() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
hasService() - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
hasServiceType() - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
hasSignalMessageEntries() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
hasSoapWSS4JException() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
hasSupportedEnvelopeEntries() - Method in class com.helger.phase4.soap12.Soap12UpgradeType
Created by ph-jaxb-plugin -Xph-list-extension
hasTextEntries() - Method in class com.helger.phase4.soap12.Soap12Faultreason
Created by ph-jaxb-plugin -Xph-list-extension
hasUsedCertificate() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
hasUserMessageEntries() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
hasUserName() - Method in class com.helger.phase4.model.pmode.PModeParty
 
hasUsernameTokenPassword() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
hasUsernameTokenUsername() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
hasWSSecEncryptCustomizer() - Method in class com.helger.phase4.crypto.AS4CryptParams
 
hasWSSecSignatureCustomizer() - Method in class com.helger.phase4.crypto.AS4SigningParams
 
hasWSSVersion() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
hasX509EncryptionAlgorithm() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
hasX509EncryptionCertificate() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
hasX509EncryptionMinimumStrength() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
hasX509SignatureAlgorithm() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
hasX509SignatureCertificate() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
hasX509SignatureHashFunction() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
hasXSDFilename() - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
 
httpClientFactory() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
httpClientFactory(HttpClientFactory) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the HTTP client factory to be used.
httpClientFactory(HttpClientSettings) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the HTTP client factory to be used.
HttpMimeMessageEntity - Class in com.helger.phase4.http
Special HTTP entity that reads and writes to a MimeMessage.
HttpMimeMessageEntity(String, AS4MimeMessage) - Constructor for class com.helger.phase4.http.HttpMimeMessageEntity
 
httpRetrySettings() - Method in class com.helger.phase4.client.AbstractAS4Client
 
httpRetrySettings(HttpRetrySettings) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the HTTP retry settings to be used.
HttpRetrySettings - Class in com.helger.phase4.http
An object encapsulating the HTTP retry settings.
HttpRetrySettings() - Constructor for class com.helger.phase4.http.HttpRetrySettings
 
HttpXMLEntity - Class in com.helger.phase4.http
Special HttpClient HTTP POST entity that contains a DOM Node as a serialized String.
HttpXMLEntity(Node, IMimeType) - Constructor for class com.helger.phase4.http.HttpXMLEntity
 

I

IAS4Attachment - Interface in com.helger.phase4.attachment
Read-only interface for an attachment.
IAS4ClientBuildMessageCallback - Interface in com.helger.phase4.client
Callback interface for AS4 client message creation.
IAS4CryptoFactory - Interface in com.helger.phase4.crypto
The basic phase4 crypto interface.
IAS4DecryptParameterModifier - Interface in com.helger.phase4.crypto
Callback interface for modifying the decryption RequestData WSS4J object.
IAS4DuplicateItem - Interface in com.helger.phase4.duplicate
Base interface for a single duplication check item.
IAS4DuplicateManager - Interface in com.helger.phase4.duplicate
Base interface for an AS4 duplication manager
IAS4IncomingAttachmentFactory - Interface in com.helger.phase4.attachment
Factory interface for WSS4JAttachment objects for handling incoming attachments.
IAS4IncomingDumper - Interface in com.helger.phase4.dump
Interface for dumping incoming requests
IAS4IncomingMessageMetadata - Interface in com.helger.phase4.messaging
This interface lets you access optional metadata for a single incoming message.
See AS4MessagingHelper for a transformation method of this object to a JSON representation.
Note: it does not contain the AS4 message ID or similar parameters, because instance of the class must also be present for incoming messages that are invalid AS4 message and hence have no AS4 message ID.
IAS4IncomingMessageProcessingStatusSPI - Interface in com.helger.phase4.incoming.spi
Specific callback interface to inform interested entities about the end of processing of an incoming message.
Note: this interface is NOT called for outgoing messages, as for sending it is clean and deterministic when it is done.
IAS4IncomingProfileSelector - Interface in com.helger.phase4.servlet
Callback interface to determine the used AS4 profile of an incoming message.
IAS4IncomingSecurityConfiguration - Interface in com.helger.phase4.crypto
Interface to configure the security configuration for incoming messages.
IAS4ManagerFactory - Interface in com.helger.phase4.mgr
Factory for global managers
IAS4Message - Interface in com.helger.phase4.messaging.domain
Base interface for an AS4 message.
IAS4MessageState - Interface in com.helger.phase4.servlet
Read-only AS4 message state for incoming messages.
IAS4OutgoingDumper - Interface in com.helger.phase4.dump
Interface for dumping outgoing requests
IAS4PModeAwareCryptoFactory - Interface in com.helger.phase4.crypto
An extended IAS4CryptoFactory with the capability to receive a P-Mode that was successfully resolved during reception phase.
IAS4Profile - Interface in com.helger.phase4.profile
Base interface for an AS4 profile - a group of settings that outline what features of AS4 are used.
IAS4ProfileManager - Interface in com.helger.phase4.profile
Base interface for an AS4 profile manager.
IAS4ProfilePModeProvider - Interface in com.helger.phase4.profile
PMode provider interface
IAS4ProfileRegistrar - Interface in com.helger.phase4.profile
Base interface for AS4 profile registrar
IAS4ProfileRegistrarSPI - Interface in com.helger.phase4.profile
AS4 profile registrar SPI interface
IAS4ProfileValidator - Interface in com.helger.phase4.profile
Generic AS4 profile validator
IAS4RawResponseConsumer - Interface in com.helger.phase4.client
Specialized interface for the raw HTTP response consumer.
IAS4RequestHandlerErrorConsumer - Interface in com.helger.phase4.servlet
A callback interface to be notified about returned errors.
IAS4ResponseAbstraction - Interface in com.helger.phase4.servlet
A synthetic wrapper for an AS4 HTTP response.
IAS4RetryCallback - Interface in com.helger.phase4.client
Callback to be informed on http retries
IAS4SenderInterrupt - Interface in com.helger.phase4.sender
A specific helper interface with the sole purpose to be able to interrupt the sending of a document after all checks are performed.
IAS4SendingDateTimeConsumer - Interface in com.helger.phase4.sender
A specific callback interface to get the effective sending date time
IAS4ServletMessageProcessorSPI - Interface in com.helger.phase4.servlet.spi
Implement this SPI interface to handle incoming messages appropriate.
IAS4ServletPullRequestProcessorSPI - Interface in com.helger.phase4.servlet.spi
Implement this SPI interface to handle incoming pull request appropriately and give the servlet the right PMode back.
IAS4SignalMessageConsumer - Interface in com.helger.phase4.client
Specialized interface for the EBMS 3 Signal Message consumer.
IAS4TimestampManager - Interface in com.helger.phase4.mgr
Interface for providing time stamps.
Since version 1.1.0 the return types of the methods changed from Local(Date|Time|DateTime) to Offset(Date|Time|DateTime)
IAS4UserMessageConsumer - Interface in com.helger.phase4.client
Specialized interface for the EBMS 3 User Message consumer.
ICryptoAlgorithmC14N - Interface in com.helger.phase4.crypto
Base interface for a canonicalization algorithm.
ICryptoAlgorithmCrypt - Interface in com.helger.phase4.crypto
Base interface for an encryption algorithm.
ICryptoAlgorithmSign - Interface in com.helger.phase4.crypto
Base interface for a signing crypto algorithm.
ICryptoAlgorithmSignDigest - Interface in com.helger.phase4.crypto
Base interface for a signing crypto algorithm digests.
ICryptoSessionKeyProvider - Interface in com.helger.phase4.crypto
 
IEbmsError - Interface in com.helger.phase4.error
Base interface for a single EBMS error
IHttpPoster - Interface in com.helger.phase4.http
Interface for an HTTP POST sender.
IMPC - Interface in com.helger.phase4.model.mpc
MPC - Message Partition Channel
IMPCManager - Interface in com.helger.phase4.model.mpc
Interface for an MPC (Message Partition Channel) manager
incomingAttachmentFactory() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
incomingAttachmentFactory(IAS4IncomingAttachmentFactory) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the incoming attachment factory to be used.
incomingDumper(IAS4IncomingDumper) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set a specific incoming dumper for this builder.
incomingProfileSelector() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
incomingProfileSelector(IAS4IncomingProfileSelector) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the selector for the AS4 profile of incoming messages.
initAS4Server() - Static method in class com.helger.phase4.servlet.AS4ServerInitializer
Call this method in your AS4 server to initialize everything that is necessary to use the AS4Servlet.
INSTANCE - Static variable in class com.helger.phase4.servlet.AS4IncomingProfileSelectorFromGlobal
 
INSTANCE_RANDOM_AES_128 - Static variable in interface com.helger.phase4.crypto.ICryptoSessionKeyProvider
 
internalGetCryptoFactoryCrypt() - Method in class com.helger.phase4.client.AbstractAS4Client
 
internalGetCryptoFactorySign() - Method in class com.helger.phase4.client.AbstractAS4Client
 
INVALID_HEADER - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
INVALID_PARAMETERS - Enum constant in enum com.helger.phase4.sender.AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult
Programming error, because not all mandatory fields are filled.
INVALID_RECEIPT - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
INVALID_SIGNAL_MESSAGE_RECEIVED - Enum constant in enum com.helger.phase4.sender.AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult
An AS4 Signal Message was received, but it was neither a Receipt nor an Error Message but something else.
IPMode - Interface in com.helger.phase4.model.pmode
Base read-only interface for a single PMode.
IPModeIDProvider - Interface in com.helger.phase4.model.pmode
A nice little helper interface to dynamically create new PMode IDs based on Initiator ID and Responder ID.
IPModeManager - Interface in com.helger.phase4.model.pmode
Interface for a manager for PMode objects.
IPModeResolver - Interface in com.helger.phase4.model.pmode.resolve
Resolve PMode from ID
isAS4Default() - Method in enum com.helger.phase4.soap.ESoapVersion
 
isAsynchronous() - Method in enum com.helger.phase4.model.EMEPBinding
 
isAsynchronousInitiator() - Method in enum com.helger.phase4.model.EMEPBinding
 
isAtLeastOnceAckOnDelivery() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
isAtLeastOnceAckOnDeliveryDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
isAtLeastOnceContract() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
isAtLeastOnceContractAckResponse() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
isAtLeastOnceContractAckResponseDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
isAtLeastOnceContractDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
isAtMostOnceContract() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
isAtMostOnceContractDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
isCryptEnabled(Consumer<String>) - Method in class com.helger.phase4.crypto.AS4CryptParams
 
isDeprecated() - Method in class com.helger.phase4.profile.AS4Profile
 
isDeprecated() - Method in interface com.helger.phase4.profile.IAS4Profile
 
isDuplicateDetection() - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
isDuplicateDetectionDefined() - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
isEmpty() - Method in class com.helger.phase4.duplicate.AS4DuplicateManagerInMemory
 
isEmpty() - Method in interface com.helger.phase4.duplicate.IAS4DuplicateManager
 
isEnabled() - Static method in class com.helger.phase4.http.AS4HttpDebug
 
isEncryptSymmetricSessionKey() - Method in class com.helger.phase4.crypto.AS4CryptParams
 
isEveryRequiredFieldSet() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
isEveryRequiredFieldSet() - Method in class com.helger.phase4.sender.AbstractAS4PullRequestBuilder
 
isEveryRequiredFieldSet() - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
isEveryRequiredFieldSet() - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilderMIMEPayload
 
isForceMimeMessage() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
isGlobalDebug() - Static method in class com.helger.phase4.config.AS4Configuration
 
isGlobalProduction() - Static method in class com.helger.phase4.config.AS4Configuration
 
isHandleHttpHeaders() - Method in class com.helger.phase4.client.AbstractAS4RawResponseConsumer
 
isHandleStatusLine() - Method in class com.helger.phase4.client.AbstractAS4RawResponseConsumer
 
isIncludeHeaders() - Method in class com.helger.phase4.dump.AbstractAS4IncomingDumperWithHeaders
 
isIncludeHeaders() - Method in class com.helger.phase4.dump.AbstractAS4OutgoingDumperWithHeaders
 
isIncludeStackTraceInErrorMessages() - Static method in class com.helger.phase4.config.AS4Configuration
 
isInOrderContract() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
isInOrderContractDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
isInvokeSPIForPingMessage() - Method in class com.helger.phase4.profile.AS4Profile
 
isInvokeSPIForPingMessage() - Method in interface com.helger.phase4.profile.IAS4Profile
 
isMandatory() - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
 
isMandatory() - Method in class com.helger.phase4.model.pmode.leg.PModeProperty
 
isMustUnderstand() - Method in class com.helger.phase4.servlet.soap.AS4SingleSOAPHeader
 
isNonRepudiation() - Method in class com.helger.phase4.client.AS4ClientReceiptMessage
Default value is false
isNoStartupInfo() - Static method in class com.helger.phase4.config.AS4Configuration
 
ISOAPHeaderElementProcessor - Interface in com.helger.phase4.servlet.soap
Base interface for SOAP header processors that are invoked for incoming messages.
isOneWay() - Method in enum com.helger.phase4.model.EMEP
 
isOptional() - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
 
isOptional() - Method in class com.helger.phase4.model.pmode.leg.PModeProperty
 
isPingMessage() - Method in class com.helger.phase4.servlet.AS4MessageState
 
isPingMessage() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
isPingMessage(IPMode) - Static method in class com.helger.phase4.model.AS4Helper
Check if the combination of Action and Service resembles an EBMS Ping (aka test) Message as described in chapter 5.2.2.9.
isPingMessage(PModeLegBusinessInformation) - Static method in class com.helger.phase4.model.AS4Helper
Check if the combination of Action and Service resembles an EBMS Ping (aka test) Message as described in chapter 5.2.2.9.
isPingMessage(String, String) - Static method in class com.helger.phase4.model.AS4Helper
Check if the combination of Action and Service resembles an EBMS Ping (aka test) Message as described in chapter 5.2.2.9.
isPModeAuthorize() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
isPModeAuthorizeDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
isProcessed() - Method in class com.helger.phase4.servlet.soap.AS4SingleSOAPHeader
 
isQuoteHttpHeaders() - Method in class com.helger.phase4.http.BasicHttpPoster
 
isQuoteHttpHeaders() - Method in interface com.helger.phase4.http.IHttpPoster
 
isRead() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
isReceiptOrError() - Method in enum com.helger.phase4.messaging.domain.EAS4MessageType
 
isReceiptShouldBeSigned() - Method in class com.helger.phase4.client.AS4ClientErrorMessage
 
isReceiptShouldBeSigned() - Method in class com.helger.phase4.client.AS4ClientReceiptMessage
 
isReceptionAwareness() - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
isReceptionAwarenessDefined() - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
isRepeatable() - Method in interface com.helger.phase4.attachment.IAS4Attachment
 
isRepeatable() - Method in class com.helger.phase4.http.HttpMimeMessageEntity
 
isRepeatable() - Method in class com.helger.phase4.messaging.mime.AS4MimeMessage
 
isReportAsResponse() - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
isReportAsResponseDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
isReportDeliveryFailuresNotifyProducer() - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
isReportDeliveryFailuresNotifyProducerDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
isReportProcessErrorNotifyConsumer() - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
isReportProcessErrorNotifyConsumerDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
isReportProcessErrorNotifyProducer() - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
isReportProcessErrorNotifyProducerDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
isRequest() - Method in enum com.helger.phase4.messaging.EAS4MessageMode
 
isResponse() - Method in enum com.helger.phase4.messaging.EAS4MessageMode
 
isRetry() - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
isRetryDefined() - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
isRetryEnabled() - Method in class com.helger.phase4.http.HttpRetrySettings
 
isRetryFeasible() - Method in enum com.helger.phase4.sender.AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult
 
isS11MustUnderstand() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
if SOAP 1.1 is being used, this attribute is required
isS12MustUnderstand() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
if SOAP 1.2 is being used, this attribute is required
isSendReceipt() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
isSendReceiptDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
isSendReceiptNonRepudiation() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
isSendReceiptNonRepudiationDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
isSignalMessage() - Method in enum com.helger.phase4.messaging.domain.EAS4MessageType
 
isSigningEnabled() - Method in class com.helger.phase4.crypto.AS4SigningParams
 
isSoapBodyPayloadPresent() - Method in class com.helger.phase4.servlet.AS4MessageState
 
isSoapBodyPayloadPresent() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
isSoapDecrypted() - Method in class com.helger.phase4.servlet.AS4MessageState
 
isSoapDecrypted() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
isSoapHeaderElementProcessingSuccessful() - Method in class com.helger.phase4.servlet.AS4MessageState
 
isSoapHeaderElementProcessingSuccessful() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
isSoapSignatureChecked() - Method in class com.helger.phase4.servlet.AS4MessageState
 
isSoapSignatureChecked() - Method in interface com.helger.phase4.servlet.IAS4MessageState
 
isStartGroup() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
isStartGroupDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
isStreaming() - Method in class com.helger.phase4.http.HttpMimeMessageEntity
 
isSuccess() - Method in enum com.helger.phase4.sender.AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult
 
isSuccess() - Method in class com.helger.phase4.servlet.spi.AS4MessageProcessorResult
 
ISSUER_SERIAL - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
Send the issuer name and the serial number of a certificate to the receiver.
ISSUER_SERIAL_QUOTE_FORMAT - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
Sets the org.apache.wss4j.dom.message.WSSecSignature.build(Crypto) or the org.apache.wss4j.dom.message.WSSecEncrypt.build(Crypto, SecretKey) method to send the issuer name and the serial number of a certificate to the receiver.
In contrast to ECryptoKeyIdentifierType.BST_DIRECT_REFERENCE only the issuer name and the serial number of the signing certificate are sent to the receiver.
isSynchronous() - Method in enum com.helger.phase4.model.EMEPBinding
 
isTerminateGroup() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
isTerminateGroupDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
isTwoWay() - Method in enum com.helger.phase4.model.EMEP
 
isUseDefaultAsFallback() - Method in class com.helger.phase4.model.pmode.resolve.DefaultPModeResolver
 
isUseInMemoryManagers() - Static method in class com.helger.phase4.config.AS4Configuration
 
isUseLeg1() - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
isUserMessage() - Method in enum com.helger.phase4.messaging.domain.EAS4MessageType
 
isUsernameTokenCreated() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
isUsernameTokenCreatedDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
isUsernameTokenDigest() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
isUsernameTokenDigestDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
isUsernameTokenNonce() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
isUsernameTokenNonceDefined() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
isUseSingleCertificate() - Method in class com.helger.phase4.crypto.AS4SigningParams
 
isValidResponseTypeLeg1(EMEP, EMEPBinding, EAS4MessageType) - Static method in class com.helger.phase4.model.MEPHelper
 
isValidResponseTypeLeg2(EMEP, EMEPBinding, EAS4MessageType) - Static method in class com.helger.phase4.model.MEPHelper
 
isWSS4JSynchronizedSecurity() - Static method in class com.helger.phase4.config.AS4Configuration
 
IWSSecEncryptCustomizer - Interface in com.helger.phase4.crypto
Customize the WSSecEncrypt object additional to what is possible via the AS4CryptParams class.
IWSSecSignatureCustomizer - Interface in com.helger.phase4.crypto
Customize the WSSecSignature object additional to what is possible via the AS4SigningParams class.

K

KEY_ALIAS - Static variable in class com.helger.phase4.crypto.AS4CryptoProperties
Keystore key alias
KEY_PASSWORD - Static variable in class com.helger.phase4.crypto.AS4CryptoProperties
Keystore key password
KEY_VALUE - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
KEY_VALUE is used to set a ds:KeyInfo/ds:KeyValue element to refer to either an RSA or DSA public key.
KEYSTORE_FILE - Static variable in class com.helger.phase4.crypto.AS4CryptoProperties
Keystore filename/path
KEYSTORE_PASSWORD - Static variable in class com.helger.phase4.crypto.AS4CryptoProperties
Keystore password
KEYSTORE_TYPE - Static variable in class com.helger.phase4.crypto.AS4CryptoProperties
Keystore type: JKS or PKCS12

L

LIB_NAME - Static variable in class com.helger.phase4.CAS4
Name of the library.
LIB_URL - Static variable in class com.helger.phase4.CAS4
The URL of the library.
LOAD_CACERTS - Static variable in class com.helger.phase4.crypto.AS4CryptoProperties
Type boolean
locale(Locale) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the locale to use.

M

m_aAttachments - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_aBuildMessageCallback - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aCryptoFactoryCrypt - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aCryptoFactorySign - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aCryptParams - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aCustomHttpPoster - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aDecryptParameterModifier - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aHttpClientFactory - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aHttpRetrySettings - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aIncomingDumper - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aLocale - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aMessageProperties - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_aMessaging - Variable in class com.helger.phase4.messaging.domain.AbstractAS4Message
 
m_aOutgoingDumper - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aPayload - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilderMIMEPayload
 
m_aPMode - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_aResponseConsumer - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aRetryCallback - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aSendingDateTime - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aSendingDTConsumer - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aSignalMsgConsumer - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_aSigningParams - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_aUserMsgConsumer - Variable in class com.helger.phase4.sender.AbstractAS4PullRequestBuilder
 
m_bForceMimeMessage - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_eSoapVersion - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_sAction - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_sAgreementRef - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_sConversationID - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_sEndpointURL - Variable in class com.helger.phase4.sender.AbstractAS4PullRequestBuilder
 
m_sEndpointURL - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_sFromPartyID - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_sFromPartyIDType - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_sFromRole - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_sMessageID - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_sMPC - Variable in class com.helger.phase4.sender.AbstractAS4PullRequestBuilder
 
m_sPModeID - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_sRefToMessageID - Variable in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
m_sService - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_sServiceType - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_sToPartyID - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_sToPartyIDType - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
m_sToRole - Variable in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
mainSendMessage() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Synchronously send the AS4 message.
mainSendMessage() - Method in class com.helger.phase4.sender.AbstractAS4PullRequestBuilder
 
mainSendMessage() - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilderMIMEPayload
 
markMPCDeleted(String) - Method in interface com.helger.phase4.model.mpc.IMPCManager
Mark the MPC with the provided ID as deleted.
markMPCDeleted(String) - Method in class com.helger.phase4.model.mpc.MPCManager
 
markMPCDeleted(String) - Method in class com.helger.phase4.model.mpc.MPCManagerInMemory
 
markPModeDeleted(String) - Method in interface com.helger.phase4.model.pmode.IPModeManager
Mark the provided PMode as deleted.
markPModeDeleted(String) - Method in class com.helger.phase4.model.pmode.PModeManager
 
markPModeDeleted(String) - Method in class com.helger.phase4.model.pmode.PModeManagerInMemory
 
marshal(Boolean) - Method in class com.helger.phase4.ebms3header.runtime.ZeroOneBooleanAdapter
 
MEPHelper - Class in com.helger.phase4.model
Message Exchange Pattern helper
MESSAGE_ID_SUFFIX_REGEX - Static variable in class com.helger.phase4.messaging.domain.MessageHelperMethods
The regular expression that any custom message ID suffix must follow.
MessageHelperMethods - Class in com.helger.phase4.messaging.domain
This class contains every method, static variables which are used by more than one message creating classes in this package.
messageID(String) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the optional AS4 message ID.
MessagePartNRInformation - Class in com.helger.phase4.ebms3header
Java class for anonymous complex type
MessagePartNRInformation() - Constructor for class com.helger.phase4.ebms3header.MessagePartNRInformation
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
messageProperties(MessageProperty...) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
messageProperties(Iterable<? extends MessageProperty>) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
messageProperty(Ebms3Property) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
messageProperty(MessageProperty) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
messageProperty(MessageProperty.Builder) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
MessageProperty - Class in com.helger.phase4.model
Represents a single message property.
MessageProperty(String, String, String) - Constructor for class com.helger.phase4.model.MessageProperty
 
MessageProperty.Builder - Class in com.helger.phase4.model
 
MESSAGING - Enum constant in enum com.helger.phase4.marshaller.EEbms3DocumentType
Deprecated.
 
MetaAS4Manager - Class in com.helger.phase4.mgr
Meta manager with all known managers.
MetaAS4Manager() - Constructor for class com.helger.phase4.mgr.MetaAS4Manager
Deprecated.
MIME_INCONSISTENCY - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
MimeMessageCreator - Class in com.helger.phase4.messaging.mime
 
mimeType(IMimeType) - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
 
mimeTypeXML() - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
Shortcut for mimeType (CMimeType.APPLICATION_XML)
MISSING_RECEIPT - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
modifyRequestData(RequestData) - Method in interface com.helger.phase4.crypto.IAS4DecryptParameterModifier
Modify the provided RequestData object, e.g. by allowing RSA 1.5 algorithms.
modifyWSSConfig(WSSConfig) - Method in interface com.helger.phase4.crypto.IAS4DecryptParameterModifier
Modify the provided WSSConfig to add additional handlers.
mpc(String) - Method in class com.helger.phase4.sender.AbstractAS4PullRequestBuilder
Set the MPC to be used in the Pull Request.
MPC - Class in com.helger.phase4.model.mpc
Default implementation for an MPC
MPC(StubObject) - Constructor for class com.helger.phase4.model.mpc.MPC
 
MPC(String) - Constructor for class com.helger.phase4.model.mpc.MPC
 
MPCManager - Class in com.helger.phase4.model.mpc
Manager for MPC objects.
MPCManager(String) - Constructor for class com.helger.phase4.model.mpc.MPCManager
 
MPCManagerInMemory - Class in com.helger.phase4.model.mpc
Manager for MPC objects.
MPCManagerInMemory() - Constructor for class com.helger.phase4.model.mpc.MPCManagerInMemory
 
MPCMicroTypeConverter - Class in com.helger.phase4.model.mpc
XML converter for MPC objects.
MPCMicroTypeConverter() - Constructor for class com.helger.phase4.model.mpc.MPCMicroTypeConverter
 
MT_MULTIPART_RELATED - Static variable in class com.helger.phase4.servlet.AS4RequestHandler
 
MultiOutputStream - Class in com.helger.phase4.util
An output stream that writes to multiple output streams.
MultiOutputStream(OutputStream...) - Constructor for class com.helger.phase4.util.MultiOutputStream
 

N

name(String) - Method in class com.helger.phase4.model.MessageProperty.Builder
 
NO_SIGNAL_MESSAGE_RECEIVED - Enum constant in enum com.helger.phase4.sender.AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult
Some answer was received, but it was no valid AS4 Signal Message
NON_REPUDIATION_INFORMATION - Enum constant in enum com.helger.phase4.marshaller.EEbms3DocumentType
Deprecated.
 
nonRepudiationInformation() - Static method in class com.helger.phase4.marshaller.Ebms3WriterBuilder
Deprecated.
 
NonRepudiationInformation - Class in com.helger.phase4.ebms3header
Java class for anonymous complex type
NonRepudiationInformation() - Constructor for class com.helger.phase4.ebms3header.NonRepudiationInformation
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
NonRepudiationInformationMarshaller - Class in com.helger.phase4.marshaller
Marshaller for NonRepudiationInformation objects.
NonRepudiationInformationMarshaller() - Constructor for class com.helger.phase4.marshaller.NonRepudiationInformationMarshaller
 
NOTIFY - Enum constant in enum com.helger.phase4.model.EMessagingOperation
This operation notifies either a Producer or a Consumer about the status of a previously submitted or received ebMS User Message Unit, or about general MSH status.

O

ObjectFactory - Class in com.helger.phase4.ebms3header
This object contains factory methods for each Java content interface and Java element interface generated in the com.helger.phase4.ebms3header package.
ObjectFactory - Class in com.helger.phase4.soap11
This object contains factory methods for each Java content interface and Java element interface generated in the com.helger.phase4.soap11 package.
ObjectFactory - Class in com.helger.phase4.soap12
This object contains factory methods for each Java content interface and Java element interface generated in the com.helger.phase4.soap12 package.
ObjectFactory() - Constructor for class com.helger.phase4.ebms3header.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.phase4.ebms3header
ObjectFactory() - Constructor for class com.helger.phase4.soap11.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.phase4.soap11
ObjectFactory() - Constructor for class com.helger.phase4.soap12.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.phase4.soap12
onAfterInstantiation(IScope) - Method in class com.helger.phase4.mgr.MetaAS4Manager
 
onAfterInstantiation(IScope) - Method in class com.helger.phase4.wss.WSSConfigManager
 
onAS4ErrorMessage(IAS4MessageState, ICommonsList<Ebms3Error>, AS4ErrorMessage) - Method in interface com.helger.phase4.servlet.IAS4RequestHandlerErrorConsumer
Invoked when an AS4 error message is created.
onAS4Message(AbstractAS4Message<?>) - Method in interface com.helger.phase4.client.IAS4ClientBuildMessageCallback
Called for the created domain object.
onBeforeDestroy(IScope) - Method in class com.helger.phase4.wss.WSSConfigManager
 
onBeforeRetry(String, String, int, int, long, Exception) - Method in interface com.helger.phase4.client.IAS4RetryCallback
Invoked when it is clear that a retry will happen, but before the waiting starts
onBeginRequest(EAS4MessageMode, IAS4IncomingMessageMetadata, IAS4MessageState, String, HttpHeaderMap, int) - Method in class com.helger.phase4.dump.AbstractAS4OutgoingDumperWithHeaders
 
onBeginRequest(EAS4MessageMode, IAS4IncomingMessageMetadata, IAS4MessageState, String, HttpHeaderMap, int) - Method in interface com.helger.phase4.dump.IAS4OutgoingDumper
Called for new requests.
ONE_WAY - Enum constant in enum com.helger.phase4.model.EMEP
The One-Way MEP which governs the exchange of a single User Message Unit unrelated to other User Messages.
onEffectiveSendingDateTime(OffsetDateTime) - Method in interface com.helger.phase4.sender.IAS4SendingDateTimeConsumer
Callback to do something with the sending date time
onEncryptedMimeMessage(AS4MimeMessage) - Method in interface com.helger.phase4.client.IAS4ClientBuildMessageCallback
This method is only called if encryption is enabled and at least one attachments is present.
onEncryptedSoapDocument(Document) - Method in interface com.helger.phase4.client.IAS4ClientBuildMessageCallback
This method is only called if encryption is enabled and no attachments are present.
onEndRequest(EAS4MessageMode, IAS4IncomingMessageMetadata, IAS4MessageState, String) - Method in interface com.helger.phase4.dump.IAS4OutgoingDumper
Called after the AS4 request is handled internally.
onEndRequest(IAS4IncomingMessageMetadata) - Method in interface com.helger.phase4.dump.IAS4IncomingDumper
Called after the AS4 request is handled internally.
onExecute(JobDataMap, IJobExecutionContext) - Method in class com.helger.phase4.servlet.mgr.AS4DuplicateCleanupJob
 
onInit() - Method in class com.helger.phase4.model.mpc.MPCManager
 
onMessageProcessingEnded(IAS4IncomingMessageMetadata, Exception) - Method in interface com.helger.phase4.incoming.spi.IAS4IncomingMessageProcessingStatusSPI
This method is called after the incoming message is completely processed.
onMessageProcessingStarted(IAS4IncomingMessageMetadata) - Method in interface com.helger.phase4.incoming.spi.IAS4IncomingMessageProcessingStatusSPI
This method is called before the incoming message is started to be processed.
onNewRequest(IAS4IncomingMessageMetadata, HttpHeaderMap) - Method in class com.helger.phase4.dump.AbstractAS4IncomingDumperWithHeaders
 
onNewRequest(IAS4IncomingMessageMetadata, HttpHeaderMap) - Method in interface com.helger.phase4.dump.IAS4IncomingDumper
Called for new incoming AS4 requests.
onProcessingFinalized(boolean) - Method in interface com.helger.phase4.servlet.AS4RequestHandler.ISoapProcessingFinalizedCallback
Indicate that processing has finished.
onSignedSoapDocument(Document) - Method in interface com.helger.phase4.client.IAS4ClientBuildMessageCallback
Called for the signed SOAP document.
onSoapDocument(Document) - Method in interface com.helger.phase4.client.IAS4ClientBuildMessageCallback
Called for the unsigned and unencrypted SOAP document.
openOutputStream(EAS4MessageMode, IAS4IncomingMessageMetadata, IAS4MessageState, String, HttpHeaderMap, int) - Method in class com.helger.phase4.dump.AbstractAS4OutgoingDumperWithHeaders
Create the output stream to which the data should be dumped.
openOutputStream(EAS4MessageMode, IAS4IncomingMessageMetadata, IAS4MessageState, String, HttpHeaderMap, int) - Method in class com.helger.phase4.dump.AS4OutgoingDumperFileBased
 
openOutputStream(EAS4MessageMode, IAS4IncomingMessageMetadata, IAS4MessageState, String, HttpHeaderMap, int) - Method in class com.helger.phase4.dump.AS4OutgoingDumperSingleUse
 
openOutputStream(IAS4IncomingMessageMetadata, HttpHeaderMap) - Method in class com.helger.phase4.dump.AbstractAS4IncomingDumperWithHeaders
Create the output stream to which the data should be dumped.
openOutputStream(IAS4IncomingMessageMetadata, HttpHeaderMap) - Method in class com.helger.phase4.dump.AS4IncomingDumperFileBased
 
openOutputStream(IAS4IncomingMessageMetadata, HttpHeaderMap) - Method in class com.helger.phase4.dump.AS4IncomingDumperSingleUse
 
origin(String) - Method in class com.helger.phase4.error.Ebms3ErrorBuilder
 
ORIGINAL_SENDER - Static variable in class com.helger.phase4.CAS4
The name of the "original sender" (C1) message property for four-corner topology message exchanges.
OT - Static variable in class com.helger.phase4.model.mpc.MPC
 
OT - Static variable in class com.helger.phase4.model.pmode.PMode
 
OTHER - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
outgoingDumper(IAS4OutgoingDumper) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set a specific outgoing dumper for this builder.
overwriteMimeType(String) - Method in class com.helger.phase4.attachment.WSS4JAttachment
 

P

parseAS4Message(IAS4IncomingAttachmentFactory, AS4ResourceHelper, IAS4IncomingMessageMetadata, InputStream, HttpHeaderMap, AS4IncomingHandler.IAS4ParsedMessageCallback, IAS4IncomingDumper) - Static method in class com.helger.phase4.servlet.AS4IncomingHandler
 
parseSignalMessage(IAS4CryptoFactory, IAS4CryptoFactory, IPModeResolver, IAS4IncomingAttachmentFactory, IAS4IncomingProfileSelector, AS4ResourceHelper, IPMode, Locale, IAS4IncomingMessageMetadata, HttpResponse, byte[], IAS4IncomingDumper, IAS4IncomingSecurityConfiguration, IAS4SignalMessageConsumer) - Static method in class com.helger.phase4.servlet.AS4IncomingHandler
 
parseUserMessage(IAS4CryptoFactory, IAS4CryptoFactory, IPModeResolver, IAS4IncomingAttachmentFactory, IAS4IncomingProfileSelector, AS4ResourceHelper, IPMode, Locale, IAS4IncomingMessageMetadata, HttpResponse, byte[], IAS4IncomingDumper, IAS4IncomingSecurityConfiguration, IAS4UserMessageConsumer) - Static method in class com.helger.phase4.servlet.AS4IncomingHandler
 
PART_PROPERTY_CHARACTER_SET - Static variable in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
PART_PROPERTY_COMPRESSION_TYPE - Static variable in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
PART_PROPERTY_MIME_TYPE - Static variable in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
PATH_SCHEMATA - Static variable in class com.helger.phase4.CAS4
 
payload() - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilderMIMEPayload
 
payload(AS4OutgoingAttachment) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilderMIMEPayload
Set the payload to be send out.
payload(AS4OutgoingAttachment.Builder) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilderMIMEPayload
Set the payload to be send out.
payloadProfiles() - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
Phase4Exception - Exception in com.helger.phase4.util
phase4 base exception.
Phase4Exception(String) - Constructor for exception com.helger.phase4.util.Phase4Exception
 
Phase4Exception(String, Throwable) - Constructor for exception com.helger.phase4.util.Phase4Exception
 
Phase4Exception(Throwable) - Constructor for exception com.helger.phase4.util.Phase4Exception
 
pmode() - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
 
pmode(IPMode) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set the PMode to be used.
PMode - Class in com.helger.phase4.model.pmode
Default implementation of IPMode
PMode(String, PModeParty, PModeParty, String, EMEP, EMEPBinding, PModeLeg, PModeLeg, PModePayloadService, PModeReceptionAwareness) - Constructor for class com.helger.phase4.model.pmode.PMode
 
PModeAddressList - Class in com.helger.phase4.model.pmode.leg
List of addresses in a PMode
PModeAddressList() - Constructor for class com.helger.phase4.model.pmode.leg.PModeAddressList
 
PModeAddressList(Iterable<? extends String>) - Constructor for class com.helger.phase4.model.pmode.leg.PModeAddressList
 
PModeAddressList(String...) - Constructor for class com.helger.phase4.model.pmode.leg.PModeAddressList
 
PModeAddressListJsonConverter - Class in com.helger.phase4.model.pmode.leg
JSON converter for PModeAddressList objects.
PModeAddressListMicroTypeConverter - Class in com.helger.phase4.model.pmode.leg
XML converter for PModeAddressList objects.
PModeAddressListMicroTypeConverter() - Constructor for class com.helger.phase4.model.pmode.leg.PModeAddressListMicroTypeConverter
 
pmodeID(String) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set the optional PMode ID for packaging in the user message.
PModeJsonConverter - Class in com.helger.phase4.model.pmode
JSON converter for objects of class PMode.
PModeLeg - Class in com.helger.phase4.model.pmode.leg
Contains the information for a single direction (leg) of a PMode
PModeLeg() - Constructor for class com.helger.phase4.model.pmode.leg.PModeLeg
 
PModeLeg(PModeLegProtocol, PModeLegBusinessInformation, PModeLegErrorHandling, PModeLegReliability, PModeLegSecurity) - Constructor for class com.helger.phase4.model.pmode.leg.PModeLeg
 
PModeLegBusinessInformation - Class in com.helger.phase4.model.pmode.leg
Business information - This set of parameters only applies to user messages.
PModeLegBusinessInformation() - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
PModeLegBusinessInformation(String, String, String, ICommonsOrderedMap<String, PModeProperty>, ICommonsOrderedMap<String, PModePayloadProfile>, Long, String) - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
PModeLegBusinessInformationJsonConverter - Class in com.helger.phase4.model.pmode.leg
JSON converter for objects of class PModeLegBusinessInformation.
PModeLegBusinessInformationMicroTypeConverter - Class in com.helger.phase4.model.pmode.leg
XML converter for objects of class PModeLegBusinessInformation.
PModeLegBusinessInformationMicroTypeConverter() - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformationMicroTypeConverter
 
PModeLegErrorHandling - Class in com.helger.phase4.model.pmode.leg
Error handling - This P-Mode group concerns errors generated by the reception of the message (for either a User message or a Signal message, unless indicated otherwise) sent over leg 1 of the MEP.
PModeLegErrorHandling() - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
PModeLegErrorHandling(PModeAddressList, PModeAddressList, ETriState, ETriState, ETriState, ETriState) - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
PModeLegErrorHandlingJsonConverter - Class in com.helger.phase4.model.pmode.leg
JSON converter for objects of class PModeLegErrorHandling.
PModeLegErrorHandlingMicroTypeConverter - Class in com.helger.phase4.model.pmode.leg
XML converter for objects of class PModeLegErrorHandling.
PModeLegErrorHandlingMicroTypeConverter() - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegErrorHandlingMicroTypeConverter
 
PModeLegJsonConverter - Class in com.helger.phase4.model.pmode.leg
JSON converter for PModeLeg.
PModeLegMicroTypeConverter - Class in com.helger.phase4.model.pmode.leg
XML converter for PModeLeg.
PModeLegMicroTypeConverter() - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegMicroTypeConverter
 
PModeLegProtocol - Class in com.helger.phase4.model.pmode.leg
PMode leg protocol parameters.
PModeLegProtocol() - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegProtocol
 
PModeLegProtocol(String, ESoapVersion) - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegProtocol
 
PModeLegProtocolJsonConverter - Class in com.helger.phase4.model.pmode.leg
JSON converter for objects of class PModeLegProtocol.
PModeLegProtocolMicroTypeConverter - Class in com.helger.phase4.model.pmode.leg
XML converter for objects of class PModeLegProtocol.
PModeLegProtocolMicroTypeConverter() - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegProtocolMicroTypeConverter
 
PModeLegReliability - Class in com.helger.phase4.model.pmode.leg
PMode reliability stuff.
PModeLegReliability() - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
PModeLegReliability(ETriState, ETriState, String, ETriState, String, ETriState, ETriState, ETriState, ICommonsList<String>, ETriState) - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
PModeLegReliabilityJsonConverter - Class in com.helger.phase4.model.pmode.leg
JSON converter for objects of class PModeLegReliability.
PModeLegReliabilityMicroTypeConverter - Class in com.helger.phase4.model.pmode.leg
XML converter for objects of class PModeLegReliability.
PModeLegReliabilityMicroTypeConverter() - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegReliabilityMicroTypeConverter
 
PModeLegSecurity - Class in com.helger.phase4.model.pmode.leg
PMode security part.
PModeLegSecurity() - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
PModeLegSecurity(EWSSVersion, ICommonsList<String>, ICommonsList<String>, String, ECryptoAlgorithmSignDigest, ECryptoAlgorithmSign, ICommonsList<String>, ICommonsList<String>, String, ECryptoAlgorithmCrypt, Integer, String, String, ETriState, ETriState, ETriState, ETriState, ETriState, EPModeSendReceiptReplyPattern, ETriState) - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
PModeLegSecurityJsonConverter - Class in com.helger.phase4.model.pmode.leg
JSON converter for objects of class PModeLegSecurity.
PModeLegSecurityMicroTypeConverter - Class in com.helger.phase4.model.pmode.leg
XML converter for objects of class PModeLegSecurity.
PModeLegSecurityMicroTypeConverter() - Constructor for class com.helger.phase4.model.pmode.leg.PModeLegSecurityMicroTypeConverter
 
PModeManager - Class in com.helger.phase4.model.pmode
Persisting manager for PMode objects.
PModeManager(String) - Constructor for class com.helger.phase4.model.pmode.PModeManager
 
PModeManagerInMemory - Class in com.helger.phase4.model.pmode
Persisting manager for PMode objects.
PModeManagerInMemory() - Constructor for class com.helger.phase4.model.pmode.PModeManagerInMemory
 
PModeMicroTypeConverter - Class in com.helger.phase4.model.pmode
XML converter for objects of class PMode.
PModeMicroTypeConverter() - Constructor for class com.helger.phase4.model.pmode.PModeMicroTypeConverter
 
PModeParty - Class in com.helger.phase4.model.pmode
Party within a PMode
PModeParty(String, String, String, String, String) - Constructor for class com.helger.phase4.model.pmode.PModeParty
 
PModePartyJsonConverter - Class in com.helger.phase4.model.pmode
JSON converter for objects of class PModeParty.
PModePartyMicroTypeConverter - Class in com.helger.phase4.model.pmode
XML converter for objects of class PModeParty.
PModePartyMicroTypeConverter() - Constructor for class com.helger.phase4.model.pmode.PModePartyMicroTypeConverter
 
PModePayloadProfile - Class in com.helger.phase4.model.pmode.leg
A payload part is a data structure that consists of five properties: name (or Content-ID) that is the part identifier, and can be used as an index in the notation PayloadProfile[]; MIME data type (text/xml, application/pdf, etc.); name of the applicable XML Schema file if the MIME data type is text/xml; maximum size in kilobytes; and a Boolean value indicating whether the part is expected or optional, within the User message.
PModePayloadProfile() - Constructor for class com.helger.phase4.model.pmode.leg.PModePayloadProfile
 
PModePayloadProfile(String, IMimeType, String, Integer, EMandatory) - Constructor for class com.helger.phase4.model.pmode.leg.PModePayloadProfile
 
PModePayloadProfileJsonConverter - Class in com.helger.phase4.model.pmode.leg
JSON converter for objects of class PModePayloadProfile.
PModePayloadProfileMicroTypeConverter - Class in com.helger.phase4.model.pmode.leg
XML converter for objects of class PModePayloadProfile.
PModePayloadProfileMicroTypeConverter() - Constructor for class com.helger.phase4.model.pmode.leg.PModePayloadProfileMicroTypeConverter
 
PModePayloadService - Class in com.helger.phase4.model.pmode
 
PModePayloadService(EAS4CompressionMode) - Constructor for class com.helger.phase4.model.pmode.PModePayloadService
 
PModePayloadServiceJsonConverter - Class in com.helger.phase4.model.pmode
JSON converter for objects of class PModePayloadService.
PModePayloadServiceMicroTypeConverter - Class in com.helger.phase4.model.pmode
XML converter for objects of class PModePayloadService.
PModePayloadServiceMicroTypeConverter() - Constructor for class com.helger.phase4.model.pmode.PModePayloadServiceMicroTypeConverter
 
PModeProperty - Class in com.helger.phase4.model.pmode.leg
A property is a data structure that consists of four values: the property name, which can be used as an identifier of the property (e.g. a required property named "messagetype" can be noted as: Properties[messagetype].required="true"); the property description; the property data type; and a Boolean value, indicating whether the property is expected or optional, within the User message.
PModeProperty() - Constructor for class com.helger.phase4.model.pmode.leg.PModeProperty
 
PModeProperty(String, String, String, EMandatory) - Constructor for class com.helger.phase4.model.pmode.leg.PModeProperty
 
PModePropertyJsonConverter - Class in com.helger.phase4.model.pmode.leg
XML converter for objects of class PModeProperty.
PModePropertyMicroTypeConverter - Class in com.helger.phase4.model.pmode.leg
XML converter for objects of class PModeProperty.
PModePropertyMicroTypeConverter() - Constructor for class com.helger.phase4.model.pmode.leg.PModePropertyMicroTypeConverter
 
PModeReceptionAwareness - Class in com.helger.phase4.model.pmode
 
PModeReceptionAwareness(ETriState, ETriState, int, long, ETriState) - Constructor for class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
PModeReceptionAwarenessJsonConverter - Class in com.helger.phase4.model.pmode
JSON converter for objects of class PModeReceptionAwareness.
PModeReceptionAwarenessMicroTypeConverter - Class in com.helger.phase4.model.pmode
XML converter for objects of class PModeReceptionAwareness.
PModeReceptionAwarenessMicroTypeConverter() - Constructor for class com.helger.phase4.model.pmode.PModeReceptionAwarenessMicroTypeConverter
 
pmodeResolver() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
pmodeResolver(IPModeResolver) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the PMode resolver to be used.
PModeValidationException - Exception in com.helger.phase4.model.pmode
A special exception thrown in PMode validation.
PModeValidationException(String) - Constructor for exception com.helger.phase4.model.pmode.PModeValidationException
 
POLICY_NONCOMPLIANCE - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
PREFIX_CID - Static variable in class com.helger.phase4.messaging.domain.MessageHelperMethods
 
processAS4ResponseMessage(IAS4IncomingMessageMetadata, IAS4MessageState, String, byte[], boolean) - Method in interface com.helger.phase4.servlet.spi.IAS4ServletMessageProcessorSPI
Optional callback to process a response message
processAS4SignalMessage(IAS4IncomingMessageMetadata, HttpHeaderMap, Ebms3SignalMessage, IPMode, IAS4MessageState, ICommonsList<Ebms3Error>) - Method in interface com.helger.phase4.servlet.spi.IAS4ServletMessageProcessorSPI
Process incoming AS4 signal message - pull-request and receipt.
Attachment and Payload are not needed since they are allowed, but should not be added to a SignalMessage Because the will be ignored in the MSH - Processing.
processAS4UserMessage(IAS4IncomingMessageMetadata, HttpHeaderMap, Ebms3UserMessage, IPMode, Node, ICommonsList<WSS4JAttachment>, IAS4MessageState, ICommonsList<Ebms3Error>) - Method in interface com.helger.phase4.servlet.spi.IAS4ServletMessageProcessorSPI
Process incoming AS4 user message
processEbmsMessage(AS4ResourceHelper, Locale, SOAPHeaderElementProcessorRegistry, HttpHeaderMap, Document, ESoapVersion, ICommonsList<WSS4JAttachment>, IAS4IncomingProfileSelector, ICommonsList<Ebms3Error>, IAS4IncomingMessageMetadata) - Static method in class com.helger.phase4.servlet.AS4IncomingHandler
 
processHeaderElement(Document, Element, ICommonsList<WSS4JAttachment>, AS4MessageState, ICommonsList<Ebms3Error>) - Method in interface com.helger.phase4.servlet.soap.ISOAPHeaderElementProcessor
Process the passed header element.
processHeaderElement(Document, Element, ICommonsList<WSS4JAttachment>, AS4MessageState, ICommonsList<Ebms3Error>) - Method in class com.helger.phase4.servlet.soap.SOAPHeaderElementProcessorExtractEbms3Messaging
 
processHeaderElement(Document, Element, ICommonsList<WSS4JAttachment>, AS4MessageState, ICommonsList<Ebms3Error>) - Method in class com.helger.phase4.servlet.soap.SOAPHeaderElementProcessorWSS4J
 
PROCESSING - Enum constant in enum com.helger.phase4.error.EEbmsErrorCategory
 
PROCESSING_MODE_MISMATCH - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
properties() - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
PROPERTY_PHASE4_MANAGER_INMEMORY - Static variable in class com.helger.phase4.config.AS4Configuration
The boolean property to enable in-memory managers.
PROPERTY_PHASE4_WSS4J_SYNCSECURITY - Static variable in class com.helger.phase4.config.AS4Configuration
The boolean property to enable synchronization of sign/verify and encrypt/decrypt.
PULL - Enum constant in enum com.helger.phase4.model.EMEPBinding
maps an MEP User message to the second leg of an underlying two-way transport protocol, as a result of an ebMS Pull Signal sent over the first leg.
PULL_PUSH - Enum constant in enum com.helger.phase4.model.EMEPBinding
The Two-Way/Pull-and-Push MEP composes the choreography of a One-Way/Pull MEP followed by the choreography of a One-Way/Push MEP, with both MEPs initiated from the same MSH.
PULL_REQUEST - Enum constant in enum com.helger.phase4.messaging.domain.EAS4MessageType
 
PUSH - Enum constant in enum com.helger.phase4.model.EMEPBinding
maps an MEP User message to the 1st leg of an underlying 2-way transport protocol, or of a 1-way protocol.
PUSH_PULL - Enum constant in enum com.helger.phase4.model.EMEPBinding
The Two-Way/Push-and-Pull MEP composes the choreography of a One-Way/Push MEP followed by the choreography of a One-Way/Pull MEP, both initiated from the same MSH (Initiator).
PUSH_PUSH - Enum constant in enum com.helger.phase4.model.EMEPBinding
The Two-Way/Push-and-Push MEP composes the choreographies of two One-Way/Push MEPs in opposite directions, the User Message unit of the second referring to the User Message unit of the first via eb:RefToMessageId.

Q

QNAME_MESSAGING - Static variable in class com.helger.phase4.servlet.soap.SOAPHeaderElementProcessorExtractEbms3Messaging
The QName for which this processor should be invoked
QNAME_SECURITY - Static variable in class com.helger.phase4.servlet.soap.SOAPHeaderElementProcessorWSS4J
The QName for which this processor should be invoked

R

rawResponseConsumer(IAS4RawResponseConsumer) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set an optional handler for the synchronous result message received from the other side.
readAndSkipInitialHttpHeaders(byte[], Consumer<HttpHeaderMap>, IntConsumer) - Static method in class com.helger.phase4.dump.AS4DumpReader
Utility method to just read and consume the leading HTTP headers from a dump.
readCryptoPropertiesFromFile(String) - Static method in class com.helger.phase4.crypto.AS4CryptoFactoryProperties
Read crypto properties from the specified file path.
reandomContentID() - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment.Builder
 
RECEIPT - Enum constant in enum com.helger.phase4.messaging.domain.EAS4MessageType
 
ReceiptAcknowledgement - Class in com.helger.phase4.ebms3header
Java class for anonymous complex type
ReceiptAcknowledgement() - Constructor for class com.helger.phase4.ebms3header.ReceiptAcknowledgement
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
RECEIVE - Enum constant in enum com.helger.phase4.model.EMessagingOperation
This operation completes the transfer of an ebMS user message from the Sending MSH to the Receiving MSH.
receiverCertificate(X509Certificate) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set the receiver certificate used to encrypt the message with.
receiverCertificateAlias(String) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set the receiver certificate alias into the CryptoFactory keystore used to encrypt the message with.
REFERENCE - Enum constant in enum com.helger.phase4.marshaller.EXMLDSigDocumentType
Deprecated.
 
refToMessageID(String) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the optional AS4 reference to a previous message ID.
refToMessageInError(String) - Method in class com.helger.phase4.error.Ebms3ErrorBuilder
 
registerAndCheck(String, String, String) - Method in class com.helger.phase4.duplicate.AS4DuplicateManager
 
registerAndCheck(String, String, String) - Method in class com.helger.phase4.duplicate.AS4DuplicateManagerInMemory
 
registerAndCheck(String, String, String) - Method in interface com.helger.phase4.duplicate.IAS4DuplicateManager
Check if the passed message ID was already handled.
registerAS4Profile(IAS4ProfileRegistrar) - Method in interface com.helger.phase4.profile.IAS4ProfileRegistrarSPI
Register AS4 profiles at the provided registrar.
registerHeaderElementProcessor(QName, ISOAPHeaderElementProcessor) - Method in class com.helger.phase4.servlet.soap.SOAPHeaderElementProcessorRegistry
 
registerMicroTypeConverter(IMicroTypeConverterRegistry) - Method in class com.helger.phase4.config.AS4MicroTypeConverterRegistrar
 
registerProfile(IAS4Profile) - Method in class com.helger.phase4.profile.AS4ProfileManager
 
registerProfile(IAS4Profile) - Method in interface com.helger.phase4.profile.IAS4ProfileRegistrar
Register a new AS4 profile.
reinitProcessors() - Static method in class com.helger.phase4.servlet.mgr.AS4ServletMessageProcessorManager
Reload all SPI implementations of IAS4ServletMessageProcessorSPI.
reinitProcessors() - Static method in class com.helger.phase4.servlet.mgr.AS4ServletPullRequestProcessorManager
Reload all SPI implementations of IAS4ServletPullRequestProcessorSPI.
reloadAll() - Method in class com.helger.phase4.profile.AS4ProfileManager
 
remoteTlsCerts() - Method in interface com.helger.phase4.messaging.IAS4IncomingMessageMetadata
Returns the TLS certificates presented by the remote client to authenticate itself.
remoteTlsCerts() - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
 
REQUEST - Enum constant in enum com.helger.phase4.messaging.EAS4MessageMode
A request is a message that initiated an interaction
RESPONSE - Enum constant in enum com.helger.phase4.messaging.EAS4MessageMode
A response can only exist in relation to a previous request
RESPONSE - Enum constant in enum com.helger.phase4.model.pmode.leg.EPModeSendReceiptReplyPattern
 
responseAttachments() - Method in class com.helger.phase4.attachment.WSS4JAttachmentCallbackHandler
 
retryCallback(IAS4RetryCallback) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set an optional handler that is notified if an http sending will be retried.
RSA_OAEP - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyEncryptionAlgorithm
 
RSA_OAEP_XENC11 - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyEncryptionAlgorithm
 
RSA_SHA_256 - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
RSA_SHA_256_MGF1 - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
RSA_SHA_384 - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
RSA_SHA_384_MGF1 - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
RSA_SHA_512 - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
RSA_SHA_512_MGF1 - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
RSA_SHA3_256_MGF1 - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
RSA_SHA3_384_MGF1 - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
RSA_SHA3_512_MGF1 - Enum constant in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
RSA15 - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyEncryptionAlgorithm
 
run(Runnable) - Static method in class com.helger.phase4.wss.WSSSynchronizer
A wrapper around WSSSynchronizer.call(IThrowingSupplier) swallowing the return value

S

scheduleMe(long) - Static method in class com.helger.phase4.servlet.mgr.AS4DuplicateCleanupJob
Start a job that runs every minute, that removes all messages older than a certain time from duplication check.
SEND - Enum constant in enum com.helger.phase4.model.EMessagingOperation
This operation initiates the transfer of an ebMS user message from the Sending MSH to the Receiving MSH, after all headers intended for the Receiving MSH have been added (including security and/or reliability, as required).
sendAS4PullRequestAndReceiveAS4UserMessage(IAS4CryptoFactory, IAS4CryptoFactory, IPModeResolver, IAS4IncomingAttachmentFactory, IAS4IncomingProfileSelector, AS4ClientPullRequestMessage, Locale, String, IAS4ClientBuildMessageCallback, IAS4OutgoingDumper, IAS4IncomingDumper, IAS4IncomingSecurityConfiguration, IAS4RetryCallback, IAS4RawResponseConsumer, IAS4UserMessageConsumer) - Static method in class com.helger.phase4.sender.AS4BidirectionalClientHelper
 
sendAS4UserMessageAndReceiveAS4SignalMessage(IAS4CryptoFactory, IAS4CryptoFactory, IPModeResolver, IAS4IncomingAttachmentFactory, IAS4IncomingProfileSelector, AS4ClientUserMessage, Locale, String, IAS4ClientBuildMessageCallback, IAS4OutgoingDumper, IAS4IncomingDumper, IAS4IncomingSecurityConfiguration, IAS4RetryCallback, IAS4RawResponseConsumer, IAS4SignalMessageConsumer) - Static method in class com.helger.phase4.sender.AS4BidirectionalClientHelper
 
senderInterrupt() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
senderInterrupt(IAS4SenderInterrupt) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the sender interrupt to be used.
sendGenericMessage(String, HttpHeaderMap, HttpEntity, HttpClientResponseHandler<? extends T>) - Method in class com.helger.phase4.http.BasicHttpPoster
Send an arbitrary HTTP POST message to the provided URL, using the contained HttpClientFactory as well as the customizer.
sendGenericMessage(String, HttpHeaderMap, HttpEntity, HttpClientResponseHandler<? extends T>) - Method in interface com.helger.phase4.http.IHttpPoster
Send an arbitrary HTTP POST message to the provided URL, using the contained HttpClientFactory as well as the customizer.
sendGenericMessageWithRetries(String, HttpHeaderMap, HttpEntity, String, HttpRetrySettings, HttpClientResponseHandler<? extends T>, IAS4OutgoingDumper, IAS4RetryCallback) - Method in class com.helger.phase4.http.BasicHttpPoster
 
sendGenericMessageWithRetries(String, HttpHeaderMap, HttpEntity, String, HttpRetrySettings, HttpClientResponseHandler<? extends T>, IAS4OutgoingDumper, IAS4RetryCallback) - Method in interface com.helger.phase4.http.IHttpPoster
Send an arbitrary HTTP POST message to the provided URL, using the contained HttpClientFactory as well as the customizer.
sendingDateTime(OffsetDateTime) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the optional sending date time.
sendingDateTimeConsumer() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
sendingDateTimeConsumer(IAS4SendingDateTimeConsumer) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the sending date time consumer to be used.
sendMessage() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Synchronously send the AS4 message.
sendMessageAndCheckForReceipt() - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
This is a sanity method that encapsulates all the sending checks that are necessary to determine overall sending success or error.
Note: this method is not thread-safe, because it changes the signal message consumer internally.
sendMessageAndCheckForReceipt(Consumer<? super Phase4Exception>) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
This is a sanity method that encapsulates all the sending checks that are necessary to determine overall sending success or error.
Note: this method is not thread-safe, because it changes the signal message consumer internally.
sendMessageWithRetries(String, HttpClientResponseHandler<? extends T>, IAS4ClientBuildMessageCallback, IAS4OutgoingDumper, IAS4RetryCallback) - Method in class com.helger.phase4.client.AbstractAS4Client
Send the AS4 client message created by AbstractAS4Client.buildMessage(String, IAS4ClientBuildMessageCallback) to the provided URL.
serializeXML(Node) - Static method in class com.helger.phase4.util.AS4XMLHelper
 
service(String) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set the "Service" value only, leaving the type null.
service(String, String) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set the "Service" value consisting of type and value.
setAcceptanceException(String) - Method in class com.helger.phase4.ebms3header.Exception.ExceptionType
Sets the value of the acceptanceException property.
setAction(String) - Method in class com.helger.phase4.client.AS4ClientUserMessage
The element is a string identifying an operation or an activity within a Service that may support several of these.
Example of what will be written in the user message: <eb:Action>NewPurchaseOrder</eb:Action>
This is MANDATORY.
setAction(String) - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Sets the value of the action property.
setAction(String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
setAddress(String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegProtocol
 
setAgreement(String) - Method in class com.helger.phase4.model.pmode.PMode
 
setAgreementRef(Ebms3AgreementRef) - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Sets the value of the agreementRef property.
setAgreementRef(String) - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Special setter with value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
setAgreementRefValue(String) - Method in class com.helger.phase4.client.AS4ClientUserMessage
The AgreementRef element is a string that identifies the entity or artifact governing the exchange of messages between the parties.
Example of what will be written in the user message: <eb:AgreementRef pmode= "pm-esens-generic-resp">http://agreements.holodeckb2b.org/examples/agreement0</eb:AgreementRef>
This is MANDATORY.
setAlgorithmC14N(ECryptoAlgorithmC14N) - Method in class com.helger.phase4.crypto.AS4SigningParams
Set the canonicalization algorithm to be used.
setAlgorithmCrypt(ECryptoAlgorithmCrypt) - Method in class com.helger.phase4.crypto.AS4CryptParams
A encryption algorithm can be set.
setAlgorithmSign(ECryptoAlgorithmSign) - Method in class com.helger.phase4.crypto.AS4SigningParams
A signing algorithm can be set.
setAlgorithmSignDigest(ECryptoAlgorithmSignDigest) - Method in class com.helger.phase4.crypto.AS4SigningParams
A signing digest algorithm can be set.
setAlias(String) - Method in class com.helger.phase4.crypto.AS4CryptParams
 
setAny(Object) - Method in class com.helger.phase4.ebms3header.Exception
Sets the value of the any property.
setAny(List<Object>) - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
setAny(List<Object>) - Method in class com.helger.phase4.ebms3header.Ebms3PullRequest
Created by ph-jaxb-plugin -Xph-list-extension
setAny(List<Object>) - Method in class com.helger.phase4.ebms3header.Ebms3Receipt
Created by ph-jaxb-plugin -Xph-list-extension
setAny(List<Object>) - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-list-extension
setAny(List<Object>) - Method in class com.helger.phase4.soap11.Soap11Body
Created by ph-jaxb-plugin -Xph-list-extension
setAny(List<Object>) - Method in class com.helger.phase4.soap11.Soap11Detail
Created by ph-jaxb-plugin -Xph-list-extension
setAny(List<Object>) - Method in class com.helger.phase4.soap11.Soap11Envelope
Created by ph-jaxb-plugin -Xph-list-extension
setAny(List<Object>) - Method in class com.helger.phase4.soap11.Soap11Header
Created by ph-jaxb-plugin -Xph-list-extension
setAny(List<Object>) - Method in class com.helger.phase4.soap12.Soap12Body
Created by ph-jaxb-plugin -Xph-list-extension
setAny(List<Object>) - Method in class com.helger.phase4.soap12.Soap12Detail
Created by ph-jaxb-plugin -Xph-list-extension
setAny(List<Object>) - Method in class com.helger.phase4.soap12.Soap12Header
Created by ph-jaxb-plugin -Xph-list-extension
setAS4CryptoFactory(IAS4CryptoFactory) - Method in class com.helger.phase4.client.AbstractAS4Client
Set all the crypto properties at once.
setAS4CryptoFactoryCrypt(IAS4CryptoFactory) - Method in class com.helger.phase4.client.AbstractAS4Client
Set the crypto factory to be used for crypting.
setAS4CryptoFactorySign(IAS4CryptoFactory) - Method in class com.helger.phase4.client.AbstractAS4Client
Set the crypto factory to be used for signing.
setAS4Profile(IAS4Profile) - Method in class com.helger.phase4.servlet.AS4MessageState
Set the AS4 profile of the message.
setAtLeastOnceAckOnDelivery(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setAtLeastOnceAckOnDelivery(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setAtLeastOnceContract(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setAtLeastOnceContract(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setAtLeastOnceContractAckResponse(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setAtLeastOnceContractAckResponse(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setAtLeastOnceContractAcksTo(String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setAtLeastOnceReplyPattern(String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setAtMostOnceContract(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setAtMostOnceContract(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setBody(Soap11Body) - Method in class com.helger.phase4.soap11.Soap11Envelope
Sets the value of the body property.
setBody(Soap12Body) - Method in class com.helger.phase4.soap12.Soap12Envelope
Sets the value of the body property.
setBusinessActivityIdentifier(String) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Sets the value of the businessActivityIdentifier property.
setBusinessInfo(PModeLegBusinessInformation) - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
setCategory(String) - Method in class com.helger.phase4.ebms3header.Ebms3Error
Sets the value of the category property.
setCertificate(X509Certificate) - Method in class com.helger.phase4.crypto.AS4CryptParams
Set the X509 certificate be used.
setCharset(Charset) - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
setCode(Soap12Faultcode) - Method in class com.helger.phase4.soap12.Soap12Fault
Sets the value of the code property.
setCode(QName) - Method in class com.helger.phase4.soap12.Soap12Fault
Special setter with value of type QName
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
setCollaborationIdentifier(String) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Sets the value of the collaborationIdentifier property.
setCollaborationInfo(Ebms3CollaborationInfo) - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Sets the value of the collaborationInfo property.
setCompressedAttachmentIDs(ICommonsMap<String, EAS4CompressionMode>) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setCompressionMode(EAS4CompressionMode) - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
setCompressionMode(EAS4CompressionMode) - Method in class com.helger.phase4.model.pmode.PModePayloadService
Set the compression mode to use.
setConfig(IConfig) - Static method in class com.helger.phase4.config.AS4Configuration
Overwrite the global configuration.
setContent(byte[], Charset) - Method in interface com.helger.phase4.servlet.IAS4ResponseAbstraction
Set the response payload as a byte array with a certain character set.
setContent(HttpHeaderMap, IHasInputStream) - Method in interface com.helger.phase4.servlet.IAS4ResponseAbstraction
Set the content as an input stream provider.
setContentTransferEncoding(EContentTransferEncoding) - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
setContextPMode(IPMode) - Method in interface com.helger.phase4.crypto.IAS4PModeAwareCryptoFactory
Set the P-Mode in context.
This method is only called on reception side after successful resolving of the P-Mode from the incoming ebms information.
setConversationId(String) - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Sets the value of the conversationId property.
setConversationID(String) - Method in class com.helger.phase4.client.AS4ClientUserMessage
The element is a string identifying the set of related messages that make up a conversation between Parties.
Example of what will be written in the user message: <eb:ConversationId>4321</eb:ConversationId>
This is MANDATORY.
setCookies(Cookie[]) - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
Set the cookies to be used.
setCorrelation(ICommonsList<String>) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setCryptoFactoryCryptSupplier(Supplier<? extends IAS4CryptoFactory>) - Method in class com.helger.phase4.servlet.AS4XServletHandler
 
setCryptoFactorySignSupplier(Supplier<? extends IAS4CryptoFactory>) - Method in class com.helger.phase4.servlet.AS4XServletHandler
 
setCryptoFactorySupplier(Supplier<? extends IAS4CryptoFactory>) - Method in class com.helger.phase4.servlet.AS4XServletHandler
Set the same crypto factory supplier for signing and crypting.
setCryptoProvider(String) - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
setCryptoProviderDefault() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
setCryptParams(AS4CryptParams) - Method in class com.helger.phase4.crypto.AS4IncomingSecurityConfiguration
 
setCustomAS4ProfileID(String) - Static method in class com.helger.phase4.servlet.mgr.AS4ProfileSelector
 
setCustomMessageIDSuffix(String) - Static method in class com.helger.phase4.messaging.domain.MessageHelperMethods
Set a custom message ID suffix to be used in MessageHelperMethods.createRandomMessageID().
setDataType(String) - Method in class com.helger.phase4.model.pmode.leg.PModeProperty
Set the property data type.
setDecryptedAttachments(ICommonsList<WSS4JAttachment>) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setDecryptedSoapDocument(Document) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setDecryptParameterModifier(IAS4DecryptParameterModifier) - Method in class com.helger.phase4.crypto.AS4IncomingSecurityConfiguration
 
setDefaultProfile(IAS4Profile) - Method in class com.helger.phase4.profile.AS4ProfileManager
 
setDefaultProfile(IAS4Profile) - Method in interface com.helger.phase4.profile.IAS4ProfileRegistrar
Set the provided AS4 profile as the default
setDefaultProfileID(String) - Method in interface com.helger.phase4.profile.IAS4ProfileManager
Set the default profile to be used.
setDescription(Ebms3Description) - Method in class com.helger.phase4.ebms3header.Ebms3Error
Sets the value of the description property.
setDescription(Ebms3Description) - Method in class com.helger.phase4.ebms3header.Ebms3PartInfo
Sets the value of the description property.
setDescription(String) - Method in class com.helger.phase4.ebms3header.Ebms3Error
Special setter with value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
setDescription(String) - Method in class com.helger.phase4.ebms3header.Ebms3PartInfo
Special setter with value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
setDescription(String) - Method in class com.helger.phase4.model.pmode.leg.PModeProperty
Set the description.
setDetail(Soap11Detail) - Method in class com.helger.phase4.soap11.Soap11Fault
Sets the value of the detail property.
setDetail(Soap12Detail) - Method in class com.helger.phase4.soap12.Soap12Fault
Sets the value of the detail property.
setDigestAlgorithm(String) - Method in class com.helger.phase4.crypto.AS4CryptParams
Set the digest algorithm to use with the RSA-OAEP key transport algorithm.
setDuplicateDetection(boolean) - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
Set duplicate detection
setDuplicateDetection(ETriState) - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
Set duplicate detection
setDurationBeforeRetry(Duration) - Method in class com.helger.phase4.http.HttpRetrySettings
Set the duration before the first retry.
setEbms3UserMessage(Ebms3UserMessage) - Method in class com.helger.phase4.client.AS4ClientReceiptMessage
Needs to be set to refer to the message which this receipt is the response and if non-repudiation is not used, to fill the receipt content
setEffectivePModeLeg(int, PModeLeg) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setEnabled(boolean) - Static method in class com.helger.phase4.http.AS4HttpDebug
Enable or disable
setEncryptSymmetricSessionKey(boolean) - Method in class com.helger.phase4.crypto.AS4CryptParams
Enable or disable the inclusion of the symmetric session key into the transmission or not.
setError(List<Ebms3Error>) - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-list-extension
setErrorCode(String) - Method in class com.helger.phase4.ebms3header.Ebms3Error
Sets the value of the errorCode property.
setErrorConsumer(IAS4RequestHandlerErrorConsumer) - Method in class com.helger.phase4.servlet.AS4RequestHandler
Set an optional error consumer that is invoked with all errors determined during message processing.
setErrorDetail(String) - Method in class com.helger.phase4.ebms3header.Ebms3Error
Sets the value of the errorDetail property.
setErrorHandling(PModeLegErrorHandling) - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
setErrorShouldBeSigned(boolean) - Method in class com.helger.phase4.client.AS4ClientErrorMessage
 
setExceptionMessage(String) - Method in class com.helger.phase4.ebms3header.Exception
Sets the value of the exceptionMessage property.
setExceptionType(Exception.ExceptionType) - Method in class com.helger.phase4.ebms3header.Exception
Sets the value of the exceptionType property.
setFactory(IAS4ManagerFactory) - Static method in class com.helger.phase4.mgr.MetaAS4Manager
Set the manager factory to be used.
setFaultactor(String) - Method in class com.helger.phase4.soap11.Soap11Fault
Sets the value of the faultactor property.
setFaultcode(QName) - Method in class com.helger.phase4.soap11.Soap11Fault
Sets the value of the faultcode property.
setFaultstring(String) - Method in class com.helger.phase4.soap11.Soap11Fault
Sets the value of the faultstring property.
setFileOpenCallback(Consumer<? super File>) - Method in class com.helger.phase4.dump.AS4RawResponseConsumerWriteToFile
Set the callback to be invoked every time a File is opened for writing.
setForceMimeMessage(boolean) - Method in class com.helger.phase4.client.AS4ClientUserMessage
Enable the enforcement of packaging the AS4 user message in a MIME message.
setFrom(Ebms3From) - Method in class com.helger.phase4.ebms3header.Ebms3PartyInfo
Sets the value of the from property.
setFromPartyID(String) - Method in class com.helger.phase4.client.AS4ClientUserMessage
The PartyID is an ID that identifies the C2 over which the message gets sent.
Example of what will be written in the user message: <eb:PartyId>ImAPartyID</eb:PartyId>
This is MANDATORY.
setFromPartyIDType(String) - Method in class com.helger.phase4.client.AS4ClientUserMessage
The PartyID is an ID that identifies the C2 over which the message gets sent.
setFromPartyInfo(EbbpSigPartyInfoType) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Sets the value of the fromPartyInfo property.
setFromPartyInfo(String) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Special setter with value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
setFromPMode(PModeLegSecurity) - Method in class com.helger.phase4.crypto.AS4CryptParams
This method calls AS4CryptParams.setAlgorithmCrypt(ECryptoAlgorithmCrypt) based on the PMode parameters.
setFromPMode(PModeLegSecurity) - Method in class com.helger.phase4.crypto.AS4SigningParams
setFromRole(EbbpSigRoleType) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Sets the value of the fromRole property.
setFromRole(String) - Method in class com.helger.phase4.client.AS4ClientUserMessage
The value of the Role element is a non-empty string, with a default value of http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/defaultRole .
setGeneralException(String) - Method in class com.helger.phase4.ebms3header.Exception.ExceptionType
Sets the value of the generalException property.
setHandleHttpHeaders(boolean) - Method in class com.helger.phase4.client.AbstractAS4RawResponseConsumer
 
setHandlerCustomizer(AS4XServletHandler.IHandlerCustomizer) - Method in class com.helger.phase4.servlet.AS4XServletHandler
The customizer to be used.
setHandleStatusLine(boolean) - Method in class com.helger.phase4.client.AbstractAS4RawResponseConsumer
 
setHeader(Soap11Header) - Method in class com.helger.phase4.soap11.Soap11Envelope
Sets the value of the header property.
setHeader(Soap12Header) - Method in class com.helger.phase4.soap12.Soap12Envelope
Sets the value of the header property.
setHref(String) - Method in class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
Sets the value of the href property.
setHref(String) - Method in class com.helger.phase4.ebms3header.EbbpSigRoleType
Sets the value of the href property.
setHref(String) - Method in class com.helger.phase4.ebms3header.Ebms3PartInfo
Sets the value of the href property.
setHttpClientFactory(HttpClientFactory) - Method in class com.helger.phase4.http.BasicHttpPoster
 
setHttpClientFactory(HttpClientFactory) - Method in interface com.helger.phase4.http.IHttpPoster
Set the HTTP client provider to be used.
setHttpCustomizer(Consumer<? super HttpPost>) - Method in class com.helger.phase4.http.BasicHttpPoster
 
setHttpCustomizer(Consumer<? super HttpPost>) - Method in interface com.helger.phase4.http.IHttpPoster
Set the HTTP Post Customizer to be used.
setHttpHeaders(HttpHeaderMap) - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
 
setHttpPoster(IHttpPoster) - Method in class com.helger.phase4.client.AbstractAS4Client
Set the HTTP poster to be used.
setId(String) - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Sets the value of the id property.
setIDType(String) - Method in class com.helger.phase4.model.pmode.PModeParty
Set the ID type to use.
setIDValue(String) - Method in class com.helger.phase4.model.pmode.PModeParty
Set the ID value to use.
setIncludeHeaders(boolean) - Method in class com.helger.phase4.dump.AbstractAS4IncomingDumperWithHeaders
Include or exclude the headers from the dump.
setIncludeHeaders(boolean) - Method in class com.helger.phase4.dump.AbstractAS4OutgoingDumperWithHeaders
Include or exclude the headers from the dump.
setIncomingAttachmentFactory(IAS4IncomingAttachmentFactory) - Method in class com.helger.phase4.servlet.AS4XServletHandler
 
setIncomingDumper(IAS4IncomingDumper) - Static method in class com.helger.phase4.dump.AS4DumpManager
Set the incoming dumper to be globally used.
setIncomingDumper(IAS4IncomingDumper) - Method in class com.helger.phase4.servlet.AS4RequestHandler
Set the specific dumper for incoming messages.
setIncomingProfileSelector(IAS4IncomingProfileSelector) - Method in class com.helger.phase4.servlet.AS4RequestHandler
Set the AS4 profile selector for incoming messages.
setIncomingSecurityConfiguration(IAS4IncomingSecurityConfiguration) - Method in class com.helger.phase4.servlet.AS4XServletHandler
 
setInitiator(PModeParty) - Method in class com.helger.phase4.model.pmode.PMode
 
setInitiatorID(String) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setInOrderContract(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setInOrderContract(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setInstanceVersion(String) - Method in class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
Sets the value of the instanceVersion property.
setKeyAlias(String) - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
setKeyEncAlgorithm(ECryptoKeyEncryptionAlgorithm) - Method in class com.helger.phase4.crypto.AS4CryptParams
 
setKeyIdentifierType(ECryptoKeyIdentifierType) - Method in class com.helger.phase4.crypto.AS4CryptParams
Set the key identifier type to use.
setKeyIdentifierType(ECryptoKeyIdentifierType) - Method in class com.helger.phase4.crypto.AS4SigningParams
Set the key identifier type to use.
setKeyPassword(String) - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
setKeyStorePassword(String) - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
setKeyStorePath(String) - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
setKeyStoreType(EKeyStoreType) - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
setLang(String) - Method in class com.helger.phase4.ebms3header.Ebms3Description
Sets the value of the lang property.
setLang(String) - Method in class com.helger.phase4.soap12.Soap12Reasontext
Sets the value of the lang property.
setLeg1(PModeLeg) - Method in class com.helger.phase4.model.pmode.PMode
 
setLeg2(PModeLeg) - Method in class com.helger.phase4.model.pmode.PMode
 
setLoadCACerts(boolean) - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
setLocale(Locale) - Method in class com.helger.phase4.servlet.AS4RequestHandler
Set the error for EBMS error messages.
setLocation(String) - Method in class com.helger.phase4.ebms3header.Ebms3Schema
Sets the value of the location property.
setMandatory(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
Set the payload mandatory or optional.
setMandatory(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeProperty
Set the property mandatory or optional.
setMandatory(EMandatory) - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
Set the payload mandatory or optional.
setMandatory(EMandatory) - Method in class com.helger.phase4.model.pmode.leg.PModeProperty
Set the property mandatory or optional.
setMaxRetries(int) - Method in class com.helger.phase4.http.HttpRetrySettings
Set the maximum number of retries.
setMaxRetries(int) - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
Set the maximum number of retries.
setMaxSizeKB(int) - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
Set the maximum size in kilobytes.
setMaxSizeKB(Integer) - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
Set the maximum size in kilobytes.
setMEP(EMEP) - Method in class com.helger.phase4.model.pmode.PMode
 
setMEPBinding(EMEPBinding) - Method in class com.helger.phase4.model.pmode.PMode
 
setMessageId(String) - Method in class com.helger.phase4.ebms3header.Ebms3MessageInfo
Sets the value of the messageId property.
setMessageID(String) - Method in class com.helger.phase4.client.AbstractAS4Client
Set a constant message ID
setMessageID(String) - Method in class com.helger.phase4.servlet.AS4MessageState
Set the AS4 message ID of the current message.
setMessageIDFactory(Supplier<String>) - Method in class com.helger.phase4.client.AbstractAS4Client
Set the factory that creates message IDs.
setMessageInfo(Ebms3MessageInfo) - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Sets the value of the messageInfo property.
setMessageInfo(Ebms3MessageInfo) - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Sets the value of the messageInfo property.
setMessagePartIdentifier(String) - Method in class com.helger.phase4.ebms3header.MessagePartNRInformation
Sets the value of the messagePartIdentifier property.
setMessagePartNRInformation(List<MessagePartNRInformation>) - Method in class com.helger.phase4.ebms3header.NonRepudiationInformation
Created by ph-jaxb-plugin -Xph-list-extension
setMessageProperties(Ebms3MessageProperties) - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Sets the value of the messageProperties property.
setMessageTimestamp(XMLOffsetDateTime) - Method in class com.helger.phase4.servlet.AS4MessageState
Set the AS4 message timestamp of the current message.
setMessaging(Ebms3Messaging) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setMGFAlgorithm(String) - Method in class com.helger.phase4.crypto.AS4CryptParams
Set the mask generation function (MGF) algorithm to use with the RSA-OAEP key transport algorithm.
setMimeType(IMimeType) - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
Set the MIME type.
setMimeType(IMimeType) - Method in interface com.helger.phase4.servlet.IAS4ResponseAbstraction
Set the MIME type (Content-Type) of the response.
setMimeType(String) - Method in class com.helger.phase4.attachment.WSS4JAttachment
Deprecated.
Do not use this. If you need to use this, use WSS4JAttachment.overwriteMimeType(String)
setMpc(String) - Method in class com.helger.phase4.ebms3header.Ebms3PullRequest
Sets the value of the mpc property.
setMpc(String) - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Sets the value of the mpc property.
setMPC(IMPC) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setMPC(String) - Method in class com.helger.phase4.client.AS4ClientPullRequestMessage
 
setMPCID(String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
setMustUnderstand(boolean) - Method in class com.helger.phase4.messaging.domain.AbstractAS4Message
 
setMustUnderstand(boolean) - Method in interface com.helger.phase4.messaging.domain.IAS4Message
Set the "mustUnderstand" value depending on the used SOAP version.
setName(String) - Method in class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
Sets the value of the name property.
setName(String) - Method in class com.helger.phase4.ebms3header.EbbpSigRoleType
Sets the value of the name property.
setName(String) - Method in class com.helger.phase4.ebms3header.Ebms3Property
Sets the value of the name property.
setName(String) - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
Set the name.
setName(String) - Method in class com.helger.phase4.model.pmode.leg.PModeProperty
Set the property name.
setNamespace(String) - Method in class com.helger.phase4.ebms3header.Ebms3Schema
Sets the value of the namespace property.
setNode(String) - Method in class com.helger.phase4.soap12.Soap12Fault
Sets the value of the node property.
setNonRepudiation(boolean) - Method in class com.helger.phase4.client.AS4ClientReceiptMessage
 
setNonRepudiationInformation(NonRepudiationInformation) - Method in class com.helger.phase4.ebms3header.ReceiptAcknowledgement
Sets the value of the nonRepudiationInformation property.
setObjectFields(IBusinessObject, IJsonObject) - Static method in class com.helger.phase4.model.pmode.PModeJsonConverter
 
setOrigin(String) - Method in class com.helger.phase4.ebms3header.Ebms3Error
Sets the value of the origin property.
setOriginalAttachments(ICommonsList<WSS4JAttachment>) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setOriginalDocumentIdentifier(String) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Sets the value of the originalDocumentIdentifier property.
setOriginalMessageDateTime(XMLOffsetDateTime) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Sets the value of the originalMessageDateTime property.
setOriginalMessageDateTime(LocalDateTime) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Created by ph-jaxb-plugin -Xph-offset-dt-extension
setOriginalMessageIdentifier(String) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Sets the value of the originalMessageIdentifier property.
setOriginalSoapDocument(Document) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setOutgoingDumper(IAS4OutgoingDumper) - Static method in class com.helger.phase4.dump.AS4DumpManager
Set the outgoing dumper to be globally used.
setOutgoingDumper(IAS4OutgoingDumper) - Method in class com.helger.phase4.servlet.AS4RequestHandler
Set the specific dumper for outgoing messages.
setPartInfo(List<Ebms3PartInfo>) - Method in class com.helger.phase4.ebms3header.Ebms3PayloadInfo
Created by ph-jaxb-plugin -Xph-list-extension
setPartProperties(Ebms3PartProperties) - Method in class com.helger.phase4.ebms3header.Ebms3PartInfo
Sets the value of the partProperties property.
setPartyId(List<Ebms3PartyId>) - Method in class com.helger.phase4.ebms3header.Ebms3From
Created by ph-jaxb-plugin -Xph-list-extension
setPartyId(List<Ebms3PartyId>) - Method in class com.helger.phase4.ebms3header.Ebms3To
Created by ph-jaxb-plugin -Xph-list-extension
setPartyInfo(Ebms3PartyInfo) - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Sets the value of the partyInfo property.
setPassword(String) - Method in class com.helger.phase4.model.pmode.PModeParty
Set the password to use.
setPayload(Node) - Method in class com.helger.phase4.client.AS4ClientUserMessage
Sets the payload for a usermessage.
setPayloadInfo(Ebms3PayloadInfo) - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Sets the value of the payloadInfo property.
setPayloadProfileMaxKB(long) - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
setPayloadProfileMaxKB(Long) - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
setPayloadService(PModePayloadService) - Method in class com.helger.phase4.model.pmode.PMode
 
setPingMessage(boolean) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setPmode(String) - Method in class com.helger.phase4.ebms3header.Ebms3AgreementRef
Sets the value of the pmode property.
setPMode(IPMode) - Method in class com.helger.phase4.servlet.AS4MessageState
Set the PMode to be used.
setPMode(IPMode, boolean) - Method in class com.helger.phase4.client.AS4ClientUserMessage
This method should be used if you do not want to set each parameter and have a PMode ready that you wish to use.
setPModeAuthorize(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setPModeAuthorize(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setPModeID(String) - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
setPModeIDFactory(Function<AS4ClientUserMessage, String>) - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
setPModeResolver(IPModeResolver) - Method in class com.helger.phase4.servlet.AS4XServletHandler
 
setProcessed(boolean) - Method in class com.helger.phase4.servlet.soap.AS4SingleSOAPHeader
 
setProcessorSupplier(Supplier<? extends ICommonsList<IAS4ServletMessageProcessorSPI>>) - Method in class com.helger.phase4.servlet.AS4RequestHandler
Set a different processor supplier
setProcessSpecificationInfo(EbbpSigProcessSpecificationInfoType) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Sets the value of the processSpecificationInfo property.
setProperty(List<Ebms3Property>) - Method in class com.helger.phase4.ebms3header.Ebms3MessageProperties
Created by ph-jaxb-plugin -Xph-list-extension
setProperty(List<Ebms3Property>) - Method in class com.helger.phase4.ebms3header.Ebms3PartProperties
Created by ph-jaxb-plugin -Xph-list-extension
setProtocol(PModeLegProtocol) - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
setPullRequest(Ebms3PullRequest) - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Sets the value of the pullRequest property.
setQname(QName) - Method in class com.helger.phase4.soap12.Soap12NotUnderstoodType
Sets the value of the qname property.
setQname(QName) - Method in class com.helger.phase4.soap12.Soap12SupportedEnvType
Sets the value of the qname property.
setQuoteHttpHeaders(boolean) - Method in class com.helger.phase4.http.BasicHttpPoster
 
setQuoteHttpHeaders(boolean) - Method in interface com.helger.phase4.http.IHttpPoster
Enable or disable, if HTTP header values should be quoted or not.
setReason(Soap12Faultreason) - Method in class com.helger.phase4.soap12.Soap12Fault
Sets the value of the reason property.
setReason(String) - Method in class com.helger.phase4.ebms3header.Exception
Sets the value of the reason property.
setReceipt(Ebms3Receipt) - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Sets the value of the receipt property.
setReceiptException(String) - Method in class com.helger.phase4.ebms3header.Exception.ExceptionType
Sets the value of the receiptException property.
setReceiptShouldBeSigned(boolean) - Method in class com.helger.phase4.client.AS4ClientReceiptMessage
 
setReceptionAwareness(boolean) - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
Set the reception awareness
setReceptionAwareness(ETriState) - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
Set the reception awareness
setReceptionAwareness(PModeReceptionAwareness) - Method in class com.helger.phase4.model.pmode.PMode
 
setReference(ReferenceType) - Method in class com.helger.phase4.ebms3header.MessagePartNRInformation
Sets the value of the reference property.
setRefToMessageId(String) - Method in class com.helger.phase4.ebms3header.Ebms3MessageInfo
Sets the value of the refToMessageId property.
setRefToMessageID(String) - Method in class com.helger.phase4.client.AbstractAS4Client
Set the reference to the original AS4 message.
setRefToMessageID(String) - Method in class com.helger.phase4.servlet.AS4MessageState
Set the AS4 "reference to message ID" from the current message.
setRefToMessageInError(String) - Method in class com.helger.phase4.ebms3header.Ebms3Error
Sets the value of the refToMessageInError property.
setReliability(PModeLegReliability) - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
setRemoteAddr(String) - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
Set the remote address to be used.
setRemoteHost(String) - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
Set the remote host to be used.
setRemotePort(int) - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
Set the remote port to be used.
setRemoteTlsCerts(X509Certificate[]) - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
Set the remote TLS certificates to be used.
setRemoteUser(String) - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
Set the remote user to be used.
setReportAsResponse(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
setReportAsResponse(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
setReportDeliveryFailuresNotifyProducer(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
setReportDeliveryFailuresNotifyProducer(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
setReportProcessErrorNotifyConsumer(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
setReportProcessErrorNotifyConsumer(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
setReportProcessErrorNotifyProducer(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
setReportProcessErrorNotifyProducer(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
setReportReceiverErrorsTo(PModeAddressList) - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
setReportSenderErrorsTo(PModeAddressList) - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
setRequestMessageID(String) - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
Set the request AS4 message ID to be used.
setResponder(PModeParty) - Method in class com.helger.phase4.model.pmode.PMode
 
setResponderID(String) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setResponseError(int, String, Throwable) - Method in class com.helger.phase4.servlet.AS4UnifiedResponse
 
setRetry(boolean) - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
Set enable retry
setRetry(ETriState) - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
Set enable retry
setRetryCallback(IAS4RetryCallback) - Method in class com.helger.phase4.servlet.AS4RequestHandler
Set the HTTP retry callback for outgoing messages.
setRetryIncreaseFactor(BigDecimal) - Method in class com.helger.phase4.http.HttpRetrySettings
Set the retry increase factor to use. 1 means no increase. 2 means the waiting time doubles every time.
setRetryIntervalMS(long) - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
Set the milliseconds to wait between retries.
setRole(String) - Method in class com.helger.phase4.ebms3header.Ebms3From
Sets the value of the role property.
setRole(String) - Method in class com.helger.phase4.ebms3header.Ebms3To
Sets the value of the role property.
setRole(String) - Method in class com.helger.phase4.model.pmode.PModeParty
Set the role to use.
setRole(String) - Method in class com.helger.phase4.soap12.Soap12Fault
Sets the value of the role property.
setS11MustUnderstand(Boolean) - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Sets the value of the s11MustUnderstand property.
setS12MustUnderstand(Boolean) - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Sets the value of the s12MustUnderstand property.
setSchema(Ebms3Schema) - Method in class com.helger.phase4.ebms3header.Ebms3PartInfo
Sets the value of the schema property.
setSecurity(PModeLegSecurity) - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
setSecurityProvider(Provider) - Method in class com.helger.phase4.crypto.AS4CryptParams
Set the security provider to be used for encryption and decryption.
setSecurityProvider(Provider) - Method in class com.helger.phase4.crypto.AS4SigningParams
Set the security provider to be used for signing and verification.
setSecurityProviderDecrypt(Provider) - Method in class com.helger.phase4.crypto.AS4CryptParams
Set the security provider to be used for decryption (not for encryption).
Note: this is currently not used by WSS4J
setSecurityProviderEncrypt(Provider) - Method in class com.helger.phase4.crypto.AS4CryptParams
Set the security provider to be used for encryption (not for decryption).
Note: this is currently not used by WSS4J
setSecurityProviderSign(Provider) - Method in class com.helger.phase4.crypto.AS4SigningParams
Set the security provider to be used for signing (not for verification).
setSecurityProviderVerify(Provider) - Method in class com.helger.phase4.crypto.AS4SigningParams
Set the security provider to be used for verification (not for signing).
setSendingDateTime(OffsetDateTime) - Method in class com.helger.phase4.client.AbstractAS4Client
Set the sending date time of the AS4 message.
setSendingDateTimeOrNow(OffsetDateTime) - Method in class com.helger.phase4.client.AbstractAS4Client
Deprecated, for removal: This API element is subject to removal in a future version.
setSendReceipt(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setSendReceipt(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setSendReceiptNonRepudiation(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setSendReceiptNonRepudiation(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setSendReceiptReplyPattern(EPModeSendReceiptReplyPattern) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setService(Ebms3Service) - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Sets the value of the service property.
setService(String) - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Special setter with value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
setService(String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
setServiceType(String) - Method in class com.helger.phase4.client.AS4ClientUserMessage
It is a string identifying the service type of the service specified in service value.
Example of what will be written in the user message: <eb:Service type= "MyServiceTypes">QuoteToCollect</eb:Service>
setServiceType(String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
setServiceValue(String) - Method in class com.helger.phase4.client.AS4ClientUserMessage
It is a string identifying the service that acts on the message 1639 and it is specified by the designer of the service.
Example of what will be written in the user message: <eb:Service type="MyServiceTypes">QuoteToCollect</eb:Service>
This is MANDATORY.
setSessionKeyProvider(ICryptoSessionKeyProvider) - Method in class com.helger.phase4.crypto.AS4CryptParams
Set the session key provider to be used for encryption.
setSeverity(String) - Method in class com.helger.phase4.ebms3header.Ebms3Error
Sets the value of the severity property.
setShortDescription(String) - Method in class com.helger.phase4.ebms3header.Ebms3Error
Sets the value of the shortDescription property.
setSignalMessage(List<Ebms3SignalMessage>) - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
setSignature(SignatureType) - Method in class com.helger.phase4.ebms3header.AcceptanceAcknowledgement
Sets the value of the signature property.
setSignature(SignatureType) - Method in class com.helger.phase4.ebms3header.ReceiptAcknowledgement
Sets the value of the signature property.
setSigningParams(AS4SigningParams) - Method in class com.helger.phase4.crypto.AS4IncomingSecurityConfiguration
 
setSoapBodyPayloadNode(Node) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setSoapBodyPayloadPresent(boolean) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setSoapDocument(Node) - Method in class com.helger.phase4.client.AS4ClientReceiptMessage
As node set the usermessage if it is signed, so the references can be counted and used in non repudiation.
setSoapHeaderElementProcessingSuccessful(boolean) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setSoapProcessingFinalizedCallback(AS4RequestHandler.ISoapProcessingFinalizedCallback) - Method in class com.helger.phase4.servlet.AS4RequestHandler
Set the internal SOAP processing finalized callback.
setSoapVersion(ESoapVersion) - Method in class com.helger.phase4.client.AbstractAS4Client
This method sets the SOAP Version.
setSoapVersion(ESoapVersion) - Method in class com.helger.phase4.model.pmode.leg.PModeLegProtocol
 
setSoapWSS4JException(Exception) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setSoapWSS4JSecurityActions(int) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setSourceStream(InputStream) - Method in class com.helger.phase4.attachment.WSS4JAttachment
Deprecated.
Do not use this, because it can be opened only once. Use WSS4JAttachment.setSourceStreamProvider(IHasInputStream) instead.
setSourceStreamProvider(IHasInputStream) - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
setStartGroup(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setStartGroup(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setStatus(int) - Method in interface com.helger.phase4.servlet.IAS4ResponseAbstraction
Set the HTTP status code to be returned.
setSubcode(Soap12Subcode) - Method in class com.helger.phase4.soap12.Soap12Faultcode
Sets the value of the subcode property.
setSubcode(Soap12Subcode) - Method in class com.helger.phase4.soap12.Soap12Subcode
Sets the value of the subcode property.
setSubcode(QName) - Method in class com.helger.phase4.soap12.Soap12Faultcode
Special setter with value of type QName
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
setSubcode(QName) - Method in class com.helger.phase4.soap12.Soap12Subcode
Special setter with value of type QName
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
setSupportedEnvelope(List<Soap12SupportedEnvType>) - Method in class com.helger.phase4.soap12.Soap12UpgradeType
Created by ph-jaxb-plugin -Xph-list-extension
setTempDir(File) - Static method in class com.helger.phase4.util.AS4ResourceHelper
Set a temporary directory to use.
setTerminateGroup(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setTerminateGroup(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
setText(List<Soap12Reasontext>) - Method in class com.helger.phase4.soap12.Soap12Faultreason
Created by ph-jaxb-plugin -Xph-list-extension
setThisMessageDateTime(XMLOffsetDateTime) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Sets the value of the thisMessageDateTime property.
setThisMessageDateTime(LocalDateTime) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Created by ph-jaxb-plugin -Xph-offset-dt-extension
setTimestamp(XMLOffsetDateTime) - Method in class com.helger.phase4.ebms3header.Ebms3MessageInfo
Sets the value of the timestamp property.
setTimestamp(LocalDateTime) - Method in class com.helger.phase4.ebms3header.Ebms3MessageInfo
Created by ph-jaxb-plugin -Xph-offset-dt-extension
setTo(Ebms3To) - Method in class com.helger.phase4.ebms3header.Ebms3PartyInfo
Sets the value of the to property.
setToPartyID(String) - Method in class com.helger.phase4.client.AS4ClientUserMessage
* @see #setFromPartyID(String)
setToPartyIDType(String) - Method in class com.helger.phase4.client.AS4ClientUserMessage
* @see #setFromPartyIDType(String)
setToPartyInfo(EbbpSigPartyInfoType) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Sets the value of the toPartyInfo property.
setToPartyInfo(String) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Special setter with value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
setToRole(EbbpSigRoleType) - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Sets the value of the toRole property.
setToRole(String) - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
setTrustStorePassword(String) - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
setTrustStorePath(String) - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
setTrustStoreProvider(String) - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
setTrustStoreType(EKeyStoreType) - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
setType(XLinkTypeType) - Method in class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
Sets the value of the type property.
setType(XLinkTypeType) - Method in class com.helger.phase4.ebms3header.EbbpSigRoleType
Sets the value of the type property.
setType(String) - Method in class com.helger.phase4.ebms3header.EbbpSigPartyInfoType
Sets the value of the type property.
setType(String) - Method in class com.helger.phase4.ebms3header.Ebms3AgreementRef
Sets the value of the type property.
setType(String) - Method in class com.helger.phase4.ebms3header.Ebms3PartyId
Sets the value of the type property.
setType(String) - Method in class com.helger.phase4.ebms3header.Ebms3Property
Sets the value of the type property.
setType(String) - Method in class com.helger.phase4.ebms3header.Ebms3Service
Sets the value of the type property.
setUniqueID() - Method in class com.helger.phase4.attachment.WSS4JAttachment
Create a random UUID based ID and call Attachment.setId(String)
setUsedCertificate(X509Certificate) - Method in class com.helger.phase4.servlet.AS4MessageState
 
setUseLeg1(boolean) - Method in class com.helger.phase4.client.AS4ClientUserMessage
DEFAULT is set to true, if you want to use leg2 for the message set false.
setUserMessage(List<Ebms3UserMessage>) - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-list-extension
setUserMessageValuesFromPMode(IPMode, PModeLeg) - Method in class com.helger.phase4.client.AS4ClientUserMessage
 
setUserName(String) - Method in class com.helger.phase4.model.pmode.PModeParty
Set the user name to use.
setUsernameTokenCreated(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setUsernameTokenCreated(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setUsernameTokenDigest(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setUsernameTokenDigest(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setUsernameTokenNonce(boolean) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setUsernameTokenNonce(ETriState) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setUsernameTokenPassword(String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setUsernameTokenUsername(String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setUseSingleCertificate(boolean) - Method in class com.helger.phase4.crypto.AS4SigningParams
Set the Binary Security Token value type.
setUuid(String) - Method in class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
Sets the value of the uuid property.
setValue(String) - Method in class com.helger.phase4.ebms3header.EbbpSigPartyInfoType
Sets the value of the value property.
setValue(String) - Method in class com.helger.phase4.ebms3header.Ebms3AgreementRef
Sets the value of the value property.
setValue(String) - Method in class com.helger.phase4.ebms3header.Ebms3Description
Sets the value of the value property.
setValue(String) - Method in class com.helger.phase4.ebms3header.Ebms3PartyId
Sets the value of the value property.
setValue(String) - Method in class com.helger.phase4.ebms3header.Ebms3Property
Sets the value of the value property.
setValue(String) - Method in class com.helger.phase4.ebms3header.Ebms3Service
Sets the value of the value property.
setValue(String) - Method in class com.helger.phase4.soap12.Soap12Reasontext
Sets the value of the value property.
setValue(QName) - Method in class com.helger.phase4.soap12.Soap12Faultcode
Sets the value of the value property.
setValue(QName) - Method in class com.helger.phase4.soap12.Soap12Subcode
Sets the value of the value property.
setValuesFromPMode(IPMode, PModeLeg) - Method in class com.helger.phase4.client.AbstractAS4Client
 
setVersion(String) - Method in class com.helger.phase4.ebms3header.Ebms3Schema
Sets the value of the version property.
setWSSecEncryptCustomizer(IWSSecEncryptCustomizer) - Method in class com.helger.phase4.crypto.AS4CryptParams
 
setWSSecSignatureCustomizer(IWSSecSignatureCustomizer) - Method in class com.helger.phase4.crypto.AS4SigningParams
 
setWSSVersion(EWSSVersion) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
Set the WS Security version to use.
setX509EncryptionAlgorithm(ECryptoAlgorithmCrypt) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setX509EncryptionCertificate(String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setX509EncryptionEncryptAttachments(ICommonsList<String>) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setX509EncryptionEncryptElements(ICommonsList<String>) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setX509EncryptionMinimumStrength(Integer) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setX509SignAttachments(ICommonsList<String>) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setX509SignatureAlgorithm(ECryptoAlgorithmSign) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setX509SignatureCertificate(String) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setX509SignatureHashFunction(ECryptoAlgorithmSignDigest) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setX509SignElements(ICommonsList<String>) - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
setXSDFilename(String) - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
Set the XML Schema filename.
severity(IErrorLevel) - Method in class com.helger.phase4.error.Ebms3ErrorBuilder
 
severity(EEbmsErrorSeverity) - Method in class com.helger.phase4.error.Ebms3ErrorBuilder
 
shortDescription(String) - Method in class com.helger.phase4.error.Ebms3ErrorBuilder
 
shutdownAS4Server() - Static method in class com.helger.phase4.servlet.AS4ServerInitializer
Call this method to shutdown the AS4 server.
SIGN_ALGORITHM_DEFAULT - Static variable in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
 
SIGN_DIGEST_ALGORITHM_DEFAULT - Static variable in enum com.helger.phase4.crypto.ECryptoAlgorithmSignDigest
 
SignalMessage_QNAME - Static variable in class com.helger.phase4.marshaller.Ebms3SignalMessageMarshaller
 
signalMsgConsumer(IAS4SignalMessageConsumer) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set an optional Ebms3 Signal Message Consumer.
signingParams() - Method in class com.helger.phase4.client.AbstractAS4Client
 
signingParams() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Get the mutable AS4 signing parameters.
size() - Method in class com.helger.phase4.duplicate.AS4DuplicateManagerInMemory
 
size() - Method in interface com.helger.phase4.duplicate.IAS4DuplicateManager
 
SKI_KEY_IDENTIFIER - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
Send a SubjectKeyIdentifier to identify the signing certificate.
SOAP_11 - Enum constant in enum com.helger.phase4.marshaller.EEbms3DocumentType
Deprecated.
 
SOAP_11 - Enum constant in enum com.helger.phase4.soap.ESoapVersion
 
SOAP_12 - Enum constant in enum com.helger.phase4.marshaller.EEbms3DocumentType
Deprecated.
 
SOAP_12 - Enum constant in enum com.helger.phase4.soap.ESoapVersion
 
soap11() - Static method in class com.helger.phase4.marshaller.Ebms3ReaderBuilder
Deprecated.
 
soap11() - Static method in class com.helger.phase4.marshaller.Ebms3WriterBuilder
Deprecated.
 
Soap11Body - Class in com.helger.phase4.soap11
Java class for Body complex type
Soap11Body() - Constructor for class com.helger.phase4.soap11.Soap11Body
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap11Detail - Class in com.helger.phase4.soap11
Java class for detail complex type
Soap11Detail() - Constructor for class com.helger.phase4.soap11.Soap11Detail
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap11Envelope - Class in com.helger.phase4.soap11
Java class for Envelope complex type
Soap11Envelope() - Constructor for class com.helger.phase4.soap11.Soap11Envelope
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap11EnvelopeMarshaller - Class in com.helger.phase4.marshaller
Marshaller for Soap11Envelope objects.
Soap11EnvelopeMarshaller() - Constructor for class com.helger.phase4.marshaller.Soap11EnvelopeMarshaller
 
Soap11Fault - Class in com.helger.phase4.soap11
Fault reporting structure
Soap11Fault() - Constructor for class com.helger.phase4.soap11.Soap11Fault
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap11Header - Class in com.helger.phase4.soap11
Java class for Header complex type
Soap11Header() - Constructor for class com.helger.phase4.soap11.Soap11Header
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap11NamespaceHandler - Class in com.helger.phase4.marshaller
A special XML namespace context that contains all default SOAP 1.1 mappings.
Soap11NamespaceHandler() - Constructor for class com.helger.phase4.marshaller.Soap11NamespaceHandler
 
soap12() - Static method in class com.helger.phase4.marshaller.Ebms3ReaderBuilder
Deprecated.
 
soap12() - Static method in class com.helger.phase4.marshaller.Ebms3WriterBuilder
Deprecated.
 
Soap12Body - Class in com.helger.phase4.soap12
Java class for Body complex type
Soap12Body() - Constructor for class com.helger.phase4.soap12.Soap12Body
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap12Detail - Class in com.helger.phase4.soap12
Java class for detail complex type
Soap12Detail() - Constructor for class com.helger.phase4.soap12.Soap12Detail
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap12Envelope - Class in com.helger.phase4.soap12
Java class for Envelope complex type
Soap12Envelope() - Constructor for class com.helger.phase4.soap12.Soap12Envelope
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap12EnvelopeMarshaller - Class in com.helger.phase4.marshaller
Marshaller for Soap12Envelope objects.
Soap12EnvelopeMarshaller() - Constructor for class com.helger.phase4.marshaller.Soap12EnvelopeMarshaller
 
Soap12Fault - Class in com.helger.phase4.soap12
Fault reporting structure
Soap12Fault() - Constructor for class com.helger.phase4.soap12.Soap12Fault
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap12Faultcode - Class in com.helger.phase4.soap12
Java class for faultcode complex type
Soap12Faultcode() - Constructor for class com.helger.phase4.soap12.Soap12Faultcode
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap12Faultcode(QName) - Constructor for class com.helger.phase4.soap12.Soap12Faultcode
Constructor for value of type QName
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap12Faultreason - Class in com.helger.phase4.soap12
Java class for faultreason complex type
Soap12Faultreason() - Constructor for class com.helger.phase4.soap12.Soap12Faultreason
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap12Header - Class in com.helger.phase4.soap12
Elements replacing the wildcard MUST be namespace qualified, but can be in the targetNamespace
Soap12Header() - Constructor for class com.helger.phase4.soap12.Soap12Header
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap12NamespaceHandler - Class in com.helger.phase4.marshaller
A special XML namespace context that contains all default SOAP 1.2 mappings.
Soap12NamespaceHandler() - Constructor for class com.helger.phase4.marshaller.Soap12NamespaceHandler
 
Soap12NotUnderstoodType - Class in com.helger.phase4.soap12
Java class for NotUnderstoodType complex type
Soap12NotUnderstoodType() - Constructor for class com.helger.phase4.soap12.Soap12NotUnderstoodType
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap12Reasontext - Class in com.helger.phase4.soap12
Java class for reasontext complex type
Soap12Reasontext() - Constructor for class com.helger.phase4.soap12.Soap12Reasontext
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap12Reasontext(String) - Constructor for class com.helger.phase4.soap12.Soap12Reasontext
Constructor for value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap12Subcode - Class in com.helger.phase4.soap12
Java class for subcode complex type
Soap12Subcode() - Constructor for class com.helger.phase4.soap12.Soap12Subcode
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap12Subcode(QName) - Constructor for class com.helger.phase4.soap12.Soap12Subcode
Constructor for value of type QName
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap12SupportedEnvType - Class in com.helger.phase4.soap12
Java class for SupportedEnvType complex type
Soap12SupportedEnvType() - Constructor for class com.helger.phase4.soap12.Soap12SupportedEnvType
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
Soap12UpgradeType - Class in com.helger.phase4.soap12
Java class for UpgradeType complex type
Soap12UpgradeType() - Constructor for class com.helger.phase4.soap12.Soap12UpgradeType
Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
SOAPHeaderElementProcessorExtractEbms3Messaging - Class in com.helger.phase4.servlet.soap
This class manages the EBMS Messaging SOAP header element
SOAPHeaderElementProcessorExtractEbms3Messaging(IPModeResolver, Consumer<? super IPMode>) - Constructor for class com.helger.phase4.servlet.soap.SOAPHeaderElementProcessorExtractEbms3Messaging
Ctor
SOAPHeaderElementProcessorRegistry - Class in com.helger.phase4.servlet.soap
This class manages the SOAP header element processors.
SOAPHeaderElementProcessorRegistry() - Constructor for class com.helger.phase4.servlet.soap.SOAPHeaderElementProcessorRegistry
 
SOAPHeaderElementProcessorWSS4J - Class in com.helger.phase4.servlet.soap
This class manages the WSS4J SOAP header
SOAPHeaderElementProcessorWSS4J(IAS4CryptoFactory, IAS4CryptoFactory, Provider, Supplier<? extends IPMode>, IAS4DecryptParameterModifier) - Constructor for class com.helger.phase4.servlet.soap.SOAPHeaderElementProcessorWSS4J
 
SoapMimeMultipart - Class in com.helger.phase4.messaging.mime
Special MimeMultipart that modifies the Content-Type to add the "type" parameter with the SOAP versions MIME type.
SoapMimeMultipart(ESoapVersion, Charset) - Constructor for class com.helger.phase4.messaging.mime.SoapMimeMultipart
 
soapVersion() - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
 
soapVersion(ESoapVersion) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Set the SOAP version to be used.
SUBMIT - Enum constant in enum com.helger.phase4.model.EMessagingOperation
This operation transfers enough data from the producer to the Sending MSH to generate an ebMS User Message Unit.
SUCCESS - Enum constant in enum com.helger.phase4.sender.AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult
Everything worked according to plan.
SYNC - Enum constant in enum com.helger.phase4.model.EMEPBinding
maps an exchange of two User messages respectively to the first and second legs of a two-way underlying transport protocol.

T

ThirdPartyModuleProvider_phase4_lib - Class in com.helger.phase4.config
Implement this SPI interface if your JAR file contains external third party modules.
ThirdPartyModuleProvider_phase4_lib() - Constructor for class com.helger.phase4.config.ThirdPartyModuleProvider_phase4_lib
 
THUMBPRINT_IDENTIFIER - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
THUMPRINT_IDENTIFIER is used to set the specific key identifier ThumbprintSHA1.
toPartyID(String) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set the "to party ID".
toPartyIDType(String) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set the "to party ID type".
toRole(String) - Method in class com.helger.phase4.sender.AbstractAS4UserMessageBuilder
Set the "to party role".
toString() - Method in class com.helger.phase4.attachment.AS4OutgoingAttachment
 
toString() - Method in class com.helger.phase4.attachment.WSS4JAttachment
 
toString() - Method in class com.helger.phase4.attachment.WSS4JAttachmentCallbackHandler
 
toString() - Method in class com.helger.phase4.client.AbstractAS4RawResponseConsumer
 
toString() - Method in class com.helger.phase4.client.AS4ClientBuiltMessage
 
toString() - Method in class com.helger.phase4.client.AS4ClientSentMessage
 
toString() - Method in class com.helger.phase4.crypto.AS4CryptoProperties
 
toString() - Method in class com.helger.phase4.crypto.AS4CryptParams
 
toString() - Method in class com.helger.phase4.crypto.AS4IncomingSecurityConfiguration
 
toString() - Method in class com.helger.phase4.crypto.AS4SigningParams
 
toString() - Method in class com.helger.phase4.duplicate.AS4DuplicateItem
 
toString() - Method in class com.helger.phase4.ebms3header.AcceptanceAcknowledgement
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.EbbpSigPartyInfoType
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.EbbpSigProcessSpecificationInfoType
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.EbbpSigRoleType
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.EbbpSigSignalIdentificationInformation
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3AgreementRef
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3CollaborationInfo
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3Description
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3Error
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3From
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3MessageInfo
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3MessageProperties
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3Messaging
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3PartInfo
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3PartProperties
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3PartyId
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3PartyInfo
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3PayloadInfo
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3Property
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3PullRequest
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3Receipt
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3Schema
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3Service
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3SignalMessage
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3To
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Ebms3UserMessage
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Exception.ExceptionType
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.Exception
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.MessagePartNRInformation
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.NonRepudiationInformation
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.ebms3header.ReceiptAcknowledgement
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.error.EbmsError
 
toString() - Method in class com.helger.phase4.http.BasicHttpPoster
 
toString() - Method in class com.helger.phase4.http.HttpMimeMessageEntity
 
toString() - Method in class com.helger.phase4.http.HttpRetrySettings
 
toString() - Method in class com.helger.phase4.messaging.domain.AbstractAS4Message
 
toString() - Method in class com.helger.phase4.messaging.mime.AS4MimeMessage
 
toString() - Method in class com.helger.phase4.model.MessageProperty
 
toString() - Method in class com.helger.phase4.model.pmode.leg.PModeAddressList
 
toString() - Method in class com.helger.phase4.model.pmode.leg.PModeLeg
 
toString() - Method in class com.helger.phase4.model.pmode.leg.PModeLegBusinessInformation
 
toString() - Method in class com.helger.phase4.model.pmode.leg.PModeLegErrorHandling
 
toString() - Method in class com.helger.phase4.model.pmode.leg.PModeLegProtocol
 
toString() - Method in class com.helger.phase4.model.pmode.leg.PModeLegReliability
 
toString() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
toString() - Method in class com.helger.phase4.model.pmode.leg.PModePayloadProfile
 
toString() - Method in class com.helger.phase4.model.pmode.leg.PModeProperty
 
toString() - Method in class com.helger.phase4.model.pmode.PMode
 
toString() - Method in class com.helger.phase4.model.pmode.PModeParty
 
toString() - Method in class com.helger.phase4.model.pmode.PModePayloadService
 
toString() - Method in class com.helger.phase4.model.pmode.PModeReceptionAwareness
 
toString() - Method in class com.helger.phase4.profile.AS4Profile
 
toString() - Method in class com.helger.phase4.profile.AS4ProfileManager
 
toString() - Method in class com.helger.phase4.servlet.AS4IncomingMessageMetadata
 
toString() - Method in class com.helger.phase4.servlet.soap.AS4SingleSOAPHeader
 
toString() - Method in class com.helger.phase4.servlet.spi.AS4MessageProcessorResult
 
toString() - Method in class com.helger.phase4.servlet.spi.AS4SignalMessageProcessorResult
 
toString() - Method in class com.helger.phase4.soap11.Soap11Body
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap11.Soap11Detail
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap11.Soap11Envelope
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap11.Soap11Fault
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap11.Soap11Header
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap12.Soap12Body
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap12.Soap12Detail
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap12.Soap12Envelope
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap12.Soap12Fault
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap12.Soap12Faultcode
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap12.Soap12Faultreason
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap12.Soap12Header
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap12.Soap12NotUnderstoodType
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap12.Soap12Reasontext
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap12.Soap12Subcode
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap12.Soap12SupportedEnvType
Created by ph-jaxb-plugin -Xph-tostring
toString() - Method in class com.helger.phase4.soap12.Soap12UpgradeType
Created by ph-jaxb-plugin -Xph-tostring
TRANSPORT_ERROR - Enum constant in enum com.helger.phase4.sender.AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult
Something failed on the network or HTTP(S) level
TRUSTSTORE_FILE - Static variable in class com.helger.phase4.crypto.AS4CryptoProperties
Truststore filename/path
TRUSTSTORE_PASSWORD - Static variable in class com.helger.phase4.crypto.AS4CryptoProperties
Truststore password
TRUSTSTORE_PROVIDER - Static variable in class com.helger.phase4.crypto.AS4CryptoProperties
Truststore provider - must usually not be set
TRUSTSTORE_TYPE - Static variable in class com.helger.phase4.crypto.AS4CryptoProperties
Truststore type - JKS or PKCS12?
TWO_WAY - Enum constant in enum com.helger.phase4.model.EMEP
The Two-Way MEP which governs the exchange of two User Message Units in opposite directions, the first one to occur is labeled "request", the other one "reply".
type(String) - Method in class com.helger.phase4.model.MessageProperty.Builder
 

U

unmarshal(String) - Method in class com.helger.phase4.ebms3header.runtime.ZeroOneBooleanAdapter
 
UNPACKAGING - Enum constant in enum com.helger.phase4.error.EEbmsErrorCategory
 
unschedule(TriggerKey) - Static method in class com.helger.phase4.servlet.mgr.AS4DuplicateCleanupJob
 
updateMPC(IMPC) - Method in interface com.helger.phase4.model.mpc.IMPCManager
Update an existing MPC
updateMPC(IMPC) - Method in class com.helger.phase4.model.mpc.MPCManager
 
updateMPC(IMPC) - Method in class com.helger.phase4.model.mpc.MPCManagerInMemory
 
updatePMode(IPMode) - Method in interface com.helger.phase4.model.pmode.IPModeManager
Update an existing PMode.
updatePMode(IPMode) - Method in class com.helger.phase4.model.pmode.PModeManager
 
updatePMode(IPMode) - Method in class com.helger.phase4.model.pmode.PModeManagerInMemory
 
USER_MESSAGE - Enum constant in enum com.helger.phase4.messaging.domain.EAS4MessageType
 
userMsgConsumer(IAS4UserMessageConsumer) - Method in class com.helger.phase4.sender.AbstractAS4PullRequestBuilder
Set an optional Ebms3 User Message Consumer.
UT_SIGNING - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
UT_SIGNING is used internally only to set a specific Signature behavior.

V

validateAgainstProfile() - Method in interface com.helger.phase4.servlet.IAS4IncomingProfileSelector
Configure if the profile validation rules should be applied or not.
validateAllPModes() - Method in interface com.helger.phase4.model.pmode.IPModeManager
Validate all contained PModes at once.
validateInitiatorIdentity(Ebms3UserMessage, X509Certificate, IAS4IncomingMessageMetadata, ErrorList) - Method in interface com.helger.phase4.profile.IAS4ProfileValidator
Validation the initiator identity
validatePMode(IPMode) - Method in interface com.helger.phase4.model.pmode.IPModeManager
Validate, that the provided PMode domain object is consistent according to the underlying requirements.
validatePMode(IPMode, ErrorList) - Method in interface com.helger.phase4.profile.IAS4ProfileValidator
Validation a PMode
validateSignalMessage(Ebms3SignalMessage, ErrorList) - Method in interface com.helger.phase4.profile.IAS4ProfileValidator
Validation a SignalMessage
validateUserMessage(Ebms3UserMessage, ErrorList) - Method in interface com.helger.phase4.profile.IAS4ProfileValidator
Validation a UserMessage
value() - Element in annotation type com.helger.phase4.v3.ChangeV3
 
value(String) - Method in class com.helger.phase4.model.MessageProperty.Builder
 
VALUE_INCONSISTENT - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
VALUE_NOT_RECOGNIZED - Enum constant in enum com.helger.phase4.error.EEbmsErrorText
 
valueOf(String) - Static method in enum com.helger.phase4.attachment.EAS4CompressionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmC14N
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmSignDigest
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.crypto.ECryptoKeyEncryptionAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.crypto.ECryptoMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.error.EEbmsError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.error.EEbmsErrorCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.error.EEbmsErrorSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.error.EEbmsErrorText
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.marshaller.EEbms3DocumentType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.marshaller.EXMLDSigDocumentType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.messaging.domain.EAS4MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.messaging.EAS4MessageMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.model.EMEP
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.model.EMEPBinding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.model.EMessagingOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.model.pmode.leg.EPModeSendReceiptReplyPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.sender.AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.soap.ESoapVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.helger.phase4.wss.EWSSVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.helger.phase4.attachment.EAS4CompressionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmC14N
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmCrypt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmSign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.crypto.ECryptoAlgorithmSignDigest
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.crypto.ECryptoKeyEncryptionAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.crypto.ECryptoMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.error.EEbmsError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.error.EEbmsErrorCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.error.EEbmsErrorSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.error.EEbmsErrorText
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.marshaller.EEbms3DocumentType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.marshaller.EXMLDSigDocumentType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.messaging.domain.EAS4MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.messaging.EAS4MessageMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.model.EMEP
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.model.EMEPBinding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.model.EMessagingOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.model.pmode.leg.EPModeSendReceiptReplyPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.sender.AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.soap.ESoapVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.helger.phase4.wss.EWSSVersion
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARNING - Enum constant in enum com.helger.phase4.error.EEbmsErrorSeverity
 
withCryptParams(Consumer<? super AS4CryptParams>) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Modify the AS4 crypt parameters for this message.
withSigningParams(Consumer<? super AS4SigningParams>) - Method in class com.helger.phase4.sender.AbstractAS4MessageBuilder
Modify the AS4 signing parameters for this message.
wrap(AS4UnifiedResponse) - Static method in interface com.helger.phase4.servlet.IAS4ResponseAbstraction
write(byte[]) - Method in class com.helger.phase4.util.MultiOutputStream
 
write(byte[], int, int) - Method in class com.helger.phase4.util.MultiOutputStream
 
write(int) - Method in class com.helger.phase4.util.MultiOutputStream
 
writeTo(OutputStream) - Method in class com.helger.phase4.http.HttpMimeMessageEntity
 
writeTo(Object, String, OutputStream) - Method in class com.helger.phase4.messaging.mime.DataContentHandlerSoap12
 
WSS_10 - Enum constant in enum com.helger.phase4.wss.EWSSVersion
Deprecated.
WSS_11 - Enum constant in enum com.helger.phase4.wss.EWSSVersion
Deprecated.
WSS_111 - Enum constant in enum com.helger.phase4.wss.EWSSVersion
 
WSS4JAttachment - Class in com.helger.phase4.attachment
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.
WSS4JAttachment(AS4ResourceHelper, String) - Constructor for class com.helger.phase4.attachment.WSS4JAttachment
 
WSS4JAttachmentCallbackHandler - Class in com.helger.phase4.attachment
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.
WSS4JAttachmentCallbackHandler(Iterable<? extends WSS4JAttachment>, AS4ResourceHelper) - Constructor for class com.helger.phase4.attachment.WSS4JAttachmentCallbackHandler
 
WSSConfigManager - Class in com.helger.phase4.wss
A utility class to handle the life cycle of the WSSConfig objects.
WSSConfigManager() - Constructor for class com.helger.phase4.wss.WSSConfigManager
Deprecated.
WSSE_NS - Static variable in class com.helger.phase4.CAS4
 
WSSSynchronizer - Class in com.helger.phase4.wss
A helper class to run all WSS stuff in a lock.
WSU_NS - Static variable in class com.helger.phase4.CAS4
 

X

X509_KEY_IDENTIFIER - Enum constant in enum com.helger.phase4.crypto.ECryptoKeyIdentifierType
Send the certificate used to encrypt the symmetric key.
x509EncryptionEncryptAttachments() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
x509EncryptionEncryptElements() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
x509SignAttachments() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
x509SignElements() - Method in class com.helger.phase4.model.pmode.leg.PModeLegSecurity
 
XENC_NS - Static variable in class com.helger.phase4.CAS4
 
XENC11_NS - Static variable in class com.helger.phase4.CAS4
 
XMLDSigReaderBuilder<JAXBTYPE> - Class in com.helger.phase4.marshaller
Deprecated, for removal: This API element is subject to removal in a future version.
XMLDSigReaderBuilder(EXMLDSigDocumentType, Class<JAXBTYPE>) - Constructor for class com.helger.phase4.marshaller.XMLDSigReaderBuilder
Deprecated.
 
XMLDSigWriterBuilder<JAXBTYPE> - Class in com.helger.phase4.marshaller
Deprecated, for removal: This API element is subject to removal in a future version.
XMLDSigWriterBuilder(EXMLDSigDocumentType) - Constructor for class com.helger.phase4.marshaller.XMLDSigWriterBuilder
Deprecated.
 
XSD_EBBP_SIGNALS - Static variable in class com.helger.phase4.CAS4
 
XSD_EBMS_HEADER - Static variable in class com.helger.phase4.CAS4
 
XSD_SOAP11 - Static variable in class com.helger.phase4.CAS4
 
XSD_SOAP12 - Static variable in class com.helger.phase4.CAS4
 
XSDS - Static variable in class com.helger.phase4.marshaller.DSigReferenceMarshaller
 
XSDS - Static variable in class com.helger.phase4.marshaller.Ebms3MessagingMarshaller
 
XSDS - Static variable in class com.helger.phase4.marshaller.NonRepudiationInformationMarshaller
 
XSDS - Static variable in class com.helger.phase4.marshaller.Soap11EnvelopeMarshaller
 
XSDS - Static variable in class com.helger.phase4.marshaller.Soap12EnvelopeMarshaller
 
XWS - Static variable in class com.helger.phase4.util.AS4XMLHelper
 

Z

ZeroOneBooleanAdapter - Class in com.helger.phase4.ebms3header.runtime
Serializes boolean as 0 or 1.
ZeroOneBooleanAdapter() - Constructor for class com.helger.phase4.ebms3header.runtime.ZeroOneBooleanAdapter
 

_

_Body_QNAME - Static variable in class com.helger.phase4.soap11.ObjectFactory
 
_Body_QNAME - Static variable in class com.helger.phase4.soap12.ObjectFactory
 
_Envelope_QNAME - Static variable in class com.helger.phase4.soap11.ObjectFactory
 
_Envelope_QNAME - Static variable in class com.helger.phase4.soap12.ObjectFactory
 
_Fault_QNAME - Static variable in class com.helger.phase4.soap11.ObjectFactory
 
_Fault_QNAME - Static variable in class com.helger.phase4.soap12.ObjectFactory
 
_Header_QNAME - Static variable in class com.helger.phase4.soap11.ObjectFactory
 
_Header_QNAME - Static variable in class com.helger.phase4.soap12.ObjectFactory
 
_Messaging_QNAME - Static variable in class com.helger.phase4.ebms3header.ObjectFactory
 
_NotUnderstood_QNAME - Static variable in class com.helger.phase4.soap12.ObjectFactory
 
_Upgrade_QNAME - Static variable in class com.helger.phase4.soap12.ObjectFactory
 
A B C D E F G H I K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form