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