Interface IAS4IncomingPullRequestProcessorSPI


@IsSPIInterface public interface IAS4IncomingPullRequestProcessorSPI
Implement this SPI interface to handle incoming pull request appropriately and give the servlet the right PMode back.
Name before v3: com.helger.phase4.servlet.spi.IAS4ServletPullRequestProcessorSPI
Author:
bayerlma, Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    findPMode(Ebms3SignalMessage aSignalMessage)
    Process incoming AS4 signal message and determine the PMode to be used.
  • Method Details

    • findPMode

      @Nullable IPMode findPMode(@Nonnull Ebms3SignalMessage aSignalMessage)
      Process incoming AS4 signal message and determine the PMode to be used.
      Parameters:
      aSignalMessage - The received signal message. May not be null. Contains the pull request AND the message info!
      Returns:
      The resolved PMode. May be null.