Interface EJBClientInterceptor

    • Method Detail

      • handleSessionCreation

        default SessionID handleSessionCreation​(EJBSessionCreationInvocationContext context)
                                         throws Exception
        Optionally handle a session creation invocation. Explicit session creation is always a blocking operation. The default operation forwards to the next interceptor in the chain.
        Parameters:
        context - the session creation invocation context (not null)
        Returns:
        the stateful EJB locator (must not be null)
        Throws:
        Exception - if an invocation error occurred