Allows registration of multiple {@link Component}s against the {@link ComponentRegistry} implementationsof the {@link Container}, {@link WSEndpoint}, {@link WSService}, or {@link Stub}. The registration is guaranteed to occur early in the initialization of these objects prior to tubeline creation (applicable to endpoint and stub only).
Because the Container is shared among all Stubs created from a common WSService object, this feature must be passed during WSService initialization in order to register a Component against the client-side Container.
IllegalArgumentException will be thrown if the feature is used with an inappropriate target, e.g. stub target used during WSEndpoint initialization.
@since 2.2.8