Interface EndpointAwareTube

  • All Superinterfaces:
    Tube
    All Known Implementing Classes:
    InvokerTube

    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 Detail

      • setEndpoint

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