Interface Endpoint

    • Method Detail

      • setExecutor

        void setExecutor​(Executor executor)
      • setInFaultObserver

        void setInFaultObserver​(MessageObserver observer)
      • setOutFaultObserver

        void setOutFaultObserver​(MessageObserver observer)
      • addCleanupHook

        void addCleanupHook​(Closeable c)
        Add a hook that will be called when this end point being terminated. This will be called prior to the Server/ClientLifecycleListener.*Destroyed() method is called. This provides an opportunity to cleanup any resources that are specific to this Endpoint.
        Parameters:
        c -