Class ManagedEndpoint<T>

  • Type Parameters:
    T - The implementation class of the endpoint.
    All Implemented Interfaces:
    Component, ComponentRegistry

    public class ManagedEndpoint<T>
    extends WSEndpoint<T>
    Wraps an existing WSEndpoint instance and provides a method to swap the WSEndpoint instance. This class also brings up the management communication interfaces when it is instantiated. This class forwards all method invocations to the wrapped WSEndpoint instance.
    Author:
    Fabian Ritzmann, Martin Grebac