Uses of Enum Class
com.helger.phase4.model.message.EAS4MessageType
Packages that use EAS4MessageType
Package
Description
-
Uses of EAS4MessageType in com.helger.phase4.client
Methods in com.helger.phase4.client that return EAS4MessageTypeModifier and TypeMethodDescriptionfinal @NonNull EAS4MessageTypeAbstractAS4Client.getMessageType()Constructors in com.helger.phase4.client with parameters of type EAS4MessageTypeModifierConstructorDescriptionprotectedAbstractAS4Client(@NonNull EAS4MessageType eMessageType, @NonNull AS4ResourceHelper aResHelper) protectedAbstractAS4ClientSignalMessage(@NonNull EAS4MessageType eMessageType, @NonNull AS4ResourceHelper aResHelper) -
Uses of EAS4MessageType in com.helger.phase4.model
Methods in com.helger.phase4.model with parameters of type EAS4MessageTypeModifier and TypeMethodDescriptionstatic booleanMEPHelper.isValidResponseTypeLeg1(@NonNull EMEP eMEP, @NonNull EMEPBinding eMEPBinding, @NonNull EAS4MessageType eMsgType) static booleanMEPHelper.isValidResponseTypeLeg2(@NonNull EMEP eMEP, @NonNull EMEPBinding eMEPBinding, @NonNull EAS4MessageType eMsgType) -
Uses of EAS4MessageType in com.helger.phase4.model.message
Methods in com.helger.phase4.model.message that return EAS4MessageTypeModifier and TypeMethodDescriptionstatic @Nullable EAS4MessageTypeEAS4MessageType.getFromIDOrNull(@Nullable String sID) final @NonNull EAS4MessageTypeAbstractAS4Message.getMessageType()@NonNull EAS4MessageTypeIAS4Message.getMessageType()static EAS4MessageTypeReturns the enum constant of this class with the specified name.static EAS4MessageType[]EAS4MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.helger.phase4.model.message with parameters of type EAS4MessageTypeModifierConstructorDescriptionAbstractAS4Message(@NonNull ESoapVersion eSoapVersion, @NonNull EAS4MessageType eMsgType)