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 )
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;
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;
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;
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;
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 {
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 )
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);
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);
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);
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 );
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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);
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(
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);
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;
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;
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;
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;
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;
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;
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;
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;
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;
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 {
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) {
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) {
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); } } );
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()
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()
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()
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()
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()
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();
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();
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){
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;
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;
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;
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;
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{
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;
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;
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;
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;
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() {
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) {
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) {
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) {
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 );
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 );
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 );
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$
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();
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();
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$
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 );
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;
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;
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;
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;
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;
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;
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;
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;
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 {
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) {
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);
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,
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,
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) {
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,
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,
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) {
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,
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,
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) {
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;
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;
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());
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());
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);
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);
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();
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();
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,
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,
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) {
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,
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,
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) {
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){
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