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 a type and/or methodHttpExchangeannotation.AbstractHttpServiceRegistrar.GroupRegistry.GroupSpec.detectInBasePackages(String... packageNames) Variant ofdetectInBasePackages(Class[])with a String package name.AbstractHttpServiceRegistrar.GroupRegistry.forDefaultGroup()Perform HTTP Service registrations for theHttpServiceGroup.DEFAULT_GROUP_NAMEgroup.Perform HTTP Service registrations for the given group.AbstractHttpServiceRegistrar.GroupRegistry.forGroup(String name, HttpServiceGroup.ClientType clientType) Variant ofAbstractHttpServiceRegistrar.GroupRegistry.forGroup(String)with a client type.List HTTP Service types to create proxies for.