Class TransmissionModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- network.oxalis.commons.guice.OxalisModule
-
- network.oxalis.outbound.transmission.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
-
-
Constructor Summary
Constructors Constructor Description TransmissionModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()protected List<network.oxalis.vefa.peppol.common.model.TransportProfile>getTransportProfiles(network.oxalis.outbound.transmission.MessageSenderFactory messageSenderFactory)Makes the prioritized list of supported transport profiles available to classes needing such a list (lookup...).-
Methods inherited from class network.oxalis.commons.guice.OxalisModule
bindSettings, bindTyped, bindTyped
-
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, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Method Detail
-
configure
protected void configure()
- Overrides:
configurein classcom.google.inject.AbstractModule
-
getTransportProfiles
@Provides @Singleton protected List<network.oxalis.vefa.peppol.common.model.TransportProfile> getTransportProfiles(network.oxalis.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.
-
-