Uses of Enum
com.helger.phase4.sender.AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult
Packages that use AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult
-
Uses of AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult in com.helger.phase4.sender
Methods in com.helger.phase4.sender that return AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResultModifier and TypeMethodDescriptionAbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult.getFromIDOrNull(String sID) AbstractAS4UserMessageBuilder.sendMessageAndCheckForReceipt()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.AbstractAS4UserMessageBuilder.sendMessageAndCheckForReceipt(Consumer<? super Phase4Exception> aExceptionConsumer) 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.Returns the enum constant of this type with the specified name.AbstractAS4UserMessageBuilder.ESimpleUserMessageSendResult.values()Returns an array containing the constants of this enum type, in the order they are declared.