Class AS4Helper

java.lang.Object
com.helger.phase4.model.AS4Helper

@Immutable public final class AS4Helper extends Object
Generic AS4 helper for specification related things.
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    isPingMessage(@Nullable IPMode aPMode)
    Check if the combination of Action and Service resembles an EBMS Ping (aka test) Message as described in chapter 5.2.2.9.
    static boolean
    isPingMessage(@Nullable PModeLegBusinessInformation aBusinessInfo)
    Check if the combination of Action and Service resembles an EBMS Ping (aka test) Message as described in chapter 5.2.2.9.
    static boolean
    isPingMessage(@Nullable String sAction, @Nullable String sService)
    Check if the combination of Action and Service resembles an EBMS Ping (aka test) Message as described in chapter 5.2.2.9.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait