Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 9 Number of classfiles: 28

Problems: 132 (Errors: 0 Warnings: 132 )

Source File: org/eclipse/jst/ws/internal/axis2/creation/ui/widgets/bean/ServicesXMLSelectBeanWidget.java
1. WARNING: DiscouragedReference

Discouraged access: The type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

35 : import org.eclipse.jst.ws.internal.ui.common.UIUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type SimpleWidgetDataContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

ServicesXMLSelectBeanWidget.java :

48 : import org.eclipse.wst.command.internal.env.ui.widgets.SimpleWidgetDataContributor;

3. WARNING: DiscouragedReference

Discouraged access: The type WidgetDataEvents is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

ServicesXMLSelectBeanWidget.java :

49 : import org.eclipse.wst.command.internal.env.ui.widgets.WidgetDataEvents;

4. WARNING: DiscouragedReference

Discouraged access: The type SimpleWidgetDataContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

ServicesXMLSelectBeanWidget.java :

52 : public class ServicesXMLSelectBeanWidget extends SimpleWidgetDataContributor

5. WARNING: DiscouragedReference

Discouraged access: The type WidgetDataEvents is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

ServicesXMLSelectBeanWidget.java :

65 : public WidgetDataEvents addControls( Composite parent, final Listener statusListener )

6. WARNING: DiscouragedReference

Discouraged access: The type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

67 : UIUtils uiUtils = new UIUtils(WebServiceAxis2ConsumptionUIPlugin.PLUGIN_ID);

7. WARNING: DiscouragedReference

Discouraged access: The constructor UIUtils(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

67 : UIUtils uiUtils = new UIUtils(WebServiceAxis2ConsumptionUIPlugin.PLUGIN_ID);

8. WARNING: DiscouragedReference

Discouraged access: The type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

67 : UIUtils uiUtils = new UIUtils(WebServiceAxis2ConsumptionUIPlugin.PLUGIN_ID);

9. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

75 : final Composite radioComp = uiUtils.createComposite(parent, 1);

10. WARNING: DiscouragedReference

Discouraged access: The method createRadioButton(Composite, String, String, String) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

77 : haveServicesXML = uiUtils.createRadioButton(radioComp, Axis2CreationUIMessages.LABEL_HAVE_SERVICES_XML_FILE, null, null );

11. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

107 : final Composite pathComp = uiUtils.createComposite(radioComp, 3);

12. WARNING: DiscouragedReference

Discouraged access: The method createText(Composite, String, String, String, int) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

108 : servicesXMLPath = uiUtils.createText(pathComp, "", null, null, SWT.BORDER );

13. WARNING: DiscouragedReference

Discouraged access: The method createPushButton(Composite, String, String, String) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

122 : browseButton = uiUtils.createPushButton(pathComp, Axis2CreationUIMessages.LABEL_BROWSE, null, null );

14. WARNING: DiscouragedReference

Discouraged access: The method createRadioButton(Composite, String, String, String) from the type UIUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

137 : generateServicesXML = uiUtils.createRadioButton(radioComp, Axis2CreationUIMessages.LABEL_DEFAULT_SERVICES_XML_FILE, null, null);

15. WARNING: DiscouragedReference

Discouraged access: The type FileExtensionFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

209 : FileExtensionFilter fileExtensionFilter = new FileExtensionFilter(new String[] {"xml"});

16. WARNING: DiscouragedReference

Discouraged access: The constructor FileExtensionFilter(String[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

209 : FileExtensionFilter fileExtensionFilter = new FileExtensionFilter(new String[] {"xml"});

17. WARNING: DiscouragedReference

Discouraged access: The type FileExtensionFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

209 : FileExtensionFilter fileExtensionFilter = new FileExtensionFilter(new String[] {"xml"});

18. WARNING: DiscouragedReference

Discouraged access: The type DialogResourceBrowser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

210 : DialogResourceBrowser dialog = new DialogResourceBrowser(

19. WARNING: DiscouragedReference

Discouraged access: The constructor DialogResourceBrowser(Shell, IResource, IFilter) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

210 : DialogResourceBrowser dialog = new DialogResourceBrowser( parent.getShell(), root, fileExtensionFilter);

20. WARNING: DiscouragedReference

Discouraged access: The type DialogResourceBrowser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

210 : DialogResourceBrowser dialog = new DialogResourceBrowser(

21. WARNING: DiscouragedReference

Discouraged access: The method getFirstSelection() from the type DialogResourceBrowser is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.ui/@dot

ServicesXMLSelectBeanWidget.java :

217 : IResource res = dialog.getFirstSelection();

Source File: org/eclipse/jst/ws/internal/axis2/creation/ui/widgets/skeleton/WSDL2JAVASkelConfigWidget.java
1. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WSDL2JAVASkelConfigWidget.java :

69 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type SimpleWidgetDataContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

WSDL2JAVASkelConfigWidget.java :

70 : import org.eclipse.wst.command.internal.env.ui.widgets.SimpleWidgetDataContributor;

3. WARNING: DiscouragedReference

Discouraged access: The type WidgetDataEvents is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

WSDL2JAVASkelConfigWidget.java :

71 : import org.eclipse.wst.command.internal.env.ui.widgets.WidgetDataEvents;

4. WARNING: DiscouragedReference

Discouraged access: The type SimpleWidgetDataContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

WSDL2JAVASkelConfigWidget.java :

74 : public class WSDL2JAVASkelConfigWidget extends SimpleWidgetDataContributor

5. WARNING: DiscouragedReference

Discouraged access: The type WidgetDataEvents is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

WSDL2JAVASkelConfigWidget.java :

103 : public WidgetDataEvents addControls( Composite parent, final Listener statusListener ){

6. WARNING: MethodVarargsArgumentNeedCast

The argument of type null should explicitly be cast to Class[] for the invocation of the varargs method getMethod(String, Class...) from type Class. It could alternatively be cast to Class for a varargs invocation

WSDL2JAVASkelConfigWidget.java :

416 : Method GetLocalPartMethod = QNameClass.getMethod("getLocalPart", null);

7. WARNING: MethodVarargsArgumentNeedCast

The argument of type null should explicitly be cast to Object[] for the invocation of the varargs method invoke(Object, Object...) from type Method. It could alternatively be cast to Object for a varargs invocation

WSDL2JAVASkelConfigWidget.java :

417 : Object resultLocalPart = GetLocalPartMethod .invoke(serviceQnameInstance, null);

8. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WSDL2JAVASkelConfigWidget.java :

443 : status = StatusUtils.errorStatus(

9. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

WSDL2JAVASkelConfigWidget.java :

443 : status = StatusUtils.errorStatus( NLS.bind(Axis2CreationUIMessages.ERROR_INVALID_WSDL_FILE_READ_WRITEL, new String[]{e.getLocalizedMessage()}), e);

Source File: org/eclipse/jst/ws/internal/axis2/creation/ui/wsrt/Axis2BeanConfigWidgetFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2BeanConfigWidgetFactory.java :

24 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

25 : import org.eclipse.wst.command.internal.env.ui.widgets.INamedWidgetContributor;

3. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributorFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

26 : import org.eclipse.wst.command.internal.env.ui.widgets.INamedWidgetContributorFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

27 : import org.eclipse.wst.command.internal.env.ui.widgets.SimpleWidgetContributor;

5. WARNING: DiscouragedReference

Discouraged access: The type WidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

28 : import org.eclipse.wst.command.internal.env.ui.widgets.WidgetContributor;

6. WARNING: DiscouragedReference

Discouraged access: The type WidgetContributorFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

29 : import org.eclipse.wst.command.internal.env.ui.widgets.WidgetContributorFactory;

7. WARNING: DiscouragedReference

Discouraged access: The type WidgetDataContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

30 : import org.eclipse.wst.command.internal.env.ui.widgets.WidgetDataContributor;

8. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributorFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

32 : public class Axis2BeanConfigWidgetFactory implements INamedWidgetContributorFactory {

9. WARNING: DiscouragedReference

Discouraged access: The type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

34 : private SimpleWidgetContributor servicesXMLSelectWidgetContrib;

10. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

40 : public INamedWidgetContributor getFirstNamedWidget(){

11. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

45 : public INamedWidgetContributor getNextNamedWidget( INamedWidgetContributor widgetContributor){

12. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

45 : public INamedWidgetContributor getNextNamedWidget( INamedWidgetContributor widgetContributor){

13. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

47 : INamedWidgetContributor nextWidgetContrib = null;

14. WARNING: DiscouragedReference

Discouraged access: The type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2BeanConfigWidgetFactory.java :

51 : public void registerDataMappings(DataMappingRegistry dataRegistry)

15. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2BeanConfigWidgetFactory.java :

57 : dataRegistry.addMapping( Axis2DefaultingCommand.class, "WebServiceDataModel", //$NON-NLS-1$ Axis2BeanConfigWidgetFactory.class );

16. WARNING: DiscouragedReference

Discouraged access: The type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

76 : private SimpleWidgetContributor createWidgetContributor(String title,

17. WARNING: DiscouragedReference

Discouraged access: The type WidgetDataContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

78 : final WidgetDataContributor contributor){

18. WARNING: DiscouragedReference

Discouraged access: The type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

79 : SimpleWidgetContributor widgetContrib = new SimpleWidgetContributor();

19. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleWidgetContributor() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

79 : SimpleWidgetContributor widgetContrib = new SimpleWidgetContributor();

20. WARNING: DiscouragedReference

Discouraged access: The type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

79 : SimpleWidgetContributor widgetContrib = new SimpleWidgetContributor();

21. WARNING: DiscouragedReference

Discouraged access: The method setTitle(String) from the type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

80 : widgetContrib.setTitle(title);

22. WARNING: DiscouragedReference

Discouraged access: The method setDescription(String) from the type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

81 : widgetContrib.setDescription(description);

23. WARNING: DiscouragedReference

Discouraged access: The method setFactory(WidgetContributorFactory) from the type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

82 : widgetContrib.setFactory( new WidgetContributorFactory(){ public WidgetContributor create(){ return contributor; } });

24. WARNING: DiscouragedReference

Discouraged access: The type WidgetContributorFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

82 : widgetContrib.setFactory( new WidgetContributorFactory(){

25. WARNING: DiscouragedReference

Discouraged access: The type WidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2BeanConfigWidgetFactory.java :

83 : public WidgetContributor create(){

Source File: org/eclipse/jst/ws/internal/axis2/creation/ui/wsrt/Axis2CheckWSDLCommand.java
1. WARNING: DiscouragedReference

Discouraged access: The method getWebServiceInfo() from the type AbstractWebService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2CheckWSDLCommand.java :

44 : wsdlURI_ = ws_.getWebServiceInfo().getWsdlURL();

2. WARNING: DiscouragedReference

Discouraged access: The method getWsdlURL() from the type WebServiceInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2CheckWSDLCommand.java :

44 : wsdlURI_ = ws_.getWebServiceInfo().getWsdlURL();

Source File: org/eclipse/jst/ws/internal/axis2/creation/ui/wsrt/Axis2SkelConfigWidgetFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2SkelConfigWidgetFactory.java :

23 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

24 : import org.eclipse.wst.command.internal.env.ui.widgets.INamedWidgetContributor;

3. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributorFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

25 : import org.eclipse.wst.command.internal.env.ui.widgets.INamedWidgetContributorFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

26 : import org.eclipse.wst.command.internal.env.ui.widgets.SimpleWidgetContributor;

5. WARNING: DiscouragedReference

Discouraged access: The type WidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

27 : import org.eclipse.wst.command.internal.env.ui.widgets.WidgetContributor;

6. WARNING: DiscouragedReference

Discouraged access: The type WidgetContributorFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

28 : import org.eclipse.wst.command.internal.env.ui.widgets.WidgetContributorFactory;

7. WARNING: DiscouragedReference

Discouraged access: The type WidgetDataContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

29 : import org.eclipse.wst.command.internal.env.ui.widgets.WidgetDataContributor;

8. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributorFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

31 : public class Axis2SkelConfigWidgetFactory implements INamedWidgetContributorFactory {

9. WARNING: DiscouragedReference

Discouraged access: The type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

33 : private SimpleWidgetContributor skelConfig1WidgetContrib;

10. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

39 : public INamedWidgetContributor getFirstNamedWidget(){

11. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

44 : public INamedWidgetContributor getNextNamedWidget( INamedWidgetContributor widgetContributor){

12. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

44 : public INamedWidgetContributor getNextNamedWidget( INamedWidgetContributor widgetContributor){

13. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

46 : INamedWidgetContributor nextWidgetContrib = null;

14. WARNING: DiscouragedReference

Discouraged access: The type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2SkelConfigWidgetFactory.java :

50 : public void registerDataMappings(DataMappingRegistry dataRegistry){

15. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2SkelConfigWidgetFactory.java :

55 : dataRegistry.addMapping( Axis2DefaultingCommand.class, "WebServiceDataModel", //$NON-NLS-1$ Axis2SkelConfigWidgetFactory.class );

16. WARNING: DiscouragedReference

Discouraged access: The type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

73 : private SimpleWidgetContributor createWidgetContributor(String title,

17. WARNING: DiscouragedReference

Discouraged access: The type WidgetDataContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

75 : final WidgetDataContributor contributor){

18. WARNING: DiscouragedReference

Discouraged access: The type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

76 : SimpleWidgetContributor widgetContrib = new SimpleWidgetContributor();

19. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleWidgetContributor() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

76 : SimpleWidgetContributor widgetContrib = new SimpleWidgetContributor();

20. WARNING: DiscouragedReference

Discouraged access: The type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

76 : SimpleWidgetContributor widgetContrib = new SimpleWidgetContributor();

21. WARNING: DiscouragedReference

Discouraged access: The method setTitle(String) from the type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

77 : widgetContrib.setTitle(title);

22. WARNING: DiscouragedReference

Discouraged access: The method setDescription(String) from the type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

78 : widgetContrib.setDescription(description);

23. WARNING: DiscouragedReference

Discouraged access: The method setFactory(WidgetContributorFactory) from the type SimpleWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

79 : widgetContrib.setFactory( new WidgetContributorFactory(){ public WidgetContributor create(){ return contributor; } });

24. WARNING: DiscouragedReference

Discouraged access: The type WidgetContributorFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

79 : widgetContrib.setFactory( new WidgetContributorFactory(){

25. WARNING: DiscouragedReference

Discouraged access: The type WidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

Axis2SkelConfigWidgetFactory.java :

80 : public WidgetContributor create(){

Source File: org/eclipse/jst/ws/internal/axis2/creation/ui/wsrt/Axis2WebService.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2WebService.java :

36 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2WebService.java :

37 : import org.eclipse.wst.command.internal.env.core.SimpleCommandFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractWebService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

39 : import org.eclipse.wst.ws.internal.wsrt.AbstractWebService;

4. WARNING: DiscouragedReference

Discouraged access: The type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

40 : import org.eclipse.wst.ws.internal.wsrt.IContext;

5. WARNING: DiscouragedReference

Discouraged access: The type ISelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

41 : import org.eclipse.wst.ws.internal.wsrt.ISelection;

6. WARNING: DiscouragedReference

Discouraged access: The type WebServiceInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

42 : import org.eclipse.wst.ws.internal.wsrt.WebServiceInfo;

7. WARNING: DiscouragedReference

Discouraged access: The type WebServiceScenario is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

43 : import org.eclipse.wst.ws.internal.wsrt.WebServiceScenario;

8. WARNING: DiscouragedReference

Discouraged access: The type AbstractWebService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

45 : public class Axis2WebService extends AbstractWebService

9. WARNING: DiscouragedReference

Discouraged access: The type WebServiceInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

49 : public Axis2WebService(WebServiceInfo info)

10. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractWebService(WebServiceInfo) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

51 : super(info);

11. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2WebService.java :

54 : public ICommandFactory assemble(IEnvironment env, IContext ctx,

12. WARNING: DiscouragedReference

Discouraged access: The type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

54 : public ICommandFactory assemble(IEnvironment env, IContext ctx,

13. WARNING: DiscouragedReference

Discouraged access: The type ISelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

55 : ISelection sel, String project, String earProject)

14. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2WebService.java :

60 : public ICommandFactory deploy(IEnvironment env, IContext ctx, ISelection sel,

15. WARNING: DiscouragedReference

Discouraged access: The type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

60 : public ICommandFactory deploy(IEnvironment env, IContext ctx, ISelection sel,

16. WARNING: DiscouragedReference

Discouraged access: The type ISelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

60 : public ICommandFactory deploy(IEnvironment env, IContext ctx, ISelection sel,

17. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2WebService.java :

66 : public ICommandFactory develop(IEnvironment env, IContext ctx, ISelection sel,

18. WARNING: DiscouragedReference

Discouraged access: The type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

66 : public ICommandFactory develop(IEnvironment env, IContext ctx, ISelection sel,

19. WARNING: DiscouragedReference

Discouraged access: The type ISelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

66 : public ICommandFactory develop(IEnvironment env, IContext ctx, ISelection sel,

20. WARNING: DiscouragedReference

Discouraged access: The method getScenario() from the type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

75 : if (ctx.getScenario().getValue() == WebServiceScenario.BOTTOMUP) {

21. WARNING: DiscouragedReference

Discouraged access: The type WebServiceScenario is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

75 : if (ctx.getScenario().getValue() == WebServiceScenario.BOTTOMUP) {

22. WARNING: DiscouragedReference

Discouraged access: The field BOTTOMUP from the type WebServiceScenario is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

75 : if (ctx.getScenario().getValue() == WebServiceScenario.BOTTOMUP) {

23. WARNING: DiscouragedReference

Discouraged access: The method getScenario() from the type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

76 : commands.add(new Axis2DefaultingCommand( model,this, ctx.getScenario().getValue() ) );

24. WARNING: DiscouragedReference

Discouraged access: The method getScenario() from the type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

80 : commands.add(new Axis2WebservicesServerCommand(model, ctx.getScenario().getValue() ));

25. WARNING: DiscouragedReference

Discouraged access: The method getScenario() from the type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

85 : else if (ctx.getScenario().getValue() == WebServiceScenario.TOPDOWN) {

26. WARNING: DiscouragedReference

Discouraged access: The type WebServiceScenario is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

85 : else if (ctx.getScenario().getValue() == WebServiceScenario.TOPDOWN) {

27. WARNING: DiscouragedReference

Discouraged access: The field TOPDOWN from the type WebServiceScenario is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

85 : else if (ctx.getScenario().getValue() == WebServiceScenario.TOPDOWN) {

28. WARNING: DiscouragedReference

Discouraged access: The method getScenario() from the type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

86 : commands.add(new Axis2DefaultingCommand( model,this, ctx.getScenario().getValue() ) );

29. WARNING: DiscouragedReference

Discouraged access: The method getScenario() from the type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

92 : commands.add(new Axis2WebservicesServerCommand(model, ctx.getScenario().getValue()));

30. WARNING: DiscouragedReference

Discouraged access: The method getWebServiceInfo() from the type AbstractWebService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

96 : commands.add(new Axis2SkelImplCommand(this.getWebServiceInfo(),model));

31. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleCommandFactory(Vector) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2WebService.java :

104 : return new SimpleCommandFactory(commands);

32. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2WebService.java :

104 : return new SimpleCommandFactory(commands);

33. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2WebService.java :

113 : public ICommandFactory install(IEnvironment env, IContext ctx, ISelection sel,

34. WARNING: DiscouragedReference

Discouraged access: The type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

113 : public ICommandFactory install(IEnvironment env, IContext ctx, ISelection sel,

35. WARNING: DiscouragedReference

Discouraged access: The type ISelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

113 : public ICommandFactory install(IEnvironment env, IContext ctx, ISelection sel,

36. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2WebService.java :

119 : public ICommandFactory run(IEnvironment env, IContext ctx, ISelection sel,

37. WARNING: DiscouragedReference

Discouraged access: The type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

119 : public ICommandFactory run(IEnvironment env, IContext ctx, ISelection sel,

38. WARNING: DiscouragedReference

Discouraged access: The type ISelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebService.java :

119 : public ICommandFactory run(IEnvironment env, IContext ctx, ISelection sel,

39. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleCommandFactory(Vector) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2WebService.java :

128 : return new SimpleCommandFactory(commands);

40. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

Axis2WebService.java :

128 : return new SimpleCommandFactory(commands);

Source File: org/eclipse/jst/ws/internal/axis2/creation/ui/wsrt/Axis2WebServiceRuntime.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractWebServiceRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebServiceRuntime.java :

19 : import org.eclipse.wst.ws.internal.wsrt.AbstractWebServiceRuntime;

2. WARNING: DiscouragedReference

Discouraged access: The type IWebService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebServiceRuntime.java :

20 : import org.eclipse.wst.ws.internal.wsrt.IWebService;

3. WARNING: DiscouragedReference

Discouraged access: The type IWebServiceClient is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebServiceRuntime.java :

21 : import org.eclipse.wst.ws.internal.wsrt.IWebServiceClient;

4. WARNING: DiscouragedReference

Discouraged access: The type WebServiceClientInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebServiceRuntime.java :

22 : import org.eclipse.wst.ws.internal.wsrt.WebServiceClientInfo;

5. WARNING: DiscouragedReference

Discouraged access: The type WebServiceInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebServiceRuntime.java :

23 : import org.eclipse.wst.ws.internal.wsrt.WebServiceInfo;

6. WARNING: DiscouragedReference

Discouraged access: The type AbstractWebServiceRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebServiceRuntime.java :

25 : public class Axis2WebServiceRuntime extends AbstractWebServiceRuntime

7. WARNING: DiscouragedReference

Discouraged access: The type IWebService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebServiceRuntime.java :

28 : public IWebService getWebService(WebServiceInfo info){

8. WARNING: DiscouragedReference

Discouraged access: The type WebServiceInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebServiceRuntime.java :

28 : public IWebService getWebService(WebServiceInfo info){

9. WARNING: DiscouragedReference

Discouraged access: The type IWebServiceClient is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebServiceRuntime.java :

32 : public IWebServiceClient getWebServiceClient(WebServiceClientInfo info){

10. WARNING: DiscouragedReference

Discouraged access: The type WebServiceClientInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

Axis2WebServiceRuntime.java :

32 : public IWebServiceClient getWebServiceClient(WebServiceClientInfo info){