Class TransmissionModule

  • All Implemented Interfaces:
    com.google.inject.Module

    public class TransmissionModule
    extends OxalisModule
    Guice module orchestrating transmission related classes in transmission package.
    Author:
    steinar Date: 18.11.2016 Time: 16.10, erlend
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configure()  
      protected List<network.oxalis.vefa.peppol.common.model.TransportProfile> getTransportProfiles​(network.oxalis.ng.outbound.transmission.MessageSenderFactory messageSenderFactory)
      Makes the prioritized list of supported transport profiles available to classes needing such a list (lookup...).
      • Methods inherited from class com.google.inject.AbstractModule

        addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestInjection, requestStaticInjection, requireBinding, requireBinding
    • Constructor Detail

      • TransmissionModule

        public TransmissionModule()
    • Method Detail

      • configure

        protected void configure()
        Overrides:
        configure in class com.google.inject.AbstractModule
      • getTransportProfiles

        @Provides
        @Singleton
        protected List<network.oxalis.vefa.peppol.common.model.TransportProfile> getTransportProfiles​(network.oxalis.ng.outbound.transmission.MessageSenderFactory messageSenderFactory)
        Makes the prioritized list of supported transport profiles available to classes needing such a list (lookup...).
        Parameters:
        messageSenderFactory - Factory containing configuration for supported transport profiles.
        Returns:
        Prioritized list of supported transport profiles.