Interface EndpointAwareTube

All Superinterfaces:
Tube
All Known Implementing Classes:
AsyncProviderInvokerTube, InvokerTube, ProviderInvokerTube, SEIInvokerTube, SyncProviderInvokerTube

public interface EndpointAwareTube extends Tube
Tubes that implement this interface will receive notification of the WSEndpoint holding the tubeline after successful endpoint creation.
Since:
2.2.6
  • Method Details

    • setEndpoint

      void setEndpoint(WSEndpoint<?> endpoint)
      Setter for WSEndpoint holding this tube
      Parameters:
      endpoint - WSEndpoint holding this tube