Uses of Interface
org.springframework.web.service.registry.AbstractHttpServiceRegistrar.GroupRegistry
Packages that use AbstractHttpServiceRegistrar.GroupRegistry
Package
Description
Support for creating a registry of HTTP Service client proxies, and declaring
the proxies as beans.
-
Uses of AbstractHttpServiceRegistrar.GroupRegistry in org.springframework.web.service.registry
Methods in org.springframework.web.service.registry with parameters of type AbstractHttpServiceRegistrar.GroupRegistryModifier and TypeMethodDescriptionprotected voidAbstractClientHttpServiceRegistrar.findAndRegisterHttpServiceClients(AbstractHttpServiceRegistrar.GroupRegistry registry, List<String> basePackages) Find all HTTP Services under the given base packages that also have an@HttpServiceClientannotation, and register them in the group specified on the annotation.protected abstract voidAbstractHttpServiceRegistrar.registerHttpServices(AbstractHttpServiceRegistrar.GroupRegistry registry, AnnotationMetadata importingClassMetadata) This method is called before any bean definition registrations are made.