Component
public interface EndpointComponent
WSEndpoint
to hook up
with each other.WSEndpoint.getComponentRegistry()
Modifier and Type | Method and Description |
---|---|
<T> T |
getSPI(Class<T> spiType)
Deprecated.
Gets the specified SPI.
|
@Nullable <T> T getSPI(@NotNull Class<T> 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.