Compiler Report

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

Number of source files: 6 Number of classfiles: 24

Problems: 103 (Errors: 0 Warnings: 103 )

Source File: org/eclipse/jst/ws/internal/axis2/consumption/ui/widgets/Axis2ProxyWidget.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

Axis2ProxyWidget.java :

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

2. 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

Axis2ProxyWidget.java :

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

3. 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

Axis2ProxyWidget.java :

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

4. 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

Axis2ProxyWidget.java :

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

5. 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

Axis2ProxyWidget.java :

77 : public class Axis2ProxyWidget extends SimpleWidgetDataContributor {

6. 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

Axis2ProxyWidget.java :

110 : public WidgetDataEvents addControls( Composite parent, Listener statusListener )

7. 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

Axis2ProxyWidget.java :

113 : UIUtils uiUtils = new UIUtils(WebServiceAxis2UIPlugin.PLUGIN_ID);

8. 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

Axis2ProxyWidget.java :

113 : UIUtils uiUtils = new UIUtils(WebServiceAxis2UIPlugin.PLUGIN_ID);

9. 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

Axis2ProxyWidget.java :

113 : UIUtils uiUtils = new UIUtils(WebServiceAxis2UIPlugin.PLUGIN_ID);

10. 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

Axis2ProxyWidget.java :

115 : Composite topComp = uiUtils.createComposite(parent, 2 );

11. WARNING: DiscouragedReference

Discouraged access: The method createCombo(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

Axis2ProxyWidget.java :

118 : serviceNameCombo = uiUtils.createCombo(topComp, Axis2ConsumptionUIMessages.LABEL_SERVICE_NAME_CAPTION, null, null, SWT.READ_ONLY);

12. WARNING: DiscouragedReference

Discouraged access: The method createCombo(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

Axis2ProxyWidget.java :

136 : portNameCombo = uiUtils.createCombo(topComp, Axis2ConsumptionUIMessages.LABEL_PORTNAME, null, null, SWT.READ_ONLY);

13. WARNING: DiscouragedReference

Discouraged access: The method createCombo(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

Axis2ProxyWidget.java :

146 : databindingTypeCombo = uiUtils.createCombo(topComp, Axis2ConsumptionUIMessages.LABEL_DATABINDING_CAPTION, null, null, SWT.READ_ONLY);

14. 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

Axis2ProxyWidget.java :

157 : packageText = uiUtils.createText(topComp, Axis2ConsumptionUIMessages.LABEL_PACKEGE_NAME, null, null,SWT.BORDER);

15. WARNING: DiscouragedReference

Discouraged access: The method createGroup(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

Axis2ProxyWidget.java :

165 : Group clientTypeGroup = uiUtils.createGroup(parent, Axis2ConsumptionUIMessages.LABEL_CLIENT_SIDE, null, null);

16. 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

Axis2ProxyWidget.java :

167 : syncAndAsyncRadioButton = uiUtils.createRadioButton(clientTypeGroup, Axis2ConsumptionUIMessages.LABEL_SYNC_AND_ASYNC, null, null);

17. 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

Axis2ProxyWidget.java :

183 : syncOnlyRadioButton = uiUtils.createRadioButton(clientTypeGroup, Axis2ConsumptionUIMessages.LABEL_SYNC, null, null);

18. 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

Axis2ProxyWidget.java :

194 : asyncOnlyRadioButton = uiUtils.createRadioButton(clientTypeGroup, Axis2ConsumptionUIMessages.LABEL_ASYNC, null, null);

19. 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

Axis2ProxyWidget.java :

211 : Composite checkBoxes = uiUtils.createComposite(parent, 1);

20. WARNING: DiscouragedReference

Discouraged access: The method createCheckbox(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

Axis2ProxyWidget.java :

212 : testCaseCheckBoxButton = uiUtils.createCheckbox(checkBoxes, Axis2ConsumptionUIMessages.LABEL_GENERATE_TESTCASE_CAPTION, null, null);

21. WARNING: DiscouragedReference

Discouraged access: The method createCheckbox(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

Axis2ProxyWidget.java :

225 : generateAllCheckBoxButton = uiUtils.createCheckbox(checkBoxes, Axis2ConsumptionUIMessages.LABEL_GENERATE_ALL, null, null);

22. 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

Axis2ProxyWidget.java :

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

23. 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

Axis2ProxyWidget.java :

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

24. 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

Axis2ProxyWidget.java :

489 : status = StatusUtils.errorStatus(NLS.bind(

25. 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

Axis2ProxyWidget.java :

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

Source File: org/eclipse/jst/ws/internal/axis2/consumption/ui/wizard/client/WebServiceClientAxis2Type.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

WebServiceClientAxis2Type.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

WebServiceClientAxis2Type.java :

22 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragment;

3. WARNING: DiscouragedReference

Discouraged access: The type CommandFragmentFactory 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

WebServiceClientAxis2Type.java :

23 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type SimpleFragment 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

WebServiceClientAxis2Type.java :

24 : import org.eclipse.wst.command.internal.env.core.fragment.SimpleFragment;

5. WARNING: DiscouragedReference

Discouraged access: The type CanFinishRegistry 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

WebServiceClientAxis2Type.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type CommandWidgetBinding 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

WebServiceClientAxis2Type.java :

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

7. 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

WebServiceClientAxis2Type.java :

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

8. 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

WebServiceClientAxis2Type.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type WidgetRegistry 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

WebServiceClientAxis2Type.java :

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

10. WARNING: DiscouragedReference

Discouraged access: The type CommandWidgetBinding 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

WebServiceClientAxis2Type.java :

31 : public class WebServiceClientAxis2Type implements CommandWidgetBinding {

11. 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

WebServiceClientAxis2Type.java :

44 : public void registerDataMappings(DataMappingRegistry dataRegistry) {

12. WARNING: DiscouragedReference

Discouraged access: The type WidgetRegistry 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

WebServiceClientAxis2Type.java :

55 : public void registerWidgetMappings(WidgetRegistry widgetRegistry) {

13. WARNING: DiscouragedReference

Discouraged access: The method add(String, String, String, WidgetContributorFactory) from the type WidgetRegistry 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

WebServiceClientAxis2Type.java :

57 : widgetRegistry.add( "AxisClientStart", Axis2ConsumptionUIMessages.PAGE_TITLE_WS_AXIS2_PROXY, Axis2ConsumptionUIMessages.PAGE_DESC_WS_AXIS2_PROXY, new WidgetContributorFactory() { public WidgetContributor create() { return new Axis2ProxyWidget(model); } } );

14. 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

WebServiceClientAxis2Type.java :

60 : new WidgetContributorFactory()

15. 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

WebServiceClientAxis2Type.java :

62 : public WidgetContributor create()

16. WARNING: DiscouragedReference

Discouraged access: The type CommandFragmentFactory 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

WebServiceClientAxis2Type.java :

84 : public CommandFragmentFactory create()

17. WARNING: DiscouragedReference

Discouraged access: The type CommandFragmentFactory 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

WebServiceClientAxis2Type.java :

86 : return new CommandFragmentFactory()

18. WARNING: DiscouragedReference

Discouraged access: The type CommandFragment 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

WebServiceClientAxis2Type.java :

88 : public CommandFragment create()

19. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleFragment() 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

WebServiceClientAxis2Type.java :

91 : return new SimpleFragment();

20. WARNING: DiscouragedReference

Discouraged access: The type SimpleFragment 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

WebServiceClientAxis2Type.java :

91 : return new SimpleFragment();

21. WARNING: DiscouragedReference

Discouraged access: The type CanFinishRegistry 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

WebServiceClientAxis2Type.java :

99 : public void registerCanFinish(CanFinishRegistry canFinishRegistry){

Source File: org/eclipse/jst/ws/internal/axis2/consumption/ui/wsrt/Axis2ClientConfigWidgetFactory.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

Axis2ClientConfigWidgetFactory.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

Axis2ClientConfigWidgetFactory.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

Axis2ClientConfigWidgetFactory.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type WidgetBindingToWidgetFactoryAdapter 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

Axis2ClientConfigWidgetFactory.java :

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

5. 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

Axis2ClientConfigWidgetFactory.java :

28 : public class Axis2ClientConfigWidgetFactory implements INamedWidgetContributorFactory{

6. 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

Axis2ClientConfigWidgetFactory.java :

29 : private INamedWidgetContributor proxyConfigWidget;

7. 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

Axis2ClientConfigWidgetFactory.java :

30 : private INamedWidgetContributor mappingsWidget;

8. WARNING: DiscouragedReference

Discouraged access: The type WidgetBindingToWidgetFactoryAdapter 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

Axis2ClientConfigWidgetFactory.java :

32 : private WidgetBindingToWidgetFactoryAdapter adapter;

9. 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

Axis2ClientConfigWidgetFactory.java :

35 : private DataMappingRegistry dataRegistry;

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

Axis2ClientConfigWidgetFactory.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

Axis2ClientConfigWidgetFactory.java :

46 : 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

Axis2ClientConfigWidgetFactory.java :

46 : public INamedWidgetContributor getNextNamedWidget( INamedWidgetContributor widgetContributor) {

13. 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

Axis2ClientConfigWidgetFactory.java :

52 : public void registerDataMappings(DataMappingRegistry dataRegistry) {

14. 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

Axis2ClientConfigWidgetFactory.java :

58 : dataRegistry.addMapping( Axis2ClientDefaultingCommand.class, "WebServiceDataModel", //$NON-NLS-1$ Axis2ClientConfigWidgetFactory.class );

15. WARNING: DiscouragedReference

Discouraged access: The constructor WidgetBindingToWidgetFactoryAdapter(CommandWidgetBinding) 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

Axis2ClientConfigWidgetFactory.java :

69 : adapter = new WidgetBindingToWidgetFactoryAdapter(wsClientAxis2Type );

16. WARNING: DiscouragedReference

Discouraged access: The type WidgetBindingToWidgetFactoryAdapter 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

Axis2ClientConfigWidgetFactory.java :

69 : adapter = new WidgetBindingToWidgetFactoryAdapter(wsClientAxis2Type );

17. WARNING: DiscouragedReference

Discouraged access: The method getWidget(String) from the type WidgetBindingToWidgetFactoryAdapter 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

Axis2ClientConfigWidgetFactory.java :

70 : proxyConfigWidget = adapter.getWidget( "AxisClientStart" ); //$NON-NLS-1$

18. WARNING: DiscouragedReference

Discouraged access: The method getWidgetContributorFactory() from 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

Axis2ClientConfigWidgetFactory.java :

71 : proxyWidget = (Axis2ProxyWidget)proxyConfigWidget .getWidgetContributorFactory().create();

19. WARNING: DiscouragedReference

Discouraged access: The method create() from 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

Axis2ClientConfigWidgetFactory.java :

71 : proxyWidget = (Axis2ProxyWidget)proxyConfigWidget .getWidgetContributorFactory().create();

20. WARNING: DiscouragedReference

Discouraged access: The method getWidget(String) from the type WidgetBindingToWidgetFactoryAdapter 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

Axis2ClientConfigWidgetFactory.java :

73 : mappingsWidget = adapter.getWidget( "AxisClientBeanMapping" ); //$NON-NLS-1$

21. WARNING: DiscouragedReference

Discouraged access: The method registerDataMappings(DataMappingRegistry) from the type WidgetBindingToWidgetFactoryAdapter 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

Axis2ClientConfigWidgetFactory.java :

74 : adapter.registerDataMappings( dataRegistry );

Source File: org/eclipse/jst/ws/internal/axis2/consumption/ui/wsrt/Axis2WebServiceClient.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

Axis2WebServiceClient.java :

35 : 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

Axis2WebServiceClient.java :

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

3. 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

Axis2WebServiceClient.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type EclipseEnvironment 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/@dot

Axis2WebServiceClient.java :

38 : import org.eclipse.wst.command.internal.env.eclipse.EclipseEnvironment;

5. WARNING: DiscouragedReference

Discouraged access: The type AbstractWebServiceClient 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

Axis2WebServiceClient.java :

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

6. 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

Axis2WebServiceClient.java :

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

7. 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

Axis2WebServiceClient.java :

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

8. 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

Axis2WebServiceClient.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type AbstractWebServiceClient 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

Axis2WebServiceClient.java :

45 : public class Axis2WebServiceClient extends AbstractWebServiceClient {

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

Axis2WebServiceClient.java :

47 : public Axis2WebServiceClient(WebServiceClientInfo info) {

11. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractWebServiceClient(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

Axis2WebServiceClient.java :

48 : super(info);

12. 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

Axis2WebServiceClient.java :

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

13. 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

Axis2WebServiceClient.java :

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

14. 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

Axis2WebServiceClient.java :

52 : ISelection arg2, String arg3, String arg4) {

15. 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

Axis2WebServiceClient.java :

56 : public ICommandFactory deploy(IEnvironment env, IContext ctx,

16. 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

Axis2WebServiceClient.java :

56 : public ICommandFactory deploy(IEnvironment env, IContext ctx,

17. 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

Axis2WebServiceClient.java :

57 : ISelection arg2, String arg3, String arg4) {

18. 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

Axis2WebServiceClient.java :

61 : public ICommandFactory develop(IEnvironment env, IContext ctx,

19. 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

Axis2WebServiceClient.java :

61 : public ICommandFactory develop(IEnvironment env, IContext ctx,

20. 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

Axis2WebServiceClient.java :

62 : ISelection sel, String project, String earProject) {

21. WARNING: DiscouragedReference

Discouraged access: The type EclipseEnvironment 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/@dot

Axis2WebServiceClient.java :

65 : EclipseEnvironment environment = (EclipseEnvironment)env;

22. WARNING: DiscouragedReference

Discouraged access: The type EclipseEnvironment 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/@dot

Axis2WebServiceClient.java :

65 : EclipseEnvironment environment = (EclipseEnvironment)env;

23. WARNING: DiscouragedReference

Discouraged access: The method getCommandManager() from the type EclipseEnvironment 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/@dot

Axis2WebServiceClient.java :

66 : registerDataMappings( environment.getCommandManager().getMappingRegistry());

24. WARNING: DiscouragedReference

Discouraged access: The method getMappingRegistry() from the type CommandManager 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

Axis2WebServiceClient.java :

66 : registerDataMappings( environment.getCommandManager().getMappingRegistry());

25. 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

Axis2WebServiceClient.java :

78 : return new SimpleCommandFactory(commands);

26. 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

Axis2WebServiceClient.java :

78 : return new SimpleCommandFactory(commands);

27. WARNING: DiscouragedReference

Discouraged access: The method getWebServiceClientInfo() from the type AbstractWebServiceClient 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

Axis2WebServiceClient.java :

103 : fileName=this.getWebServiceClientInfo().getWsdlURL();

28. WARNING: DiscouragedReference

Discouraged access: The method getWsdlURL() from 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

Axis2WebServiceClient.java :

103 : fileName=this.getWebServiceClientInfo().getWsdlURL();

29. 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

Axis2WebServiceClient.java :

117 : public ICommandFactory install(IEnvironment env, IContext ctx,

30. 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

Axis2WebServiceClient.java :

117 : public ICommandFactory install(IEnvironment env, IContext ctx,

31. 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

Axis2WebServiceClient.java :

118 : ISelection sel, String project, String earProject) {

32. 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

Axis2WebServiceClient.java :

122 : public ICommandFactory run(IEnvironment env, IContext ctx,

33. 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

Axis2WebServiceClient.java :

122 : public ICommandFactory run(IEnvironment env, IContext ctx,

34. 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

Axis2WebServiceClient.java :

123 : ISelection sel, String project, String earProject) {

35. 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

Axis2WebServiceClient.java :

127 : public void registerDataMappings(DataMappingRegistry registry){

36. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class, String, Transformer) 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

Axis2WebServiceClient.java :

129 : registry.addMapping(Axis2ClientDefaultingCommand.class, "WsdlURL", DefaultsForHTTPBasicAuthCommand.class, "WsdlServiceURL", null); //OK