Uses of Class
network.oxalis.ng.as4.config.As4Conf
-
Packages that use As4Conf Package Description network.oxalis.ng.as4.common network.oxalis.ng.as4.config network.oxalis.ng.as4.outbound -
-
Uses of As4Conf in network.oxalis.ng.as4.common
Method parameters in network.oxalis.ng.as4.common with type arguments of type As4Conf Modifier and Type Method Description ActionProviderAs4CommonModule. getActionProvider(Settings<As4Conf> settings)MessageIdGeneratorAs4CommonModule. getMessageIdGenerator(com.google.inject.Injector injector, Settings<As4Conf> settings)PolicyServiceAs4CommonModule. getPolicyService(network.oxalis.vefa.peppol.mode.Mode mode, Settings<As4Conf> settings, ActionProvider actionProvider)Constructor parameters in network.oxalis.ng.as4.common with type arguments of type As4Conf Constructor Description DefaultMessageIdGenerator(Settings<As4Conf> settings) -
Uses of As4Conf in network.oxalis.ng.as4.config
Methods in network.oxalis.ng.as4.config that return As4Conf Modifier and Type Method Description static As4ConfAs4Conf. valueOf(String name)Returns the enum constant of this type with the specified name.static As4Conf[]As4Conf. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of As4Conf in network.oxalis.ng.as4.outbound
Method parameters in network.oxalis.ng.as4.outbound with type arguments of type As4Conf Modifier and Type Method Description PeppolConfigurationAs4OutboundModule. getPeppolOutboundConfiguration(Settings<As4Conf> settings)
-