Sever interceptors in EAP5

Updated -

Following are instructions on how to create a server interceptor in EAP5.

Implement the following classes:

  • Interface that will provide the remote call
public interface Echo {
    public String printMessage(String message);
}

The @Remote/@Local annotation can be used here or in the implementing class.

  • The implementing class...

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content