Interface EndpointComponent


public interface EndpointComponent
Deprecated.
replaced by Component
Interface that allows components around WSEndpoint to hook up with each other.
Since:
2.1.2
Author:
Kohsuke Kawaguchi
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    getSPI(Class<T> spiType)
    Deprecated.
    Gets the specified SPI.
  • Method Details

    • getSPI

      @Nullable <T> T getSPI(@NotNull Class<T> spiType)
      Deprecated.
      Gets the specified SPI.

      This method works as a kind of directory service for SPIs, allowing various components to define private contract and talk to each other.

      Returns:
      null if such an SPI is not provided by this object.