Uses of Enum Class
org.springframework.web.service.registry.HttpServiceGroup.ClientType
Packages that use HttpServiceGroup.ClientType
Package
Description
Support for creating a registry of HTTP Service client proxies, and declaring
the proxies as beans.
-
Uses of HttpServiceGroup.ClientType in org.springframework.web.service.registry
Subclasses with type arguments of type HttpServiceGroup.ClientType in org.springframework.web.service.registryModifier and TypeClassDescriptionstatic enumEnum to specify the client type to use for an HTTP Service group.Methods in org.springframework.web.service.registry that return HttpServiceGroup.ClientTypeModifier and TypeMethodDescriptionHttpServiceGroup.clientType()The client type to use for the group.static HttpServiceGroup.ClientTypeReturns the enum constant of this class with the specified name.static HttpServiceGroup.ClientType[]HttpServiceGroup.ClientType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.web.service.registry with parameters of type HttpServiceGroup.ClientTypeModifier and TypeMethodDescriptionAbstractHttpServiceRegistrar.GroupRegistry.forGroup(String name, HttpServiceGroup.ClientType clientType) Variant ofAbstractHttpServiceRegistrar.GroupRegistry.forGroup(String)with a client type.voidAbstractHttpServiceRegistrar.setDefaultClientType(HttpServiceGroup.ClientType defaultClientType) Set the client type to use when an HTTP Service group's client type remainsHttpServiceGroup.ClientType.UNSPECIFIED.