The WSDL2Java emitter generates Java classes from JAX-RPC WSDL files. These generated classes are used with JAX-RPC web services that is not supported on Liberty. These classes can be removed when converting from JAX-RPC to JAX-WS.
This rule flags the following WSDL2Java emitter generated classes:
*_Deser.class*_Helper.class*_Ser.class*Stub.class*Locator.class*Information.classFor example, if your WSDL file contains an element named Book the WSDL2Java emitter may generate any of the following classes to be flagged by this rule:
Book_Deser.classBook_Helper.classBook_Ser.classBookStub.classBookBindingStub.classBookLocator.classBookServiceLocator.classBook_ServiceLocator.classBookInformation.classBookServiceInformation.classBook_ServiceInformation.classThis rule is flagged once per Java class.