Uses of Enum
com.helger.phase4.messaging.EAS4MessageMode
Packages that use EAS4MessageMode
-
Uses of EAS4MessageMode in com.helger.phase4.dump
Methods in com.helger.phase4.dump with parameters of type EAS4MessageModeModifier and TypeMethodDescriptionAS4OutgoingDumperFileBased.IFileProvider.getFile(EAS4MessageMode eMsgMode, String sAS4MessageID, int nTry) Get theFileto write the dump to.AbstractAS4OutgoingDumperWithHeaders.onBeginRequest(EAS4MessageMode eMsgMode, IAS4IncomingMessageMetadata aMessageMetadata, IAS4MessageState aState, String sMessageID, com.helger.commons.http.HttpHeaderMap aCustomHeaders, int nTry) IAS4OutgoingDumper.onBeginRequest(EAS4MessageMode eMsgMode, IAS4IncomingMessageMetadata aMessageMetadata, IAS4MessageState aState, String sMessageID, com.helger.commons.http.HttpHeaderMap aCustomHeaders, int nTry) Called for new requests.default voidIAS4OutgoingDumper.onEndRequest(EAS4MessageMode eMsgMode, IAS4IncomingMessageMetadata aMessageMetadata, IAS4MessageState aState, String sMessageID) Called after the AS4 request is handled internally.protected abstract OutputStreamAbstractAS4OutgoingDumperWithHeaders.openOutputStream(EAS4MessageMode eMsgMode, IAS4IncomingMessageMetadata aMessageMetadata, IAS4MessageState aState, String sMessageID, com.helger.commons.http.HttpHeaderMap aCustomHeaders, int nTry) Create the output stream to which the data should be dumped.protected OutputStreamAS4OutgoingDumperFileBased.openOutputStream(EAS4MessageMode eMsgMode, IAS4IncomingMessageMetadata aMessageMetadata, IAS4MessageState aState, String sMessageID, com.helger.commons.http.HttpHeaderMap aCustomHeaders, int nTry) protected OutputStreamAS4OutgoingDumperSingleUse.openOutputStream(EAS4MessageMode eMsgMode, IAS4IncomingMessageMetadata aMessageMetadata, IAS4MessageState aState, String sMessageID, com.helger.commons.http.HttpHeaderMap aCustomHeaders, int nTry) -
Uses of EAS4MessageMode in com.helger.phase4.messaging
Methods in com.helger.phase4.messaging that return EAS4MessageModeModifier and TypeMethodDescriptionstatic EAS4MessageModeEAS4MessageMode.getFromIDOrNull(String sID) IAS4IncomingMessageMetadata.getMode()static EAS4MessageModeReturns the enum constant of this type with the specified name.static EAS4MessageMode[]EAS4MessageMode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EAS4MessageMode in com.helger.phase4.servlet
Methods in com.helger.phase4.servlet that return EAS4MessageModeConstructors in com.helger.phase4.servlet with parameters of type EAS4MessageModeModifierConstructorDescriptionprotectedDefault constructor using a UUID as the incoming unique ID and the current date time.protectedAS4IncomingMessageMetadata(String sIncomingUniqueID, OffsetDateTime aIncomingDT, EAS4MessageMode eMode) Constructor in case this every needs to be deserialized or other weird things are necessary.