Package com.helger.phase4.servlet.spi
Interface IAS4ServletPullRequestProcessorSPI
@IsSPIInterface
public interface IAS4ServletPullRequestProcessorSPI
Implement this SPI interface to handle incoming pull request appropriately
and give the servlet the right PMode back.
- Author:
- bayerlma, Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionfindPMode(Ebms3SignalMessage aSignalMessage) Process incoming AS4 signal message and determine the PMode to be used.
-
Method Details
-
findPMode
Process incoming AS4 signal message and determine the PMode to be used.- Parameters:
aSignalMessage- The received signal message. May not benull. Contains the pull request AND the message info!- Returns:
- The resolved PMode. May be
null.
-