Do not use web services gateway customization APIs that were removed

This rule flags the use of com.ibm.wsgw.beans.* APIs as they were removed.

The rule flags qualified names on imports and Java code for the package com.ibm.wsgw.beans .

Examples of code that will be flagged:

import com.ibm.wsgw.beans.Filter;

private com.ibm.wsgw.beans.ExceptionHandler handler;

Replace your existing filters with a combination of JAX-RPC handlers and Working with mediations.

The documentation has a detailed list of the removed features in Version 6.1. Go to the Removed features article and select Features removed in Version 7.0 to see the complete list. Comprehensive information for other versions of WebSphere is also available in that article.