Uses of Class
network.oxalis.ng.as4.util.PolicyService
-
Packages that use PolicyService Package Description network.oxalis.ng.as4.common network.oxalis.ng.as4.inbound network.oxalis.ng.as4.outbound -
-
Uses of PolicyService in network.oxalis.ng.as4.common
Methods in network.oxalis.ng.as4.common that return PolicyService Modifier and Type Method Description PolicyServiceAs4CommonModule. getPolicyService(network.oxalis.vefa.peppol.mode.Mode mode, Settings<As4Conf> settings, ActionProvider actionProvider) -
Uses of PolicyService in network.oxalis.ng.as4.inbound
Constructors in network.oxalis.ng.as4.inbound with parameters of type PolicyService Constructor Description As4InboundHandler(TransmissionVerifier transmissionVerifier, PersisterHandler persisterHandler, TimestampProvider timestampProvider, HeaderParser headerParser, As4MessageFactory as4MessageFactory, PolicyService policyService, InboundService inboundService, OxalisCertificateValidator certificateValidator, network.oxalis.vefa.peppol.mode.Mode mode, com.typesafe.config.Config config)As4Interceptor(PolicyService policyService)SetPolicyInInterceptor(PolicyService policyService)SetPolicyOutInterceptor(PolicyService policyService) -
Uses of PolicyService in network.oxalis.ng.as4.outbound
Constructors in network.oxalis.ng.as4.outbound with parameters of type PolicyService Constructor Description As4MessageSender(MessagingProvider messagingProvider, MessageIdGenerator messageIdGenerator, Settings<KeyStoreConf> settings, Settings<As4Conf> as4settings, CompressionUtil compressionUtil, Settings<HttpConf> httpConfSettings, TransmissionResponseConverter transmissionResponseConverter, MerlinProvider merlinProvider, PolicyService policyService, BrowserTypeProvider browserTypeProvider)
-