Interface InvocationRequest

    • Method Detail

      • getMethodLocator

        @NotNull
        EJBMethodLocator getMethodLocator()
        Get the EJB method locator.
        Returns:
        the EJB method locator (must not be null)
      • writeNoSuchMethod

        void writeNoSuchMethod()
        Write a message indicating that the method is not found on the EJB. The request should be abandoned after invoking this method.
      • writeSessionNotActive

        void writeSessionNotActive()
        Write a message indicating that the session is inactive. The request should be abandoned after invoking this method.
      • writeProceedAsync

        default void writeProceedAsync()
        Write a message indicating that this is an async request. If this is not required by the underlying protocol then this may be a noop