Package com.helger.phase4.incoming.spi
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:
Name before v3:
com.helger.phase4.servlet.spi.IAS4ServletPullRequestProcessorSPI- 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.
-