Sever interceptors in EAP5
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 of over 48,000 articles and solutions.
