Uses of Class
org.jboss.as.ejb3.remote.RemotingProfileService
Packages that use RemotingProfileService
-
Uses of RemotingProfileService in org.jboss.as.ejb3.deployment.processors
Constructor parameters in org.jboss.as.ejb3.deployment.processors with type arguments of type RemotingProfileServiceModifierConstructorDescriptionDiscoveryService(Consumer<org.wildfly.discovery.Discovery> discoveryConsumer, Supplier<RemotingProfileService> remotingProfileServiceSupplier, Supplier<AssociationService> associationServiceSupplier) -
Uses of RemotingProfileService in org.jboss.as.ejb3.remote
Methods in org.jboss.as.ejb3.remote that return types with arguments of type RemotingProfileServiceModifier and TypeMethodDescriptionorg.jboss.msc.value.InjectedValue<RemotingProfileService>EJBClientContextService.getProfileServiceInjector()Constructor parameters in org.jboss.as.ejb3.remote with type arguments of type RemotingProfileServiceModifierConstructorDescriptionRemotingProfileService(Consumer<RemotingProfileService> consumer, Supplier<org.jboss.ejb.client.EJBTransportProvider> localTransportProviderSupplier, List<org.wildfly.discovery.ServiceURL> serviceUrls, Map<String, RemotingProfileService.RemotingConnectionSpec> remotingConnectionSpecMap, List<RemotingProfileService.HttpConnectionSpec> httpConnectionSpecs)