|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Component
Interface that allows components to hook up with each other.
Replaces EndpointComponent
so that component
pattern can apply to more RI types.
WSEndpoint.getComponents()
,
ComponentRegistry
Method Summary | ||
---|---|---|
|
getSPI(Class<S> spiType)
Gets the specified SPI. |
Method Detail |
---|
@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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |