public interface Component
EndpointComponent
so that component
pattern can apply to more RI types.WSEndpoint.getComponents()
,
ComponentRegistry
Modifier and Type | Method and Description |
---|---|
<S> S |
getSPI(Class<S> spiType)
Gets the specified SPI.
|
@Nullable <S> S getSPI(@NotNull Class<S> spiType)
This method works as a kind of directory service for SPIs, allowing various components to define private contract and talk to each other.
Copyright © 2015 Oracle Corporation. All rights reserved.