Skip to content

Commit

Permalink
Init API
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Feb 6, 2025
1 parent 99ee414 commit 50ccf1d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@
import com.helger.phase4.incoming.mgr.AS4ProfileSelector;
import com.helger.phase4.mgr.MetaAS4Manager;
import com.helger.phase4.peppol.server.APConfig;
import com.helger.phase4.peppol.server.api.Phase4API;
import com.helger.phase4.peppol.server.storage.StorageHelper;
import com.helger.phase4.peppol.servlet.Phase4PeppolDefaultReceiverConfiguration;
import com.helger.phase4.profile.peppol.AS4PeppolProfileRegistarSPI;
import com.helger.phase4.profile.peppol.PeppolCRLDownloader;
import com.helger.phase4.profile.peppol.Phase4PeppolHttpClientSettings;
import com.helger.photon.api.IAPIRegistry;
import com.helger.photon.core.servlet.WebAppListener;
import com.helger.photon.security.CSecurity;
import com.helger.photon.security.mgr.PhotonSecurityManager;
Expand Down Expand Up @@ -360,6 +362,12 @@ protected void initManagers ()
_initPeppolAS4 ();
}

@Override
protected void initAPI (@Nonnull final IAPIRegistry aAPIRegistry)
{
Phase4API.init (aAPIRegistry);
}

@Override
protected void beforeContextDestroyed (@Nonnull final ServletContext aSC)
{
Expand Down

0 comments on commit 50ccf1d

Please # to comment.