Uses of Interface
org.springframework.web.service.registry.AbstractHttpServiceRegistrar.GroupRegistry.GroupSpec
Packages that use AbstractHttpServiceRegistrar.GroupRegistry.GroupSpec
Package
Description
Support for creating a registry of HTTP Service client proxies, and declaring
the proxies as beans.
-
Uses of AbstractHttpServiceRegistrar.GroupRegistry.GroupSpec in org.springframework.web.service.registry
Methods in org.springframework.web.service.registry that return AbstractHttpServiceRegistrar.GroupRegistry.GroupSpecModifier and TypeMethodDescriptionAbstractHttpServiceRegistrar.GroupRegistry.GroupSpec.detectInBasePackages
(Class<?>... packageClasses) Detect HTTP Service types in the given packages, looking for interfaces with type or methodHttpExchange
annotations.AbstractHttpServiceRegistrar.GroupRegistry.GroupSpec.detectInBasePackages
(String... packageNames) Variant ofAbstractHttpServiceRegistrar.GroupRegistry.GroupSpec.detectInBasePackages(Class[])
with a String package name.AbstractHttpServiceRegistrar.GroupRegistry.forDefaultGroup()
Perform HTTP Service registrations for theHttpServiceGroup.DEFAULT_GROUP_NAME
group.Perform HTTP Service registrations for the given group, either creating the group if it does not exist, or updating the existing one.AbstractHttpServiceRegistrar.GroupRegistry.forGroup
(String name, HttpServiceGroup.ClientType clientType) Variant ofAbstractHttpServiceRegistrar.GroupRegistry.forGroup(String)
with a client type.Register HTTP Service types associated with this group.AbstractHttpServiceRegistrar.GroupRegistry.GroupSpec.registerTypeNames
(String... serviceTypes) Register HTTP Service types using fully qualified type names.