Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 509 Number of classfiles: 530

Problems: 1017 (Errors: 0 Warnings: 1017 )

Source File: org/eclipse/wst/ws/internal/explorer/JettyRunnable.java
1. WARNING: DiscouragedReference

Discouraged access: The type AppserverPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.help.appserver_3.1.300.v20080507.jar

JettyRunnable.java :

14 : import org.eclipse.help.internal.appserver.AppserverPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type AppserverPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.help.appserver_3.1.300.v20080507.jar

JettyRunnable.java :

34 : return AppserverPlugin.getDefault().getAppServer().isRunning();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type AppserverPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.help.appserver_3.1.300.v20080507.jar

JettyRunnable.java :

34 : return AppserverPlugin.getDefault().getAppServer().isRunning();

4. WARNING: DiscouragedReference

Discouraged access: The method getAppServer() from the type AppserverPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.help.appserver_3.1.300.v20080507.jar

JettyRunnable.java :

34 : return AppserverPlugin.getDefault().getAppServer().isRunning();

5. WARNING: DiscouragedReference

Discouraged access: The method isRunning() from the type IWebappServer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.help.appserver_3.1.300.v20080507.jar

JettyRunnable.java :

34 : return AppserverPlugin.getDefault().getAppServer().isRunning();

Source File: org/eclipse/wst/ws/internal/explorer/LaunchWizardRunnable.java
1. WARNING: DiscouragedReference

Discouraged access: The type DynamicWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.ui_1.1.2.v200811200248.jar

LaunchWizardRunnable.java :

19 : import org.eclipse.wst.command.internal.env.ui.widgets.DynamicWizard;

2. WARNING: DiscouragedReference

Discouraged access: The type DynamicWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.ui_1.1.2.v200811200248.jar

LaunchWizardRunnable.java :

40 : DynamicWizard wizard = new DynamicWizard();

3. WARNING: DiscouragedReference

Discouraged access: The constructor DynamicWizard() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.ui_1.1.2.v200811200248.jar

LaunchWizardRunnable.java :

40 : DynamicWizard wizard = new DynamicWizard();

4. WARNING: DiscouragedReference

Discouraged access: The type DynamicWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.ui_1.1.2.v200811200248.jar

LaunchWizardRunnable.java :

40 : DynamicWizard wizard = new DynamicWizard();

5. WARNING: DiscouragedReference

Discouraged access: The method setInitialData(String) from the type DynamicWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.ui_1.1.2.v200811200248.jar

LaunchWizardRunnable.java :

41 : wizard.setInitialData(id);

6. WARNING: DiscouragedReference

Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type DynamicWizard is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.ui_1.1.2.v200811200248.jar

LaunchWizardRunnable.java :

43 : wizard.init(null, sel);

Source File: org/eclipse/wst/ws/internal/explorer/action/LaunchWSEAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type TransientResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

LaunchWSEAction.java :

20 : import org.eclipse.wst.command.internal.env.core.context.TransientResourceContext;

2. WARNING: DiscouragedReference

Discouraged access: The type EclipseEnvironment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

LaunchWSEAction.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type EclipseStatusHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.ui_1.1.2.v200811200248.jar

LaunchWSEAction.java :

22 : import org.eclipse.wst.command.internal.env.ui.eclipse.EclipseStatusHandler;

4. WARNING: DiscouragedReference

Discouraged access: The type EclipseStatusHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.ui_1.1.2.v200811200248.jar

LaunchWSEAction.java :

33 : EclipseStatusHandler handler = new EclipseStatusHandler();

5. WARNING: DiscouragedReference

Discouraged access: The constructor EclipseStatusHandler() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.ui_1.1.2.v200811200248.jar

LaunchWSEAction.java :

33 : EclipseStatusHandler handler = new EclipseStatusHandler();

6. WARNING: DiscouragedReference

Discouraged access: The type EclipseStatusHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.ui_1.1.2.v200811200248.jar

LaunchWSEAction.java :

33 : EclipseStatusHandler handler = new EclipseStatusHandler();

7. WARNING: DiscouragedReference

Discouraged access: The type TransientResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

LaunchWSEAction.java :

34 : TransientResourceContext context = new TransientResourceContext();

8. WARNING: DiscouragedReference

Discouraged access: The constructor TransientResourceContext() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

LaunchWSEAction.java :

34 : TransientResourceContext context = new TransientResourceContext();

9. WARNING: DiscouragedReference

Discouraged access: The type TransientResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

LaunchWSEAction.java :

34 : TransientResourceContext context = new TransientResourceContext();

10. WARNING: DiscouragedReference

Discouraged access: The type EclipseEnvironment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

LaunchWSEAction.java :

35 : EclipseEnvironment environment = new EclipseEnvironment( null, context, handler );

11. WARNING: DiscouragedReference

Discouraged access: The constructor EclipseEnvironment(CommandManager, ResourceContext, IStatusHandler) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

LaunchWSEAction.java :

35 : EclipseEnvironment environment = new EclipseEnvironment( null, context, handler );

12. WARNING: DiscouragedReference

Discouraged access: The type EclipseEnvironment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

LaunchWSEAction.java :

35 : EclipseEnvironment environment = new EclipseEnvironment( null, context, handler );

Source File: org/eclipse/wst/ws/internal/explorer/favorites/FavoritesRegistryTypeDefault.java
1. WARNING: DiscouragedReference

Discouraged access: The type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesRegistryTypeDefault.java :

18 : import org.eclipse.wst.ws.internal.parser.favorites.FavoritesRegistryTypeAbstract;

2. WARNING: DiscouragedReference

Discouraged access: The type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesRegistryTypeDefault.java :

20 : public class FavoritesRegistryTypeDefault extends FavoritesRegistryTypeAbstract {

3. WARNING: DiscouragedReference

Discouraged access: The constructor FavoritesRegistryTypeAbstract() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesRegistryTypeDefault.java :

28 : super();

4. WARNING: DiscouragedReference

Discouraged access: The constructor FavoritesRegistryTypeAbstract() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesRegistryTypeDefault.java :

33 : super();

5. WARNING: DiscouragedReference

Discouraged access: The method loadWSILDocument(String, boolean) from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesRegistryTypeDefault.java :

58 : wsilDoc_ = loadWSILDocument(getReadLocation(), true);

6. WARNING: DiscouragedReference

Discouraged access: The method getFavoritesUDDIRegistries() from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesRegistryTypeDefault.java :

59 : getFavoritesUDDIRegistries();

Source File: org/eclipse/wst/ws/internal/explorer/favorites/FavoritesRegistryTypeWSE.java
1. WARNING: DiscouragedReference

Discouraged access: The type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesRegistryTypeWSE.java :

16 : import org.eclipse.wst.ws.internal.parser.favorites.FavoritesRegistryTypeAbstract;

2. WARNING: DiscouragedReference

Discouraged access: The type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesRegistryTypeWSE.java :

19 : public class FavoritesRegistryTypeWSE extends FavoritesRegistryTypeAbstract

3. WARNING: DiscouragedReference

Discouraged access: The constructor FavoritesRegistryTypeAbstract() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesRegistryTypeWSE.java :

28 : super();

4. WARNING: DiscouragedReference

Discouraged access: The constructor FavoritesRegistryTypeAbstract() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesRegistryTypeWSE.java :

33 : super();

5. WARNING: DiscouragedReference

Discouraged access: The method loadWSILDocument(String, boolean) from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesRegistryTypeWSE.java :

56 : wsilDoc_ = loadWSILDocument(getReadLocation(), false);

6. WARNING: DiscouragedReference

Discouraged access: The method save() from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesRegistryTypeWSE.java :

62 : save();

Source File: org/eclipse/wst/ws/internal/explorer/platform/actions/ClearNodeAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearNodeAction.java :

22 : import org.eclipse.wst.ws.internal.datamodel.Rel;

2. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearNodeAction.java :

51 : e.getModel().removeElement(e);

3. WARNING: DiscouragedReference

Discouraged access: The method removeElement(Element) from the type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearNodeAction.java :

51 : e.getModel().removeElement(e);

4. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearNodeAction.java :

53 : if (element.getModel().getRootElement() != element)

5. WARNING: DiscouragedReference

Discouraged access: The method getRootElement() from the type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearNodeAction.java :

53 : if (element.getModel().getRootElement() != element)

6. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearNodeAction.java :

67 : if (element.getModel().getRootElement() != element)

7. WARNING: DiscouragedReference

Discouraged access: The method getRootElement() from the type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearNodeAction.java :

67 : if (element.getModel().getRootElement() != element)

8. WARNING: DiscouragedReference

Discouraged access: The method getRels() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearNodeAction.java :

69 : Enumeration rels = element.getRels();

9. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearNodeAction.java :

72 : Rel rel = (Rel)rels.nextElement();

10. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearNodeAction.java :

72 : Rel rel = (Rel)rels.nextElement();

11. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearNodeAction.java :

73 : String relName = rel.getName();

12. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearNodeAction.java :

76 : Enumeration children = element.getElements(rel.getName());

13. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearNodeAction.java :

76 : Enumeration children = element.getElements(rel.getName());

Source File: org/eclipse/wst/ws/internal/explorer/platform/actions/ClearViewElementAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearViewElementAction.java :

64 : ListManager listManager = (ListManager)element.getPropertyAsObject(listManagerRel_);

Source File: org/eclipse/wst/ws/internal/explorer/platform/actions/ImportToFileSystemAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type WSDLFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

ImportToFileSystemAction.java :

22 : import org.eclipse.wst.wsdl.internal.impl.wsdl4j.WSDLFactoryImpl;

2. WARNING: DiscouragedReference

Discouraged access: The constructor WSDLFactoryImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

ImportToFileSystemAction.java :

41 : WSDLFactory wsdlFactory = new WSDLFactoryImpl();

3. WARNING: DiscouragedReference

Discouraged access: The type WSDLFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

ImportToFileSystemAction.java :

41 : WSDLFactory wsdlFactory = new WSDLFactoryImpl();

Source File: org/eclipse/wst/ws/internal/explorer/platform/actions/ImportToWorkbenchAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type PersistentResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

ImportToWorkbenchAction.java :

30 : import org.eclipse.wst.command.internal.env.context.PersistentResourceContext;

2. WARNING: DiscouragedReference

Discouraged access: The type EclipseEnvironment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

ImportToWorkbenchAction.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type AddWSDLToWSILCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ImportToWorkbenchAction.java :

38 : import org.eclipse.wst.ws.internal.wsil.AddWSDLToWSILCommand;

4. WARNING: DiscouragedReference

Discouraged access: The type PersistentResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

ImportToWorkbenchAction.java :

142 : return PersistentResourceContext.getInstance().isCheckoutFilesEnabled();

5. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type PersistentResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

ImportToWorkbenchAction.java :

142 : return PersistentResourceContext.getInstance().isCheckoutFilesEnabled();

6. WARNING: DiscouragedReference

Discouraged access: The method isCheckoutFilesEnabled() from the type PersistentResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

ImportToWorkbenchAction.java :

142 : return PersistentResourceContext.getInstance().isCheckoutFilesEnabled();

7. WARNING: DiscouragedReference

Discouraged access: The type PersistentResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

ImportToWorkbenchAction.java :

154 : return PersistentResourceContext.getInstance().isOverwriteFilesEnabled();

8. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type PersistentResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

ImportToWorkbenchAction.java :

154 : return PersistentResourceContext.getInstance().isOverwriteFilesEnabled();

9. WARNING: DiscouragedReference

Discouraged access: The method isOverwriteFilesEnabled() from the type PersistentResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

ImportToWorkbenchAction.java :

154 : return PersistentResourceContext.getInstance().isOverwriteFilesEnabled();

10. WARNING: DiscouragedReference

Discouraged access: The type AddWSDLToWSILCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ImportToWorkbenchAction.java :

201 : AddWSDLToWSILCommand command = new AddWSDLToWSILCommand();

11. WARNING: DiscouragedReference

Discouraged access: The constructor AddWSDLToWSILCommand() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ImportToWorkbenchAction.java :

201 : AddWSDLToWSILCommand command = new AddWSDLToWSILCommand();

12. WARNING: DiscouragedReference

Discouraged access: The type AddWSDLToWSILCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ImportToWorkbenchAction.java :

201 : AddWSDLToWSILCommand command = new AddWSDLToWSILCommand();

13. WARNING: DiscouragedReference

Discouraged access: The type AddWSDLToWSILCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ImportToWorkbenchAction.java :

203 : args[0] = AddWSDLToWSILCommand.ARG_WSIL;

14. WARNING: DiscouragedReference

Discouraged access: The field ARG_WSIL from the type AddWSDLToWSILCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ImportToWorkbenchAction.java :

203 : args[0] = AddWSDLToWSILCommand.ARG_WSIL;

15. WARNING: DiscouragedReference

Discouraged access: The type AddWSDLToWSILCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ImportToWorkbenchAction.java :

205 : args[2] = AddWSDLToWSILCommand.ARG_WSDL;

16. WARNING: DiscouragedReference

Discouraged access: The field ARG_WSDL from the type AddWSDLToWSILCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ImportToWorkbenchAction.java :

205 : args[2] = AddWSDLToWSILCommand.ARG_WSDL;

17. WARNING: DiscouragedReference

Discouraged access: The type AddWSDLToWSILCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ImportToWorkbenchAction.java :

207 : args[4] = AddWSDLToWSILCommand.ARG_RESOLVE_WSDL;

18. WARNING: DiscouragedReference

Discouraged access: The field ARG_RESOLVE_WSDL from the type AddWSDLToWSILCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ImportToWorkbenchAction.java :

207 : args[4] = AddWSDLToWSILCommand.ARG_RESOLVE_WSDL;

19. WARNING: DiscouragedReference

Discouraged access: The method setArguments(String[]) from the type AddWSDLToWSILCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ImportToWorkbenchAction.java :

208 : command.setArguments(args);

20. WARNING: DiscouragedReference

Discouraged access: The constructor EclipseEnvironment(CommandManager, ResourceContext, IStatusHandler) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

ImportToWorkbenchAction.java :

209 : IEnvironment env = new EclipseEnvironment(null, null, null);

21. WARNING: DiscouragedReference

Discouraged access: The type EclipseEnvironment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

ImportToWorkbenchAction.java :

209 : IEnvironment env = new EclipseEnvironment(null, null, null);

22. WARNING: DiscouragedReference

Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type AddWSDLToWSILCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ImportToWorkbenchAction.java :

211 : command.execute( null, null );

Source File: org/eclipse/wst/ws/internal/explorer/platform/datamodel/TreeElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TreeElement.java :

14 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TreeElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.Model;

3. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TreeElement.java :

17 : public class TreeElement extends BasicElement

4. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TreeElement.java :

21 : public TreeElement(String name,Model model)

5. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Model) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TreeElement.java :

23 : super(name,model);

Source File: org/eclipse/wst/ws/internal/explorer/platform/engine/transformer/NodeIdTransformer.java
1. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

16 : import org.eclipse.wst.ws.internal.datamodel.Element;

2. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

17 : import org.eclipse.wst.ws.internal.datamodel.Rel;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

49 : Element element = node.getTreeElement();

4. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

50 : Rel rel = getRel(parentNode.getTreeElement(), element);

5. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

51 : StringBuffer relValue = new StringBuffer(rel.getName());

6. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

53 : relValue.append(element.getName());

7. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

69 : private Rel getRel(Element sourceElement, Element targetElement)

8. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

69 : private Rel getRel(Element sourceElement, Element targetElement)

9. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

69 : private Rel getRel(Element sourceElement, Element targetElement)

10. WARNING: DiscouragedReference

Discouraged access: The method getRels() from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

71 : Enumeration rels = sourceElement.getRels();

11. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

74 : Rel rel = (Rel)rels.nextElement();

12. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

74 : Rel rel = (Rel)rels.nextElement();

13. WARNING: DiscouragedReference

Discouraged access: The method getTargetElements() from the type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

75 : Enumeration targetElements = rel.getTargetElements();

14. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

124 : Element parentElement = parent.getTreeElement();

15. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

125 : Enumeration e = parentElement.getElements(rel);

16. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

128 : Element element = (Element)e.nextElement();

17. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

128 : Element element = (Element)e.nextElement();

18. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeIdTransformer.java :

129 : if (localname.equals(element.getName()))

Source File: org/eclipse/wst/ws/internal/explorer/platform/engine/transformer/NodeSelectionTransformer.java
1. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

16 : import org.eclipse.wst.ws.internal.datamodel.Element;

2. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

17 : import org.eclipse.wst.ws.internal.datamodel.Rel;

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

50 : Element nextElement = nextNode.getTreeElement();

4. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

51 : Rel rel = getRel(parentNode.getTreeElement(), nextElement);

5. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

52 : StringBuffer relValue = new StringBuffer(rel.getName());

6. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

54 : relValue.append(nextElement.getName());

7. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

61 : Element parentElement = parentNode.getTreeElement();

8. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

62 : Rel rel = getRel(currNode.getTreeElement(), parentElement);

9. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

63 : StringBuffer relValue = new StringBuffer(rel.getName());

10. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

65 : relValue.append(parentElement.getName());

11. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

83 : private boolean isRootElement(Element e)

12. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

85 : return e.getModel().getRootElement() == e;

13. WARNING: DiscouragedReference

Discouraged access: The method getRootElement() from the type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

85 : return e.getModel().getRootElement() == e;

14. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

88 : private Rel getRel(Element sourceElement, Element targetElement)

15. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

88 : private Rel getRel(Element sourceElement, Element targetElement)

16. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

88 : private Rel getRel(Element sourceElement, Element targetElement)

17. WARNING: DiscouragedReference

Discouraged access: The method getRels() from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

90 : Enumeration rels = sourceElement.getRels();

18. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

93 : Rel rel = (Rel) rels.nextElement();

19. WARNING: DiscouragedReference

Discouraged access: The type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

93 : Rel rel = (Rel) rels.nextElement();

20. WARNING: DiscouragedReference

Discouraged access: The method getTargetElements() from the type Rel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

94 : Enumeration targetElements = rel.getTargetElements();

21. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

119 : Element currElement = currNode.getTreeElement();

22. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

125 : Enumeration e = currElement.getElements(rel);

23. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

126 : Element targetElement = null;

24. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

129 : Element firstElement = null;

25. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

132 : Element nextElement = (Element) e.nextElement();

26. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

132 : Element nextElement = (Element) e.nextElement();

27. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

135 : if (localname.equals(nextElement.getName()))

28. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

147 : targetElement = (Element) e.nextElement();

29. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

NodeSelectionTransformer.java :

151 : currElement = (Element) targetElement;

Source File: org/eclipse/wst/ws/internal/explorer/platform/engine/transformer/ViewSelectionTransformer.java
1. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ViewSelectionTransformer.java :

16 : import org.eclipse.wst.ws.internal.datamodel.Element;

2. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ViewSelectionTransformer.java :

43 : Object listManagerObj = currElement.getPropertyAsObject(listManagerKey);

3. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ViewSelectionTransformer.java :

61 : if (object != null && object instanceof Element)

4. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ViewSelectionTransformer.java :

63 : Element element = (Element) object;

5. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ViewSelectionTransformer.java :

63 : Element element = (Element) object;

6. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ViewSelectionTransformer.java :

64 : normalizedViewIds.add(element.getName());

7. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ViewSelectionTransformer.java :

80 : Object listManagerObj = currElement.getPropertyAsObject(listManagerKey);

8. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ViewSelectionTransformer.java :

91 : Element element = (Element) listElement.getObject();

9. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ViewSelectionTransformer.java :

91 : Element element = (Element) listElement.getObject();

10. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ViewSelectionTransformer.java :

92 : if (element != null && normalizedViewIds[i].equals(element.getName()))

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/actions/AddToUDDIPerspectiveAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AddToUDDIPerspectiveAction.java :

39 : import org.eclipse.wst.ws.internal.model.v10.taxonomy.Taxonomy;

2. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AddToUDDIPerspectiveAction.java :

75 : protected boolean createRegistryInUDDIPerspective(String inquiryAPI, String publishAPI, String registryName, String registrationURL, String defaultLogin, String defaultPassword, Taxonomy[] taxonomies, boolean useExisting) {

3. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AddToUDDIPerspectiveAction.java :

136 : Taxonomy taxonomy = taxonomies[i];

4. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AddToUDDIPerspectiveAction.java :

137 : String name = taxonomy.getName();

5. WARNING: DiscouragedReference

Discouraged access: The method getTmodelKey() from the type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AddToUDDIPerspectiveAction.java :

138 : String tmodelKey = taxonomy.getTmodelKey();

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/actions/AddUserDefRegistryToUDDIPerspectiveAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AddUserDefRegistryToUDDIPerspectiveAction.java :

21 : import org.eclipse.wst.ws.internal.model.v10.taxonomy.Taxonomy;

2. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AddUserDefRegistryToUDDIPerspectiveAction.java :

38 : String registryName = regElement.getName();

3. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AddUserDefRegistryToUDDIPerspectiveAction.java :

43 : Taxonomy[] taxonomies = regElement.getTaxonomies();

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/actions/RemoveFavoritesAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RemoveFavoritesAction.java :

86 : e = mainElement.getElements(FavoritesModelConstants.REL_WSIL_FOLDER_NODE);

2. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RemoveFavoritesAction.java :

88 : e = mainElement.getElements(FavoritesModelConstants.REL_WSDL_SERVICE_FOLDER_NODE);

3. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RemoveFavoritesAction.java :

90 : e = mainElement.getElements(FavoritesModelConstants.REL_UDDI_SERVICE_FOLDER_NODE);

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RemoveFavoritesAction.java :

92 : e = mainElement.getElements(FavoritesModelConstants.REL_UDDI_BUSINESS_FOLDER_NODE);

5. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RemoveFavoritesAction.java :

94 : e = mainElement.getElements(FavoritesModelConstants.REL_UDDI_SERVICE_INTERFACE_FOLDER_NODE);

6. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RemoveFavoritesAction.java :

96 : e = mainElement.getElements(FavoritesModelConstants.REL_UDDI_REGISTRY_FOLDER_NODE);

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesElement.java :

25 : public FavoritesElement(String name, Model model) {

3. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesElement.java :

30 : Enumeration e = getElements(ModelConstants.REL_OWNER);

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesFolderElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesFolderElement.java :

16 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesFolderElement.java :

28 : public FavoritesFolderElement(String name, Model model, NodeManager nodeManager) {

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesMainElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainElement.java :

16 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainElement.java :

32 : public FavoritesMainElement(String name, Model model, Controller controller)

3. WARNING: DiscouragedReference

Discouraged access: The method save() from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesMainElement.java :

52 : favRegistry_.save();

4. WARNING: DiscouragedReference

Discouraged access: The method addUDDIRegistry(String, String, String, String) from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesMainElement.java :

65 : return favRegistry_.addUDDIRegistry(registryName, inquiryAPI, publishAPI, registrationURL);

5. WARNING: DiscouragedReference

Discouraged access: The method addUDDIBusiness(String, String, String) from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesMainElement.java :

70 : return favRegistry_.addUDDIBusiness(businessName, inquiryAPI, businessKey);

6. WARNING: DiscouragedReference

Discouraged access: The method addUDDIService(String, String, String) from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesMainElement.java :

75 : return favRegistry_.addUDDIService(serviceName, inquiryAPI, serviceKey);

7. WARNING: DiscouragedReference

Discouraged access: The method addUDDIServiceInterface(String, String, String) from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesMainElement.java :

80 : return favRegistry_.addUDDIServiceInterface(serIntName, inquiryAPI, serIntKey);

8. WARNING: DiscouragedReference

Discouraged access: The method addWSDLService(String) from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesMainElement.java :

85 : return favRegistry_.addWSDLService(url);

9. WARNING: DiscouragedReference

Discouraged access: The method addWSILLink(String) from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesMainElement.java :

90 : return favRegistry_.addWSILLink(url);

10. WARNING: DiscouragedReference

Discouraged access: The method removeService(Service) from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesMainElement.java :

94 : favRegistry_.removeService(service);

11. WARNING: DiscouragedReference

Discouraged access: The method removeLink(Link) from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesMainElement.java :

99 : favRegistry_.removeLink(link);

12. WARNING: DiscouragedReference

Discouraged access: The method loadUDDIRegistries() from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesMainElement.java :

105 : return favRegistry_.loadUDDIRegistries();

13. WARNING: DiscouragedReference

Discouraged access: The method loadUDDIBusinesses() from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesMainElement.java :

110 : return favRegistry_.loadUDDIBusinesses();

14. WARNING: DiscouragedReference

Discouraged access: The method loadUDDIServices() from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesMainElement.java :

115 : return favRegistry_.loadUDDIServices();

15. WARNING: DiscouragedReference

Discouraged access: The method loadUDDIServiceInterfaces() from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesMainElement.java :

120 : return favRegistry_.loadUDDIServiceInterfaces();

16. WARNING: DiscouragedReference

Discouraged access: The method loadWSDLServices() from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesMainElement.java :

125 : return favRegistry_.loadWSDLServices();

17. WARNING: DiscouragedReference

Discouraged access: The method loadWSILs() from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesMainElement.java :

130 : return favRegistry_.loadWSILs();

18. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainElement.java :

135 : return (FavoritesUDDIRegistryFolderElement)(getElements(FavoritesModelConstants.REL_UDDI_REGISTRY_FOLDER_NODE).nextElement());

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesUDDIBusinessElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type FavoritesUDDIBusiness is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIBusinessElement.java :

16 : import org.eclipse.wst.ws.internal.parser.favorites.FavoritesUDDIBusiness;

3. WARNING: DiscouragedReference

Discouraged access: The type FavoritesUDDIBusiness is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIBusinessElement.java :

20 : private FavoritesUDDIBusiness uddiBusiness_;

4. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessElement.java :

22 : public FavoritesUDDIBusinessElement(String name, Model model, Link link) {

5. WARNING: DiscouragedReference

Discouraged access: The constructor FavoritesUDDIBusiness() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIBusinessElement.java :

24 : uddiBusiness_ = new FavoritesUDDIBusiness();

6. WARNING: DiscouragedReference

Discouraged access: The type FavoritesUDDIBusiness is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIBusinessElement.java :

24 : uddiBusiness_ = new FavoritesUDDIBusiness();

7. WARNING: DiscouragedReference

Discouraged access: The method setLink(Link) from the type FavoritesLink is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIBusinessElement.java :

25 : uddiBusiness_.setLink(link);

8. WARNING: DiscouragedReference

Discouraged access: The method getLink() from the type FavoritesLink is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIBusinessElement.java :

29 : return uddiBusiness_.getLink();

9. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type FavoritesUDDIBusiness is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIBusinessElement.java :

33 : return uddiBusiness_.getName();

10. WARNING: DiscouragedReference

Discouraged access: The method getInquiryURL() from the type FavoritesUDDIBusiness is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIBusinessElement.java :

37 : return uddiBusiness_.getInquiryURL();

11. WARNING: DiscouragedReference

Discouraged access: The method getBusinessKey() from the type FavoritesUDDIBusiness is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIBusinessElement.java :

41 : return uddiBusiness_.getBusinessKey();

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesUDDIBusinessFolderElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderElement.java :

17 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderElement.java :

30 : public FavoritesUDDIBusinessFolderElement(String name, Model model, NodeManager nodeManager) {

3. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderElement.java :

38 : FavoritesUDDIBusinessElement favUDDIBusinessElement = new FavoritesUDDIBusinessElement((link.getAbstracts())[0].getText(), getModel(), link);

4. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderElement.java :

39 : connect(favUDDIBusinessElement, FavoritesModelConstants.REL_UDDI_BUSINESS_NODE, ModelConstants.REL_OWNER);

5. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderElement.java :

56 : FavoritesUDDIBusinessElement favUDDIBusinessElement = new FavoritesUDDIBusinessElement(businessName, getModel(), link);

6. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderElement.java :

57 : connect(favUDDIBusinessElement, FavoritesModelConstants.REL_UDDI_BUSINESS_NODE, ModelConstants.REL_OWNER);

7. WARNING: DiscouragedReference

Discouraged access: The method disconnectAll() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderElement.java :

84 : element.disconnectAll();

8. WARNING: DiscouragedReference

Discouraged access: The method disconnectRel(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderElement.java :

99 : disconnectRel(FavoritesModelConstants.REL_UDDI_BUSINESS_NODE);

9. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderElement.java :

104 : return getElements(FavoritesModelConstants.REL_UDDI_BUSINESS_NODE);

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesUDDIRegistryElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type FavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIRegistryElement.java :

16 : import org.eclipse.wst.ws.internal.parser.favorites.FavoritesUDDIRegistry;

3. WARNING: DiscouragedReference

Discouraged access: The type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIRegistryElement.java :

17 : import org.eclipse.wst.ws.internal.parser.favorites.IFavoritesUDDIRegistry;

4. WARNING: DiscouragedReference

Discouraged access: The type FavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIRegistryElement.java :

21 : private FavoritesUDDIRegistry uddiReg_;

5. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryElement.java :

23 : public FavoritesUDDIRegistryElement(String name, Model model, Link link) {

6. WARNING: DiscouragedReference

Discouraged access: The constructor FavoritesUDDIRegistry() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIRegistryElement.java :

25 : uddiReg_ = new FavoritesUDDIRegistry();

7. WARNING: DiscouragedReference

Discouraged access: The type FavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIRegistryElement.java :

25 : uddiReg_ = new FavoritesUDDIRegistry();

8. WARNING: DiscouragedReference

Discouraged access: The method setLink(Link) from the type FavoritesLink is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIRegistryElement.java :

26 : uddiReg_.setLink(link);

9. WARNING: DiscouragedReference

Discouraged access: The method getLink() from the type FavoritesLink is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIRegistryElement.java :

30 : return uddiReg_.getLink();

10. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type FavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIRegistryElement.java :

34 : return uddiReg_.getName();

11. WARNING: DiscouragedReference

Discouraged access: The method getInquiryURL() from the type FavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIRegistryElement.java :

38 : return uddiReg_.getInquiryURL();

12. WARNING: DiscouragedReference

Discouraged access: The method getPublishURL() from the type FavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIRegistryElement.java :

42 : return uddiReg_.getPublishURL();

13. WARNING: DiscouragedReference

Discouraged access: The method getRegistrationURL() from the type FavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIRegistryElement.java :

46 : return uddiReg_.getRegistrationURL();

14. WARNING: DiscouragedReference

Discouraged access: The type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIRegistryElement.java :

53 : public IFavoritesUDDIRegistry getIFavoritesUDDIRegistryInterface()

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesUDDIRegistryFolderElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderElement.java :

18 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderElement.java :

33 : public FavoritesUDDIRegistryFolderElement(String name, Model model, NodeManager nodeManager) {

3. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderElement.java :

41 : FavoritesUDDIRegistryElement favUDDIRegsitryElement = new FavoritesUDDIRegistryElement((link.getAbstracts())[0].getText(), getModel(), link);

4. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderElement.java :

42 : connect(favUDDIRegsitryElement, FavoritesModelConstants.REL_UDDI_REGISTRY_NODE, ModelConstants.REL_OWNER);

5. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderElement.java :

87 : FavoritesUDDIRegistryElement favUDDIRegsitryElement = new FavoritesUDDIRegistryElement(registryName, getModel(), link);

6. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderElement.java :

88 : connect(favUDDIRegsitryElement, FavoritesModelConstants.REL_UDDI_REGISTRY_NODE, ModelConstants.REL_OWNER);

7. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderElement.java :

146 : clearRegistryMetadata(pluginMetadataDirectory,selectedElement.getName());

8. WARNING: DiscouragedReference

Discouraged access: The method disconnectAll() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderElement.java :

159 : element.disconnectAll();

9. WARNING: DiscouragedReference

Discouraged access: The method disconnectRel(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderElement.java :

175 : disconnectRel(FavoritesModelConstants.REL_UDDI_REGISTRY_NODE);

10. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderElement.java :

180 : return getElements(FavoritesModelConstants.REL_UDDI_REGISTRY_NODE);

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesUDDIServiceElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type FavoritesUDDIService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceElement.java :

16 : import org.eclipse.wst.ws.internal.parser.favorites.FavoritesUDDIService;

3. WARNING: DiscouragedReference

Discouraged access: The type FavoritesUDDIService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceElement.java :

20 : private FavoritesUDDIService uddiService_;

4. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceElement.java :

22 : public FavoritesUDDIServiceElement(String name, Model model, Service service) {

5. WARNING: DiscouragedReference

Discouraged access: The constructor FavoritesUDDIService() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceElement.java :

24 : uddiService_ = new FavoritesUDDIService();

6. WARNING: DiscouragedReference

Discouraged access: The type FavoritesUDDIService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceElement.java :

24 : uddiService_ = new FavoritesUDDIService();

7. WARNING: DiscouragedReference

Discouraged access: The method setService(Service) from the type FavoritesService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceElement.java :

25 : uddiService_.setService(service);

8. WARNING: DiscouragedReference

Discouraged access: The method getService() from the type FavoritesService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceElement.java :

29 : return uddiService_.getService();

9. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type FavoritesUDDIService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceElement.java :

33 : return uddiService_.getName();

10. WARNING: DiscouragedReference

Discouraged access: The method getInquiryURL() from the type FavoritesUDDIService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceElement.java :

37 : return uddiService_.getInquiryURL();

11. WARNING: DiscouragedReference

Discouraged access: The method getServiceKey() from the type FavoritesUDDIService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceElement.java :

41 : return uddiService_.getServiceKey();

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesUDDIServiceFolderElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderElement.java :

17 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderElement.java :

31 : public FavoritesUDDIServiceFolderElement(String name, Model model, NodeManager nodeManager) {

3. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderElement.java :

39 : FavoritesUDDIServiceElement favUDDIServiceElement = new FavoritesUDDIServiceElement((service.getServiceNames())[0].getText(), getModel(), service);

4. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderElement.java :

40 : connect(favUDDIServiceElement, FavoritesModelConstants.REL_UDDI_SERVICE_NODE, ModelConstants.REL_OWNER);

5. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderElement.java :

57 : FavoritesUDDIServiceElement favUDDIServiceElement = new FavoritesUDDIServiceElement(serviceName, getModel(), service);

6. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderElement.java :

58 : connect(favUDDIServiceElement, FavoritesModelConstants.REL_UDDI_SERVICE_NODE, ModelConstants.REL_OWNER);

7. WARNING: DiscouragedReference

Discouraged access: The method disconnectAll() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderElement.java :

85 : element.disconnectAll();

8. WARNING: DiscouragedReference

Discouraged access: The method disconnectRel(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderElement.java :

100 : disconnectRel(FavoritesModelConstants.REL_UDDI_SERVICE_NODE);

9. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderElement.java :

105 : return getElements(FavoritesModelConstants.REL_UDDI_SERVICE_NODE);

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesUDDIServiceInterfaceElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type FavoritesUDDIServiceInterface is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceInterfaceElement.java :

16 : import org.eclipse.wst.ws.internal.parser.favorites.FavoritesUDDIServiceInterface;

3. WARNING: DiscouragedReference

Discouraged access: The type FavoritesUDDIServiceInterface is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceInterfaceElement.java :

20 : private FavoritesUDDIServiceInterface uddiSerInt_;

4. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceElement.java :

22 : public FavoritesUDDIServiceInterfaceElement(String name, Model model, Service service) {

5. WARNING: DiscouragedReference

Discouraged access: The constructor FavoritesUDDIServiceInterface() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceInterfaceElement.java :

24 : uddiSerInt_ = new FavoritesUDDIServiceInterface();

6. WARNING: DiscouragedReference

Discouraged access: The type FavoritesUDDIServiceInterface is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceInterfaceElement.java :

24 : uddiSerInt_ = new FavoritesUDDIServiceInterface();

7. WARNING: DiscouragedReference

Discouraged access: The method setService(Service) from the type FavoritesService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceInterfaceElement.java :

25 : uddiSerInt_.setService(service);

8. WARNING: DiscouragedReference

Discouraged access: The method getService() from the type FavoritesService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceInterfaceElement.java :

29 : return uddiSerInt_.getService();

9. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type FavoritesUDDIServiceInterface is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceInterfaceElement.java :

33 : return uddiSerInt_.getName();

10. WARNING: DiscouragedReference

Discouraged access: The method getInquiryURL() from the type FavoritesUDDIServiceInterface is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceInterfaceElement.java :

37 : return uddiSerInt_.getInquiryURL();

11. WARNING: DiscouragedReference

Discouraged access: The method getServiceInterfaceKey() from the type FavoritesUDDIServiceInterface is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesUDDIServiceInterfaceElement.java :

41 : return uddiSerInt_.getServiceInterfaceKey();

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesUDDIServiceInterfaceFolderElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderElement.java :

17 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderElement.java :

31 : public FavoritesUDDIServiceInterfaceFolderElement(String name, Model model, NodeManager nodeManager) {

3. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderElement.java :

39 : FavoritesUDDIServiceInterfaceElement favUDDISerIntElement = new FavoritesUDDIServiceInterfaceElement((service.getServiceNames())[0].getText(), getModel(), service);

4. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderElement.java :

40 : connect(favUDDISerIntElement, FavoritesModelConstants.REL_UDDI_SERVICE_INTERFACE_NODE, ModelConstants.REL_OWNER);

5. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderElement.java :

57 : FavoritesUDDIServiceInterfaceElement favUDDISerIntElement = new FavoritesUDDIServiceInterfaceElement(serIntName, getModel(), service);

6. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderElement.java :

58 : connect(favUDDISerIntElement, FavoritesModelConstants.REL_UDDI_SERVICE_INTERFACE_NODE, ModelConstants.REL_OWNER);

7. WARNING: DiscouragedReference

Discouraged access: The method disconnectAll() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderElement.java :

85 : element.disconnectAll();

8. WARNING: DiscouragedReference

Discouraged access: The method disconnectRel(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderElement.java :

100 : disconnectRel(FavoritesModelConstants.REL_UDDI_SERVICE_INTERFACE_NODE);

9. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderElement.java :

105 : return getElements(FavoritesModelConstants.REL_UDDI_SERVICE_INTERFACE_NODE);

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesUserDefUDDIRegistryElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

20 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Registry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

21 : import org.eclipse.wst.ws.internal.model.v10.registry.Registry;

3. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

22 : import org.eclipse.wst.ws.internal.model.v10.taxonomy.Taxonomy;

4. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

23 : import org.eclipse.wst.ws.internal.model.v10.uddiregistry.UDDIRegistry;

5. WARNING: DiscouragedReference

Discouraged access: The type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

24 : import org.eclipse.wst.ws.internal.registry.IRegistryManager;

6. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

25 : import org.eclipse.wst.ws.internal.registry.RegistryService;

7. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

26 : import org.eclipse.wst.ws.internal.registry.UDDIRegistryService;

8. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

39 : private Taxonomy[] taxonomies;

9. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

61 : public Taxonomy[] getTaxonomies()

10. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

66 : public void setTaxonomies(Taxonomy[] taxonomies)

11. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

71 : public FavoritesUserDefUDDIRegistryElement(String name, Model model)

12. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

148 : return getName();

13. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

153 : RegistryService regService = RegistryService.instance();

14. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

153 : RegistryService regService = RegistryService.instance();

15. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type RegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

153 : RegistryService regService = RegistryService.instance();

16. WARNING: DiscouragedReference

Discouraged access: The type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

154 : IRegistryManager regManager = regService.getDefaultRegistryManager();

17. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRegistryManager() from the type RegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

154 : IRegistryManager regManager = regService.getDefaultRegistryManager();

18. WARNING: DiscouragedReference

Discouraged access: The method refreshManager() from the type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

159 : regManager.refreshManager();

19. WARNING: DiscouragedReference

Discouraged access: The method getRegistryURIs() from the type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

160 : String[] regURIs = regManager.getRegistryURIs();

20. WARNING: DiscouragedReference

Discouraged access: The type Registry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

163 : Registry reg = regManager.loadRegistry(regURIs[i]);

21. WARNING: DiscouragedReference

Discouraged access: The method loadRegistry(String) from the type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

163 : Registry reg = regManager.loadRegistry(regURIs[i]);

22. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

164 : if (reg instanceof UDDIRegistry)

23. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

166 : UDDIRegistry uddiReg = (UDDIRegistry)reg;

24. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

166 : UDDIRegistry uddiReg = (UDDIRegistry)reg;

25. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Registry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

167 : List names = uddiReg.getName();

26. WARNING: DiscouragedReference

Discouraged access: The method getDiscoveryURL() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

169 : if(uddiReg.getDiscoveryURL().equals(getInquiryURL())){

27. WARNING: DiscouragedReference

Discouraged access: The method getDescription() from the type Registry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

172 : setDescs(uddiReg.getDescription());

28. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

173 : setVersion(uddiReg.getVersion());

29. WARNING: DiscouragedReference

Discouraged access: The method getDefaultLogin() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

174 : setDefaultLogin(uddiReg.getDefaultLogin());

30. WARNING: DiscouragedReference

Discouraged access: The method getDefaultPassword() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

175 : setDefaultPassword(uddiReg.getDefaultPassword());

31. WARNING: DiscouragedReference

Discouraged access: The method getDiscoveryURL() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

176 : setInquiryURL(uddiReg.getDiscoveryURL());

32. WARNING: DiscouragedReference

Discouraged access: The method getPublicationURL() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

177 : setPublishURL(uddiReg.getPublicationURL());

33. WARNING: DiscouragedReference

Discouraged access: The method getSecuredDiscoveryURL() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

178 : setSecureInquiryURL(uddiReg.getSecuredDiscoveryURL());

34. WARNING: DiscouragedReference

Discouraged access: The method getSecuredPublicationURL() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

179 : setSecurePublishURL(uddiReg.getSecuredPublicationURL());

35. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

180 : Taxonomy[] taxonomies = regManager.loadTaxonomies(UDDIRegistryService.instance().getTaxonomyURIs(uddiReg));

36. WARNING: DiscouragedReference

Discouraged access: The method loadTaxonomies(String[]) from the type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

180 : Taxonomy[] taxonomies = regManager.loadTaxonomies(UDDIRegistryService.instance().getTaxonomyURIs(uddiReg));

37. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

180 : Taxonomy[] taxonomies = regManager.loadTaxonomies(UDDIRegistryService.instance().getTaxonomyURIs(uddiReg));

38. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type UDDIRegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

180 : Taxonomy[] taxonomies = regManager.loadTaxonomies(UDDIRegistryService.instance().getTaxonomyURIs(uddiReg));

39. WARNING: DiscouragedReference

Discouraged access: The method getTaxonomyURIs(UDDIRegistry) from the type UDDIRegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryElement.java :

180 : Taxonomy[] taxonomies = regManager.loadTaxonomies(UDDIRegistryService.instance().getTaxonomyURIs(uddiReg));

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesUserDefUDDIRegistryFolderElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

22 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Name is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

26 : import org.eclipse.wst.ws.internal.model.v10.registry.Name;

3. WARNING: DiscouragedReference

Discouraged access: The type Registry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

27 : import org.eclipse.wst.ws.internal.model.v10.registry.Registry;

4. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

28 : import org.eclipse.wst.ws.internal.model.v10.taxonomy.Taxonomy;

5. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

29 : import org.eclipse.wst.ws.internal.model.v10.uddiregistry.UDDIRegistry;

6. WARNING: DiscouragedReference

Discouraged access: The type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

30 : import org.eclipse.wst.ws.internal.registry.IRegistryManager;

7. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

31 : import org.eclipse.wst.ws.internal.registry.RegistryService;

8. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

32 : import org.eclipse.wst.ws.internal.registry.UDDIRegistryService;

9. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

39 : public FavoritesUserDefUDDIRegistryFolderElement(String name, Model model, NodeManager nodeManager)

10. WARNING: DiscouragedReference

Discouraged access: The method disconnectRel(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

50 : disconnectRel(FavoritesModelConstants.REL_USER_DEF_UDDI_REGISTRY_NODE);

11. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

51 : RegistryService regService = RegistryService.instance();

12. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

51 : RegistryService regService = RegistryService.instance();

13. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type RegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

51 : RegistryService regService = RegistryService.instance();

14. WARNING: DiscouragedReference

Discouraged access: The type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

52 : IRegistryManager regManager = regService.getDefaultRegistryManager();

15. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRegistryManager() from the type RegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

52 : IRegistryManager regManager = regService.getDefaultRegistryManager();

16. WARNING: DiscouragedReference

Discouraged access: The method refreshManager() from the type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

55 : regManager.refreshManager();

17. WARNING: DiscouragedReference

Discouraged access: The method getRegistryURIs() from the type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

56 : String[] regURIs = regManager.getRegistryURIs();

18. WARNING: DiscouragedReference

Discouraged access: The type Registry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

59 : Registry reg = regManager.loadRegistry(regURIs[i]);

19. WARNING: DiscouragedReference

Discouraged access: The method loadRegistry(String) from the type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

59 : Registry reg = regManager.loadRegistry(regURIs[i]);

20. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

60 : if (reg instanceof UDDIRegistry)

21. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

62 : UDDIRegistry uddiReg = (UDDIRegistry)reg;

22. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

62 : UDDIRegistry uddiReg = (UDDIRegistry)reg;

23. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Registry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

63 : List names = uddiReg.getName();

24. WARNING: DiscouragedReference

Discouraged access: The method getValue() from the type Name is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

64 : String displayName = names != null && !names.isEmpty() ? ((Name)names.get(0)).getValue() : "";

25. WARNING: DiscouragedReference

Discouraged access: The type Name is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

64 : String displayName = names != null && !names.isEmpty() ? ((Name)names.get(0)).getValue() : "";

26. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

65 : FavoritesUserDefUDDIRegistryElement favUserDefUDDIRegElement = new FavoritesUserDefUDDIRegistryElement(displayName, getModel());

27. WARNING: DiscouragedReference

Discouraged access: The method getDescription() from the type Registry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

67 : favUserDefUDDIRegElement.setDescs(uddiReg.getDescription());

28. WARNING: DiscouragedReference

Discouraged access: The method getVersion() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

68 : favUserDefUDDIRegElement.setVersion(uddiReg.getVersion());

29. WARNING: DiscouragedReference

Discouraged access: The method getDefaultLogin() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

69 : favUserDefUDDIRegElement.setDefaultLogin(uddiReg.getDefaultLogin());

30. WARNING: DiscouragedReference

Discouraged access: The method getDefaultPassword() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

70 : favUserDefUDDIRegElement.setDefaultPassword(uddiReg.getDefaultPassword());

31. WARNING: DiscouragedReference

Discouraged access: The method getDiscoveryURL() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

71 : favUserDefUDDIRegElement.setInquiryURL(uddiReg.getDiscoveryURL());

32. WARNING: DiscouragedReference

Discouraged access: The method getPublicationURL() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

72 : favUserDefUDDIRegElement.setPublishURL(uddiReg.getPublicationURL());

33. WARNING: DiscouragedReference

Discouraged access: The method getSecuredDiscoveryURL() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

73 : favUserDefUDDIRegElement.setSecureInquiryURL(uddiReg.getSecuredDiscoveryURL());

34. WARNING: DiscouragedReference

Discouraged access: The method getSecuredPublicationURL() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

74 : favUserDefUDDIRegElement.setSecurePublishURL(uddiReg.getSecuredPublicationURL());

35. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

75 : Taxonomy[] taxonomies = regManager.loadTaxonomies(UDDIRegistryService.instance().getTaxonomyURIs(uddiReg));

36. WARNING: DiscouragedReference

Discouraged access: The method loadTaxonomies(String[]) from the type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

75 : Taxonomy[] taxonomies = regManager.loadTaxonomies(UDDIRegistryService.instance().getTaxonomyURIs(uddiReg));

37. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

75 : Taxonomy[] taxonomies = regManager.loadTaxonomies(UDDIRegistryService.instance().getTaxonomyURIs(uddiReg));

38. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type UDDIRegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

75 : Taxonomy[] taxonomies = regManager.loadTaxonomies(UDDIRegistryService.instance().getTaxonomyURIs(uddiReg));

39. WARNING: DiscouragedReference

Discouraged access: The method getTaxonomyURIs(UDDIRegistry) from the type UDDIRegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

75 : Taxonomy[] taxonomies = regManager.loadTaxonomies(UDDIRegistryService.instance().getTaxonomyURIs(uddiReg));

40. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

77 : connect(favUserDefUDDIRegElement, FavoritesModelConstants.REL_USER_DEF_UDDI_REGISTRY_NODE, ModelConstants.REL_OWNER);

41. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderElement.java :

115 : return getElements(FavoritesModelConstants.REL_USER_DEF_UDDI_REGISTRY_NODE);

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesWSDLServiceElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type FavoritesWSDL is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesWSDLServiceElement.java :

16 : import org.eclipse.wst.ws.internal.parser.favorites.FavoritesWSDL;

3. WARNING: DiscouragedReference

Discouraged access: The type FavoritesWSDL is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesWSDLServiceElement.java :

20 : private FavoritesWSDL wsdl_;

4. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceElement.java :

22 : public FavoritesWSDLServiceElement(String name, Model model, Service service) {

5. WARNING: DiscouragedReference

Discouraged access: The constructor FavoritesWSDL() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesWSDLServiceElement.java :

24 : wsdl_ = new FavoritesWSDL();

6. WARNING: DiscouragedReference

Discouraged access: The type FavoritesWSDL is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesWSDLServiceElement.java :

24 : wsdl_ = new FavoritesWSDL();

7. WARNING: DiscouragedReference

Discouraged access: The method setService(Service) from the type FavoritesService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesWSDLServiceElement.java :

25 : wsdl_.setService(service);

8. WARNING: DiscouragedReference

Discouraged access: The method getService() from the type FavoritesService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesWSDLServiceElement.java :

29 : return wsdl_.getService();

9. WARNING: DiscouragedReference

Discouraged access: The method getWsdlUrl() from the type FavoritesWSDL is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesWSDLServiceElement.java :

33 : return wsdl_.getWsdlUrl();

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesWSDLServiceFolderElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderElement.java :

17 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderElement.java :

27 : public FavoritesWSDLServiceFolderElement(String name, Model model, NodeManager nodeManager) {

3. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderElement.java :

35 : FavoritesWSDLServiceElement favWSDLServiceElement = new FavoritesWSDLServiceElement((service.getDescriptions())[0].getLocation(), getModel(), service);

4. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderElement.java :

36 : connect(favWSDLServiceElement, FavoritesModelConstants.REL_WSDL_SERVICE_NODE, ModelConstants.REL_OWNER);

5. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderElement.java :

51 : FavoritesWSDLServiceElement favWSDLServiceElement = new FavoritesWSDLServiceElement(wsdlURL, getModel(), service);

6. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderElement.java :

52 : connect(favWSDLServiceElement, FavoritesModelConstants.REL_WSDL_SERVICE_NODE, ModelConstants.REL_OWNER);

7. WARNING: DiscouragedReference

Discouraged access: The method disconnectAll() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderElement.java :

78 : element.disconnectAll();

8. WARNING: DiscouragedReference

Discouraged access: The method disconnectRel(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderElement.java :

93 : disconnectRel(FavoritesModelConstants.REL_WSDL_SERVICE_NODE);

9. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderElement.java :

98 : return getElements(FavoritesModelConstants.REL_WSDL_SERVICE_NODE);

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesWSILElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type FavoritesWSIL is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesWSILElement.java :

16 : import org.eclipse.wst.ws.internal.parser.favorites.FavoritesWSIL;

3. WARNING: DiscouragedReference

Discouraged access: The type FavoritesWSIL is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesWSILElement.java :

20 : private FavoritesWSIL wsil_;

4. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILElement.java :

22 : public FavoritesWSILElement(String name, Model model, Link link) {

5. WARNING: DiscouragedReference

Discouraged access: The constructor FavoritesWSIL() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesWSILElement.java :

24 : wsil_ = new FavoritesWSIL();

6. WARNING: DiscouragedReference

Discouraged access: The type FavoritesWSIL is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesWSILElement.java :

24 : wsil_ = new FavoritesWSIL();

7. WARNING: DiscouragedReference

Discouraged access: The method setLink(Link) from the type FavoritesLink is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesWSILElement.java :

25 : wsil_.setLink(link);

8. WARNING: DiscouragedReference

Discouraged access: The method getLink() from the type FavoritesLink is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesWSILElement.java :

29 : return wsil_.getLink();

9. WARNING: DiscouragedReference

Discouraged access: The method getWsilUrl() from the type FavoritesWSIL is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

FavoritesWSILElement.java :

33 : return wsil_.getWsilUrl();

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/datamodel/FavoritesWSILFolderElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderElement.java :

17 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderElement.java :

26 : public FavoritesWSILFolderElement(String name, Model model, NodeManager nodeManager) {

3. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderElement.java :

34 : FavoritesWSILElement favWSILElement = new FavoritesWSILElement(link.getLocation(), getModel(), link);

4. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderElement.java :

35 : connect(favWSILElement, FavoritesModelConstants.REL_WSIL_NODE, ModelConstants.REL_OWNER);

5. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderElement.java :

50 : FavoritesWSILElement favWSILElement = new FavoritesWSILElement(wsilURL, getModel(), link);

6. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderElement.java :

51 : connect(favWSILElement, FavoritesModelConstants.REL_WSIL_NODE, ModelConstants.REL_OWNER);

7. WARNING: DiscouragedReference

Discouraged access: The method disconnectAll() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderElement.java :

77 : element.disconnectAll();

8. WARNING: DiscouragedReference

Discouraged access: The method disconnectRel(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderElement.java :

92 : disconnectRel(FavoritesModelConstants.REL_WSIL_NODE);

9. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderElement.java :

97 : return getElements(FavoritesModelConstants.REL_WSIL_NODE);

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/perspective/FavoritesMainNode.java
1. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainNode.java :

33 : FavoritesUDDIRegistryFolderElement favUDDIRegistryFolderElement = new FavoritesUDDIRegistryFolderElement(getMessage("FAVORITES_UDDI_REGISTRIES_FOLDER_NODE"), treeElement.getModel(), nodeManager);

2. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainNode.java :

34 : treeElement.connect(favUDDIRegistryFolderElement, FavoritesModelConstants.REL_UDDI_REGISTRY_FOLDER_NODE, ModelConstants.REL_OWNER);

3. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainNode.java :

41 : FavoritesUserDefUDDIRegistryFolderElement favUserDefUDDIFolderElement = new FavoritesUserDefUDDIRegistryFolderElement(getMessage("FAVORITES_USER_DEF_UDDI_REGISTRIES_FOLDER_NODE"), treeElement.getModel(), nodeManager);

4. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainNode.java :

42 : treeElement.connect(favUserDefUDDIFolderElement, FavoritesModelConstants.REL_USER_DEF_UDDI_REGISTRY_FOLDER_NODE, ModelConstants.REL_OWNER);

5. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainNode.java :

49 : FavoritesUDDIBusinessFolderElement favUDDIBusinessFolderElement = new FavoritesUDDIBusinessFolderElement(getMessage("FAVORITES_UDDI_BUSINESSES_FOLDER_NODE"), treeElement.getModel(), nodeManager);

6. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainNode.java :

50 : treeElement.connect(favUDDIBusinessFolderElement, FavoritesModelConstants.REL_UDDI_BUSINESS_FOLDER_NODE, ModelConstants.REL_OWNER);

7. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainNode.java :

57 : FavoritesUDDIServiceFolderElement favUDDIServiceFolderElement = new FavoritesUDDIServiceFolderElement(getMessage("FAVORITES_UDDI_SERVICE_FOLDER_NODE"), treeElement.getModel(), nodeManager);

8. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainNode.java :

58 : treeElement.connect(favUDDIServiceFolderElement, FavoritesModelConstants.REL_UDDI_SERVICE_FOLDER_NODE, ModelConstants.REL_OWNER);

9. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainNode.java :

65 : FavoritesUDDIServiceInterfaceFolderElement favUDDIServiceInterfaceFolderElement = new FavoritesUDDIServiceInterfaceFolderElement(getMessage("FAVORITES_UDDI_SERVICE_INTERFACES_FOLDER_NODE"), treeElement.getModel(), nodeManager);

10. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainNode.java :

66 : treeElement.connect(favUDDIServiceInterfaceFolderElement, FavoritesModelConstants.REL_UDDI_SERVICE_INTERFACE_FOLDER_NODE, ModelConstants.REL_OWNER);

11. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainNode.java :

73 : FavoritesWSILFolderElement favWSILFolderElement = new FavoritesWSILFolderElement(getMessage("FAVORITES_WSIL_FOLDER_NODE"), treeElement.getModel(), nodeManager);

12. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainNode.java :

74 : treeElement.connect(favWSILFolderElement, FavoritesModelConstants.REL_WSIL_FOLDER_NODE, ModelConstants.REL_OWNER);

13. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainNode.java :

81 : FavoritesWSDLServiceFolderElement favWSDLServiceFolderElement = new FavoritesWSDLServiceFolderElement(getMessage("FAVORITES_WSDL_SERVICE_FOLDER_NODE"), treeElement.getModel(), nodeManager);

14. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesMainNode.java :

82 : treeElement.connect(favWSDLServiceFolderElement, FavoritesModelConstants.REL_WSDL_SERVICE_FOLDER_NODE, ModelConstants.REL_OWNER);

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/perspective/FavoritesPerspective.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesPerspective.java :

15 : import org.eclipse.wst.ws.internal.datamodel.BasicModel;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesPerspective.java :

26 : private BasicModel model_;

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicModel(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesPerspective.java :

40 : model_ = new BasicModel("FavoritesModel");

4. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesPerspective.java :

40 : model_ = new BasicModel("FavoritesModel");

5. WARNING: DiscouragedReference

Discouraged access: The method setRootElement(Element) from the type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesPerspective.java :

42 : model_.setRootElement(favoritesMainElement);

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/perspective/FavoritesUDDIBusinessFolderNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderNode.java :

14 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderNode.java :

24 : treeElement.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(FavoritesModelConstants.REL_UDDI_BUSINESS_NODE)) { FavoritesUDDIBusinessNode favoritesUDDIBusinessNode = new FavoritesUDDIBusinessNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1); addChild(favoritesUDDIBusinessNode); } } public void relRemoved(RelRemoveEvent event) { TreeElement childElement = null; if (event.getInBoundRelName().equals(FavoritesModelConstants.REL_UDDI_BUSINESS_NODE)) { childElement = (TreeElement)event.getInboundElement(); } if (event.getOutBoundRelName().equals(FavoritesModelConstants.REL_UDDI_BUSINESS_NODE)) { childElement = (TreeElement)event.getOutBoundElement(); } removeChildNode(childElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderNode.java :

24 : treeElement.addListener(new ElementAdapter() {

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderNode.java :

25 : public void relAdded(RelAddEvent event) {

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderNode.java :

26 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderNode.java :

28 : FavoritesUDDIBusinessNode favoritesUDDIBusinessNode = new FavoritesUDDIBusinessNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1);

9. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderNode.java :

33 : public void relRemoved(RelRemoveEvent event) {

10. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderNode.java :

35 : if (event.getInBoundRelName().equals(FavoritesModelConstants.REL_UDDI_BUSINESS_NODE)) {

11. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderNode.java :

36 : childElement = (TreeElement)event.getInboundElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderNode.java :

38 : if (event.getOutBoundRelName().equals(FavoritesModelConstants.REL_UDDI_BUSINESS_NODE)) {

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIBusinessFolderNode.java :

39 : childElement = (TreeElement)event.getOutBoundElement();

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/perspective/FavoritesUDDIRegistryFolderNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderNode.java :

17 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderNode.java :

26 : treeElement.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(FavoritesModelConstants.REL_UDDI_REGISTRY_NODE)) { TreeElement regElement = (TreeElement)event.getParentElement(); String imagePath; StringBuffer categoriesDirectory = new StringBuffer(); FavoritesUDDIRegistryFolderElement.formCategoriesDirectory(categoriesDirectory,nodeManager_.getController().getServletEngineStateLocation(),regElement.getName()); File categoryDirectoryFile = new File(categoriesDirectory.toString()); String[] categoryFiles = categoryDirectoryFile.list(); if (categoryFiles != null && categoryFiles.length > 0) imagePath = "favorites/images/uddi_registry_cat_node.gif"; else imagePath = "favorites/images/uddi_registry_node.gif"; FavoritesUDDIRegistryNode favoritesUDDIRegistryNode = new FavoritesUDDIRegistryNode(regElement, nodeManager_, nodeDepth_ + 1, imagePath); addChild(favoritesUDDIRegistryNode); } } public void relRemoved(RelRemoveEvent event) { TreeElement childElement = null; if (event.getInBoundRelName().equals(FavoritesModelConstants.REL_UDDI_REGISTRY_NODE)) { childElement = (TreeElement)event.getInboundElement(); } if (event.getOutBoundRelName().equals(FavoritesModelConstants.REL_UDDI_REGISTRY_NODE)) { childElement = (TreeElement)event.getOutBoundElement(); } removeChildNode(childElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderNode.java :

26 : treeElement.addListener(new ElementAdapter() {

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderNode.java :

27 : public void relAdded(RelAddEvent event) {

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderNode.java :

28 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderNode.java :

30 : TreeElement regElement = (TreeElement)event.getParentElement();

9. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderNode.java :

33 : FavoritesUDDIRegistryFolderElement.formCategoriesDirectory(categoriesDirectory,nodeManager_.getController().getServletEngineStateLocation(),regElement.getName());

10. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderNode.java :

45 : public void relRemoved(RelRemoveEvent event) {

11. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderNode.java :

47 : if (event.getInBoundRelName().equals(FavoritesModelConstants.REL_UDDI_REGISTRY_NODE)) {

12. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderNode.java :

48 : childElement = (TreeElement)event.getInboundElement();

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderNode.java :

50 : if (event.getOutBoundRelName().equals(FavoritesModelConstants.REL_UDDI_REGISTRY_NODE)) {

14. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIRegistryFolderNode.java :

51 : childElement = (TreeElement)event.getOutBoundElement();

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/perspective/FavoritesUDDIServiceFolderNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderNode.java :

14 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderNode.java :

24 : treeElement.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(FavoritesModelConstants.REL_UDDI_SERVICE_NODE)) { FavoritesUDDIServiceNode favoritesUDDIServiceNode = new FavoritesUDDIServiceNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1); addChild(favoritesUDDIServiceNode); } } public void relRemoved(RelRemoveEvent event) { TreeElement childElement = null; if (event.getInBoundRelName().equals(FavoritesModelConstants.REL_UDDI_SERVICE_NODE)) { childElement = (TreeElement)event.getInboundElement(); } if (event.getOutBoundRelName().equals(FavoritesModelConstants.REL_UDDI_SERVICE_NODE)) { childElement = (TreeElement)event.getOutBoundElement(); } removeChildNode(childElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderNode.java :

24 : treeElement.addListener(new ElementAdapter() {

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderNode.java :

25 : public void relAdded(RelAddEvent event) {

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderNode.java :

26 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderNode.java :

28 : FavoritesUDDIServiceNode favoritesUDDIServiceNode = new FavoritesUDDIServiceNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1);

9. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderNode.java :

33 : public void relRemoved(RelRemoveEvent event) {

10. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderNode.java :

35 : if (event.getInBoundRelName().equals(FavoritesModelConstants.REL_UDDI_SERVICE_NODE)) {

11. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderNode.java :

36 : childElement = (TreeElement)event.getInboundElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderNode.java :

38 : if (event.getOutBoundRelName().equals(FavoritesModelConstants.REL_UDDI_SERVICE_NODE)) {

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceFolderNode.java :

39 : childElement = (TreeElement)event.getOutBoundElement();

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/perspective/FavoritesUDDIServiceInterfaceFolderNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderNode.java :

14 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderNode.java :

24 : treeElement.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(FavoritesModelConstants.REL_UDDI_SERVICE_INTERFACE_NODE)) { FavoritesUDDIServiceInterfaceNode favoritesUDDIServiceInterfaceNode = new FavoritesUDDIServiceInterfaceNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1); addChild(favoritesUDDIServiceInterfaceNode); } } public void relRemoved(RelRemoveEvent event) { TreeElement childElement = null; if (event.getInBoundRelName().equals(FavoritesModelConstants.REL_UDDI_SERVICE_INTERFACE_NODE)) { childElement = (TreeElement)event.getInboundElement(); } if (event.getOutBoundRelName().equals(FavoritesModelConstants.REL_UDDI_SERVICE_INTERFACE_NODE)) { childElement = (TreeElement)event.getOutBoundElement(); } removeChildNode(childElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderNode.java :

24 : treeElement.addListener(new ElementAdapter() {

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderNode.java :

25 : public void relAdded(RelAddEvent event) {

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderNode.java :

26 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderNode.java :

28 : FavoritesUDDIServiceInterfaceNode favoritesUDDIServiceInterfaceNode = new FavoritesUDDIServiceInterfaceNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1);

9. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderNode.java :

33 : public void relRemoved(RelRemoveEvent event) {

10. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderNode.java :

35 : if (event.getInBoundRelName().equals(FavoritesModelConstants.REL_UDDI_SERVICE_INTERFACE_NODE)) {

11. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderNode.java :

36 : childElement = (TreeElement)event.getInboundElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderNode.java :

38 : if (event.getOutBoundRelName().equals(FavoritesModelConstants.REL_UDDI_SERVICE_INTERFACE_NODE)) {

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUDDIServiceInterfaceFolderNode.java :

39 : childElement = (TreeElement)event.getOutBoundElement();

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/perspective/FavoritesUserDefUDDIRegistryFolderNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderNode.java :

14 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderNode.java :

27 : treeElement.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(FavoritesModelConstants.REL_USER_DEF_UDDI_REGISTRY_NODE)) { TreeElement regElement = (TreeElement)event.getParentElement(); String imagePath = "favorites/images/uddi_registry_node.gif"; FavoritesUserDefUDDIRegistryNode favUserDefUDDIRegistryNode = new FavoritesUserDefUDDIRegistryNode(regElement, nodeManager_, nodeDepth_ + 1, imagePath); addChild(favUserDefUDDIRegistryNode); } } public void relRemoved(RelRemoveEvent event) { TreeElement childElement = null; if (event.getInBoundRelName().equals(FavoritesModelConstants.REL_USER_DEF_UDDI_REGISTRY_NODE)) { childElement = (TreeElement)event.getInboundElement(); } if (event.getOutBoundRelName().equals(FavoritesModelConstants.REL_USER_DEF_UDDI_REGISTRY_NODE)) { childElement = (TreeElement)event.getOutBoundElement(); } removeChildNode(childElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderNode.java :

27 : treeElement.addListener(new ElementAdapter()

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderNode.java :

29 : public void relAdded(RelAddEvent event)

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderNode.java :

31 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderNode.java :

34 : TreeElement regElement = (TreeElement)event.getParentElement();

9. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderNode.java :

41 : public void relRemoved(RelRemoveEvent event)

10. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderNode.java :

44 : if (event.getInBoundRelName().equals(FavoritesModelConstants.REL_USER_DEF_UDDI_REGISTRY_NODE))

11. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderNode.java :

46 : childElement = (TreeElement)event.getInboundElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderNode.java :

48 : if (event.getOutBoundRelName().equals(FavoritesModelConstants.REL_USER_DEF_UDDI_REGISTRY_NODE))

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesUserDefUDDIRegistryFolderNode.java :

50 : childElement = (TreeElement)event.getOutBoundElement();

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/perspective/FavoritesWSDLServiceFolderNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderNode.java :

14 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderNode.java :

24 : treeElement.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(FavoritesModelConstants.REL_WSDL_SERVICE_NODE)) { FavoritesWSDLServiceNode favoritesWSDLServiceNode = new FavoritesWSDLServiceNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1); addChild(favoritesWSDLServiceNode); } } public void relRemoved(RelRemoveEvent event) { TreeElement childElement = null; if (event.getInBoundRelName().equals(FavoritesModelConstants.REL_WSDL_SERVICE_NODE)) { childElement = (TreeElement)event.getInboundElement(); } if (event.getOutBoundRelName().equals(FavoritesModelConstants.REL_WSDL_SERVICE_NODE)) { childElement = (TreeElement)event.getOutBoundElement(); } removeChildNode(childElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderNode.java :

24 : treeElement.addListener(new ElementAdapter() {

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderNode.java :

25 : public void relAdded(RelAddEvent event) {

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderNode.java :

26 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderNode.java :

28 : FavoritesWSDLServiceNode favoritesWSDLServiceNode = new FavoritesWSDLServiceNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1);

9. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderNode.java :

33 : public void relRemoved(RelRemoveEvent event) {

10. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderNode.java :

35 : if (event.getInBoundRelName().equals(FavoritesModelConstants.REL_WSDL_SERVICE_NODE)) {

11. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderNode.java :

36 : childElement = (TreeElement)event.getInboundElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderNode.java :

38 : if (event.getOutBoundRelName().equals(FavoritesModelConstants.REL_WSDL_SERVICE_NODE)) {

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSDLServiceFolderNode.java :

39 : childElement = (TreeElement)event.getOutBoundElement();

Source File: org/eclipse/wst/ws/internal/explorer/platform/favorites/perspective/FavoritesWSILFolderNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderNode.java :

14 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderNode.java :

24 : treeElement.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(FavoritesModelConstants.REL_WSIL_NODE)) { FavoritesWSILNode favoritesWSILNode = new FavoritesWSILNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1); addChild(favoritesWSILNode); } } public void relRemoved(RelRemoveEvent event) { TreeElement childElement = null; if (event.getInBoundRelName().equals(FavoritesModelConstants.REL_WSIL_NODE)) { childElement = (TreeElement)event.getInboundElement(); } if (event.getOutBoundRelName().equals(FavoritesModelConstants.REL_WSIL_NODE)) { childElement = (TreeElement)event.getOutBoundElement(); } removeChildNode(childElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderNode.java :

24 : treeElement.addListener(new ElementAdapter() {

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderNode.java :

25 : public void relAdded(RelAddEvent event) {

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderNode.java :

26 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderNode.java :

28 : FavoritesWSILNode favoritesWSILNode = new FavoritesWSILNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1);

9. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderNode.java :

33 : public void relRemoved(RelRemoveEvent event) {

10. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderNode.java :

35 : if (event.getInBoundRelName().equals(FavoritesModelConstants.REL_WSIL_NODE)) {

11. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderNode.java :

36 : childElement = (TreeElement)event.getInboundElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderNode.java :

38 : if (event.getOutBoundRelName().equals(FavoritesModelConstants.REL_WSIL_NODE)) {

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FavoritesWSILFolderNode.java :

39 : childElement = (TreeElement)event.getOutBoundElement();

Source File: org/eclipse/wst/ws/internal/explorer/platform/perspective/Node.java
1. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

Node.java :

75 : return element_.getName();

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/AddToFavoritesAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AddToFavoritesAction.java :

219 : Enumeration e = favRootElement.getElements(rel);

2. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AddToFavoritesAction.java :

231 : Enumeration e = favRootElement.getElements(rel);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/ClearNavigatorFolderNodeAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method disconnectRel(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearNavigatorFolderNodeAction.java :

42 : element.disconnectRel(element.getPropertyAsString(ModelConstants.REL_CHILDREN));

2. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsString(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ClearNavigatorFolderNodeAction.java :

42 : element.disconnectRel(element.getPropertyAsString(ModelConstants.REL_CHILDREN));

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/CommonPublisherAssertionsAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsString(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CommonPublisherAssertionsAction.java :

78 : String isBusinessOwnedString = busElement.getPropertyAsString(UDDIModelConstants.IS_BUSINESS_OWNED);

2. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsString(String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CommonPublisherAssertionsAction.java :

97 : busElement.setPropertyAsString(UDDIModelConstants.IS_BUSINESS_OWNED, String.valueOf(isBusinessOwned));

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/FindAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FindAction.java :

197 : String queryName = queryElement_.getName();

2. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FindAction.java :

204 : if (qe.getName().equals(queryName))

3. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FindAction.java :

206 : SubQueryTransferTarget subQueryTransferTarget = (SubQueryTransferTarget)qe.getPropertyAsObject(UDDIModelConstants.SUBQUERY_TRANSFER_TARGET);

4. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FindAction.java :

208 : queryElement_.setPropertyAsObject(UDDIModelConstants.SUBQUERY_TRANSFER_TARGET,subQueryTransferTarget);

5. WARNING: DiscouragedReference

Discouraged access: The method disconnectAll() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FindAction.java :

209 : qe.disconnectAll();

6. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FindAction.java :

238 : queryElement_.setPropertyAsObject(UDDIModelConstants.SUBQUERY_TRANSFER_TARGET,new SubQueryTransferTarget(getSelectedNavigatorNode(),subQueryKey_,parentQueryData));

7. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

FindAction.java :

241 : queryParentElement.connect(queryElement_,UDDIModelConstants.REL_QUERIES,ModelConstants.REL_OWNER);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/LoginAdvancedAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

LoginAdvancedAction.java :

181 : String registryName = regElement.getName();

2. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

LoginAdvancedAction.java :

185 : regElement.setName(uddiPerspective.getMessage("MSG_INFO_LOGGED_IN_NODE", s));

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/LogoutAdvancedAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method remove() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

LogoutAdvancedAction.java :

52 : regElement.remove();

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/OpenRegistryAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OpenRegistryAction.java :

204 : RegistryElement registryElement = new RegistryElement(proxy,inquiryURL,registryName,uddiMainElement.getModel());

2. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OpenRegistryAction.java :

223 : uddiMainElement.connect(registryElement,UDDIModelConstants.REL_REGISTRIES,ModelConstants.REL_OWNER);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/PublishAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishAction.java :

141 : BusinessElement beElement = new BusinessElement(be,regElement.getModel());

2. WARNING: DiscouragedReference

Discouraged access: The method disconnectAll() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishAction.java :

150 : element.disconnectAll();

3. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishAction.java :

159 : ServiceElement sElement = new ServiceElement(bs,regElement.getModel());

4. WARNING: DiscouragedReference

Discouraged access: The method disconnectAll() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishAction.java :

168 : element.disconnectAll();

5. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishAction.java :

177 : ServiceInterfaceElement siElement = new ServiceInterfaceElement(tModel,regElement.getModel());

6. WARNING: DiscouragedReference

Discouraged access: The method disconnectAll() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishAction.java :

186 : element.disconnectAll();

7. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishAction.java :

195 : publishedItemsElement.connect(itemElement,UDDIModelConstants.REL_PUBLISHED_ITEMS,ModelConstants.REL_OWNER);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/RefreshUDDINodeAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RefreshUDDINodeAction.java :

125 : addAction.linkCategoryModelsWithSavedData(regElement.getName(),userDefinedCategories.elements());

2. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RefreshUDDINodeAction.java :

143 : propertyTable_.put(UDDIActionInputs.LATEST_OBJECT,new BusinessElement((BusinessEntity)propertyTable.get(UDDIActionInputs.LATEST_OBJECT),busElement.getModel()));

3. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RefreshUDDINodeAction.java :

158 : propertyTable_.put(UDDIActionInputs.LATEST_OBJECT,new ServiceElement((BusinessService)propertyTable.get(UDDIActionInputs.LATEST_OBJECT),serviceElement.getModel()));

4. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RefreshUDDINodeAction.java :

173 : propertyTable_.put(UDDIActionInputs.LATEST_OBJECT,new ServiceInterfaceElement((TModel)propertyTable.get(UDDIActionInputs.LATEST_OBJECT),siElement.getModel()));

5. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RefreshUDDINodeAction.java :

187 : parentElement.connect(newElement,rel,ModelConstants.REL_OWNER);

6. WARNING: DiscouragedReference

Discouraged access: The method disconnectAll() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RefreshUDDINodeAction.java :

225 : oldElement.disconnectAll();

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/RegFindBusinessUUIDAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegFindBusinessUUIDAction.java :

84 : queryElement_ = new QueryElement(beList,queryName,regElement.getModel());

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/RegFindBusinessesAdvancedAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegFindBusinessesAdvancedAction.java :

282 : queryElement_ = new QueryElement(beList,queryName,regElement.getModel());

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/RegFindBusinessesSimpleAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegFindBusinessesSimpleAction.java :

92 : queryElement_ = new QueryElement(beList,queryName,regElement.getModel());

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/RegFindServiceInterfaceUUIDAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegFindServiceInterfaceUUIDAction.java :

86 : queryElement_ = new QueryElement(tModelArray,queryName,regElement.getModel());

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/RegFindServiceInterfacesAdvancedAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegFindServiceInterfacesAdvancedAction.java :

318 : queryElement_ = new QueryElement(tModelArray,queryName,regElement.getModel());

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/RegFindServiceInterfacesSimpleAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegFindServiceInterfacesSimpleAction.java :

94 : queryElement_ = new QueryElement(tModelArray,queryName,regElement.getModel());

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/RegFindServiceUUIDAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegFindServiceUUIDAction.java :

86 : queryElement_ = new QueryElement(bsArray,queryName,regElement.getModel());

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/RegFindServicesAdvancedAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegFindServicesAdvancedAction.java :

314 : queryElement_ = new QueryElement(bsArray,queryName,regElement.getModel());

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/RegFindServicesSimpleAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegFindServicesSimpleAction.java :

96 : queryElement_ = new QueryElement(bsArray,queryName,regElement.getModel());

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/TransferSubQueryResultsAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

TransferSubQueryResultsAction.java :

76 : SubQueryTransferTarget target = (SubQueryTransferTarget)(currentElement.getPropertyAsObject(UDDIModelConstants.SUBQUERY_TRANSFER_TARGET));

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/UnpublishAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method disconnectAll() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UnpublishAction.java :

141 : selectedElement.disconnectAll();

2. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UnpublishAction.java :

142 : messageQueue.addMessage(uddiPerspective.getMessage(unpublishTypeMessageKey,selectedElement.getName()));

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/UpdateAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method disconnectAll() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UpdateAction.java :

121 : element.disconnectAll();

2. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UpdateAction.java :

122 : BusinessElement newBusinessElement = new BusinessElement(be,regNode_.getTreeElement().getModel());

3. WARNING: DiscouragedReference

Discouraged access: The method disconnectAll() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UpdateAction.java :

131 : element.disconnectAll();

4. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UpdateAction.java :

132 : ServiceElement newServiceElement = new ServiceElement(bs,regNode_.getTreeElement().getModel());

5. WARNING: DiscouragedReference

Discouraged access: The method disconnectAll() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UpdateAction.java :

141 : element.disconnectAll();

6. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UpdateAction.java :

142 : ServiceInterfaceElement newServiceInterfaceElement = new ServiceInterfaceElement(tModel,regNode_.getTreeElement().getModel());

7. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UpdateAction.java :

157 : parentElement.connect(newElement,rel,ModelConstants.REL_OWNER);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/actions/UpdateRegistryAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UpdateRegistryAction.java :

122 : regElement.setName(name);

2. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UpdateRegistryAction.java :

123 : regNode_.getTreeElement().setName(name);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/datamodel/AbstractUDDIElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AbstractUDDIElement.java :

14 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AbstractUDDIElement.java :

20 : public AbstractUDDIElement(String name, Model model)

3. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AbstractUDDIElement.java :

32 : Enumeration e = child.getElements(ModelConstants.REL_OWNER);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/datamodel/BusinessElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BusinessElement.java :

13 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

BusinessElement.java :

22 : public BusinessElement(BusinessEntity be,Model model)

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/datamodel/CategoryElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryElement.java :

13 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryElement.java :

20 : public CategoryElement(String name,KeyedReference category,Model model)

3. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryElement.java :

33 : setName(keyName);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/datamodel/CategoryModel.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

30 : import org.eclipse.wst.ws.internal.datamodel.BasicModel;

2. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

31 : import org.eclipse.wst.ws.internal.datamodel.Element;

3. WARNING: DiscouragedReference

Discouraged access: The type Category is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

35 : import org.eclipse.wst.ws.internal.model.v10.taxonomy.Category;

4. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

36 : import org.eclipse.wst.ws.internal.model.v10.taxonomy.Taxonomy;

5. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

39 : public class CategoryModel extends BasicModel

6. WARNING: DiscouragedReference

Discouraged access: The constructor BasicModel(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

65 : super("categories");

7. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

172 : public final void loadFromTaxonomy(Taxonomy taxonomy)

8. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

174 : String name = taxonomy.getName();

9. WARNING: DiscouragedReference

Discouraged access: The method setRootElement(Element) from the type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

176 : setRootElement(root);

10. WARNING: DiscouragedReference

Discouraged access: The method getCategory() from the type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

178 : for (Iterator it = taxonomy.getCategory().iterator(); it.hasNext();)

11. WARNING: DiscouragedReference

Discouraged access: The type Category is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

180 : addCategory(root, (Category)it.next());

12. WARNING: DiscouragedReference

Discouraged access: The type Category is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

184 : private void addCategory(CategoryElement parent, Category category)

13. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Category is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

186 : String keyName = category.getName();

14. WARNING: DiscouragedReference

Discouraged access: The method getCode() from the type Category is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

187 : String keyValue = category.getCode();

15. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

189 : parent.connect(child,UDDIModelConstants.REL_SUBCATEGORIES,ModelConstants.REL_OWNER);

16. WARNING: DiscouragedReference

Discouraged access: The method getCategory() from the type Category is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

191 : for (Iterator it = category.getCategory().iterator(); it.hasNext();)

17. WARNING: DiscouragedReference

Discouraged access: The type Category is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

193 : addCategory(child, (Category)it.next());

18. WARNING: DiscouragedReference

Discouraged access: The method setRootElement(Element) from the type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

408 : setRootElement(rootElement);

19. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

418 : Element parentElement;

20. WARNING: DiscouragedReference

Discouraged access: The type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

422 : parentElement = (Element)categoryElements_.get(parentKeyValue);

21. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type Element is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

429 : parentElement.connect(categoryElement,UDDIModelConstants.REL_SUBCATEGORIES,ModelConstants.REL_OWNER);

22. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

494 : Enumeration e = categoryElement.getElements(UDDIModelConstants.REL_SUBCATEGORIES);

23. WARNING: DiscouragedReference

Discouraged access: The method getRootElement() from the type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryModel.java :

524 : CategoryElement rootElement = (CategoryElement)getRootElement();

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/datamodel/PublishedItemsElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsElement.java :

14 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsElement.java :

20 : public PublishedItemsElement(int type,String name,Model model)

3. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsString(String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsElement.java :

23 : setPropertyAsString(ModelConstants.REL_CHILDREN,UDDIModelConstants.REL_PUBLISHED_ITEMS);

4. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsString(String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsElement.java :

24 : setPropertyAsString(UDDIModelConstants.QUERY_TYPE,String.valueOf(type));

5. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsString(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsElement.java :

29 : return Integer.parseInt(getPropertyAsString(UDDIModelConstants.QUERY_TYPE));

6. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsElement.java :

34 : return getElements(UDDIModelConstants.REL_PUBLISHED_ITEMS);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/datamodel/QueryElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryElement.java :

14 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsString(String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryElement.java :

29 : setPropertyAsString(ModelConstants.REL_CHILDREN,UDDIModelConstants.REL_QUERY_RESULTS);

3. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryElement.java :

30 : setPropertyAsObject(UDDIModelConstants.INITIAL_RESULTS,resultsVector);

4. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsString(String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryElement.java :

31 : setPropertyAsString(UDDIModelConstants.QUERY_TYPE,String.valueOf(itemType));

5. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryElement.java :

34 : public QueryElement(BusinessEntity[] spList,String name,Model model)

6. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryElement.java :

40 : public QueryElement(BusinessService[] bsList,String name,Model model)

7. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryElement.java :

46 : public QueryElement(TModel[] tModelList,String name,Model model)

8. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsString(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryElement.java :

54 : return Integer.parseInt(getPropertyAsString(UDDIModelConstants.QUERY_TYPE));

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/datamodel/QueryParentElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentElement.java :

14 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentElement.java :

20 : public QueryParentElement(String name,Model model)

3. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsString(String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentElement.java :

23 : setPropertyAsString(ModelConstants.REL_CHILDREN,UDDIModelConstants.REL_QUERIES);

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentElement.java :

28 : return getElements(UDDIModelConstants.REL_QUERIES);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/datamodel/RegistryElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

24 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Registry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

26 : import org.eclipse.wst.ws.internal.model.v10.registry.Registry;

3. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

27 : import org.eclipse.wst.ws.internal.model.v10.taxonomy.Taxonomy;

4. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

28 : import org.eclipse.wst.ws.internal.model.v10.uddiregistry.UDDIRegistry;

5. WARNING: DiscouragedReference

Discouraged access: The type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

RegistryElement.java :

29 : import org.eclipse.wst.ws.internal.parser.discovery.NetUtils;

6. WARNING: DiscouragedReference

Discouraged access: The type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

30 : import org.eclipse.wst.ws.internal.registry.IRegistryManager;

7. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

31 : import org.eclipse.wst.ws.internal.registry.RegistryService;

8. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

32 : import org.eclipse.wst.ws.internal.registry.UDDIRegistryService;

9. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

56 : public RegistryElement(UDDIProxy proxy, String inquiryURL, String name, Model model)

10. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

93 : return (QueryParentElement) (getElements(UDDIModelConstants.REL_QUERIES_PARENT).nextElement());

11. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

98 : return (PublishedItemsElement) (getElements(UDDIModelConstants.REL_PUBLISHED_BUSINESSES_PARENT).nextElement());

12. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

103 : return (PublishedItemsElement) (getElements(UDDIModelConstants.REL_PUBLISHED_SERVICES_PARENT).nextElement());

13. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

108 : return (PublishedItemsElement) (getElements(UDDIModelConstants.REL_PUBLISHED_SERVICE_INTERFACES_PARENT).nextElement());

14. WARNING: DiscouragedReference

Discouraged access: The type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

RegistryElement.java :

114 : proxy_.setPublishURL(NetUtils.createURL(publishURL));

15. WARNING: DiscouragedReference

Discouraged access: The method createURL(String) from the type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

RegistryElement.java :

114 : proxy_.setPublishURL(NetUtils.createURL(publishURL));

16. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

259 : RegistryService regService = RegistryService.instance();

17. WARNING: DiscouragedReference

Discouraged access: The type RegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

259 : RegistryService regService = RegistryService.instance();

18. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type RegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

259 : RegistryService regService = RegistryService.instance();

19. WARNING: DiscouragedReference

Discouraged access: The type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

260 : IRegistryManager regManager = regService.getDefaultRegistryManager();

20. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRegistryManager() from the type RegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

260 : IRegistryManager regManager = regService.getDefaultRegistryManager();

21. WARNING: DiscouragedReference

Discouraged access: The method refreshManager() from the type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

265 : regManager.refreshManager();

22. WARNING: DiscouragedReference

Discouraged access: The method getRegistryURIs() from the type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

266 : String[] regURIs = regManager.getRegistryURIs();

23. WARNING: DiscouragedReference

Discouraged access: The type Registry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

269 : Registry reg = regManager.loadRegistry(regURIs[i]);

24. WARNING: DiscouragedReference

Discouraged access: The method loadRegistry(String) from the type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

269 : Registry reg = regManager.loadRegistry(regURIs[i]);

25. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

270 : if (reg instanceof UDDIRegistry)

26. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

272 : UDDIRegistry uddiReg = (UDDIRegistry)reg;

27. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

272 : UDDIRegistry uddiReg = (UDDIRegistry)reg;

28. WARNING: DiscouragedReference

Discouraged access: The method getDiscoveryURL() from the type UDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

273 : if(uddiReg.getDiscoveryURL().equals(getInquiryURL())){

29. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

277 : Taxonomy[] taxonomies = regManager.loadTaxonomies(UDDIRegistryService.instance().getTaxonomyURIs(uddiReg));

30. WARNING: DiscouragedReference

Discouraged access: The method loadTaxonomies(String[]) from the type IRegistryManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

277 : Taxonomy[] taxonomies = regManager.loadTaxonomies(UDDIRegistryService.instance().getTaxonomyURIs(uddiReg));

31. WARNING: DiscouragedReference

Discouraged access: The type UDDIRegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

277 : Taxonomy[] taxonomies = regManager.loadTaxonomies(UDDIRegistryService.instance().getTaxonomyURIs(uddiReg));

32. WARNING: DiscouragedReference

Discouraged access: The method instance() from the type UDDIRegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

277 : Taxonomy[] taxonomies = regManager.loadTaxonomies(UDDIRegistryService.instance().getTaxonomyURIs(uddiReg));

33. WARNING: DiscouragedReference

Discouraged access: The method getTaxonomyURIs(UDDIRegistry) from the type UDDIRegistryService is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

277 : Taxonomy[] taxonomies = regManager.loadTaxonomies(UDDIRegistryService.instance().getTaxonomyURIs(uddiReg));

34. WARNING: DiscouragedReference

Discouraged access: The type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

283 : Taxonomy taxonomy = taxonomies[j];

35. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

284 : String name = taxonomy.getName();

36. WARNING: DiscouragedReference

Discouraged access: The method getTmodelKey() from the type Taxonomy is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryElement.java :

285 : String tmodelKey = taxonomy.getTmodelKey();

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/datamodel/ServiceElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ServiceElement.java :

13 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ServiceElement.java :

20 : public ServiceElement(BusinessService bs,Model model)

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/datamodel/ServiceInterfaceElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ServiceInterfaceElement.java :

13 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

ServiceInterfaceElement.java :

20 : public ServiceInterfaceElement(TModel tModel,Model model)

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/datamodel/UDDIMainElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainElement.java :

15 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainElement.java :

22 : public UDDIMainElement(String name,Model model)

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/CategoryNode.java
1. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

CategoryNode.java :

34 : Enumeration children = element_.getElements(UDDIModelConstants.REL_SUBCATEGORIES);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/LoginTool.java
1. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

LoginTool.java :

70 : TreeElement favoriteRegistriesElement = (TreeElement)(favoritesMainElement.getElements(FavoritesModelConstants.REL_UDDI_REGISTRY_FOLDER_NODE).nextElement());

2. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

LoginTool.java :

71 : return favoriteRegistriesElement.getElements(FavoritesModelConstants.REL_UDDI_REGISTRY_NODE);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/OpenRegistryTool.java
1. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenRegistryTool.java :

45 : setProperty(UDDIActionInputs.REGISTRY_NAME,uddiPerspective.getDefaultUDDIRegistry().getName());

2. WARNING: DiscouragedReference

Discouraged access: The method getInquiryURL() from the type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenRegistryTool.java :

46 : setProperty(UDDIActionInputs.INQUIRY_URL,uddiPerspective.getDefaultUDDIRegistry().getInquiryURL());

3. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OpenRegistryTool.java :

66 : TreeElement favoriteRegistriesElement = (TreeElement)(favoritesMainElement.getElements(FavoritesModelConstants.REL_UDDI_REGISTRY_FOLDER_NODE).nextElement());

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OpenRegistryTool.java :

67 : return favoriteRegistriesElement.getElements(FavoritesModelConstants.REL_UDDI_REGISTRY_NODE);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/PublishedItemsNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsNode.java :

14 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsNode.java :

29 : element.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(UDDIModelConstants.REL_PUBLISHED_ITEMS)) { TreeElement treeElement = (TreeElement)event.getParentElement(); createChildNode(treeElement); } } public void relRemoved(RelRemoveEvent event) { TreeElement treeElement = null; if (event.getInBoundRelName().equals(UDDIModelConstants.REL_PUBLISHED_ITEMS)) treeElement = (TreeElement)event.getInboundElement(); else if (event.getOutBoundRelName().equals(UDDIModelConstants.REL_PUBLISHED_ITEMS)) treeElement = (TreeElement)event.getOutBoundElement(); if (treeElement != null) removeChildNode(treeElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsNode.java :

29 : element.addListener(new ElementAdapter()

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsNode.java :

31 : public void relAdded(RelAddEvent event)

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsNode.java :

33 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsNode.java :

36 : TreeElement treeElement = (TreeElement)event.getParentElement();

9. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsNode.java :

41 : public void relRemoved(RelRemoveEvent event)

10. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsNode.java :

44 : if (event.getInBoundRelName().equals(UDDIModelConstants.REL_PUBLISHED_ITEMS))

11. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsNode.java :

45 : treeElement = (TreeElement)event.getInboundElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsNode.java :

46 : else if (event.getOutBoundRelName().equals(UDDIModelConstants.REL_PUBLISHED_ITEMS))

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PublishedItemsNode.java :

47 : treeElement = (TreeElement)event.getOutBoundElement();

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/QueryNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

17 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

41 : element.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(UDDIModelConstants.REL_QUERY_RESULTS)) { TreeElement treeElement = (TreeElement)event.getParentElement(); createChildNode(treeElement); } } public void relRemoved(RelRemoveEvent event) { TreeElement treeElement = null; if (event.getInBoundRelName().equals(UDDIModelConstants.REL_QUERY_RESULTS)) treeElement = (TreeElement)event.getInboundElement(); else if (event.getOutBoundRelName().equals(UDDIModelConstants.REL_QUERY_RESULTS)) treeElement = (TreeElement)event.getOutBoundElement(); if (treeElement != null) removeChildNode(treeElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

41 : element.addListener(new ElementAdapter()

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

43 : public void relAdded(RelAddEvent event)

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

45 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

48 : TreeElement treeElement = (TreeElement)event.getParentElement();

9. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

53 : public void relRemoved(RelRemoveEvent event)

10. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

56 : if (event.getInBoundRelName().equals(UDDIModelConstants.REL_QUERY_RESULTS))

11. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

57 : treeElement = (TreeElement)event.getInboundElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

58 : else if (event.getOutBoundRelName().equals(UDDIModelConstants.REL_QUERY_RESULTS))

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

59 : treeElement = (TreeElement)event.getOutBoundElement();

14. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

72 : Vector initialResults = (Vector)element_.getPropertyAsObject(UDDIModelConstants.INITIAL_RESULTS);

15. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

78 : childElement = new BusinessElement((BusinessEntity)object,element_.getModel());

16. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

80 : childElement = new ServiceElement((BusinessService)object,element_.getModel());

17. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

82 : childElement = new ServiceInterfaceElement((TModel)object,element_.getModel());

18. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryNode.java :

84 : element_.connect(childElement,UDDIModelConstants.REL_QUERY_RESULTS,ModelConstants.REL_OWNER);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/QueryParentNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentNode.java :

14 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentNode.java :

29 : element.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(UDDIModelConstants.REL_QUERIES)) { QueryElement queryElement = (QueryElement)event.getParentElement(); createChildNode(queryElement); } } public void relRemoved(RelRemoveEvent event) { QueryElement queryElement = null; if (event.getInBoundRelName().equals(UDDIModelConstants.REL_QUERIES)) queryElement = (QueryElement)event.getInboundElement(); else if (event.getOutBoundRelName().equals(UDDIModelConstants.REL_QUERIES)) queryElement = (QueryElement)event.getOutBoundElement(); if (queryElement != null) removeChildNode(queryElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentNode.java :

29 : element.addListener(new ElementAdapter()

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentNode.java :

31 : public void relAdded(RelAddEvent event)

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentNode.java :

33 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentNode.java :

36 : QueryElement queryElement = (QueryElement)event.getParentElement();

9. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentNode.java :

41 : public void relRemoved(RelRemoveEvent event)

10. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentNode.java :

44 : if (event.getInBoundRelName().equals(UDDIModelConstants.REL_QUERIES))

11. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentNode.java :

45 : queryElement = (QueryElement)event.getInboundElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentNode.java :

46 : else if (event.getOutBoundRelName().equals(UDDIModelConstants.REL_QUERIES))

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

QueryParentNode.java :

47 : queryElement = (QueryElement)event.getOutBoundElement();

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/RegistryDetailsTool.java
1. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryDetailsTool.java :

31 : setProperty(UDDIActionInputs.QUERY_INPUT_ADVANCED_REGISTRY_NAME,regElement.getName());

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/RegistryNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

18 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

19 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

20 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

44 : element.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(UDDIModelConstants.REL_QUERIES_PARENT)) { QueryParentElement queryParentElement = (QueryParentElement)event.getParentElement(); createChildNode(queryParentElement); } else if (isPublishedItemsRel(rel)) { PublishedItemsElement publishedItemsElement = (PublishedItemsElement)event.getParentElement(); createChildNode(publishedItemsElement); } } public void relRemoved(RelRemoveEvent event) { TreeElement childElement = null; String inBoundRelName = event.getInBoundRelName(); String outBoundRelName = event.getOutBoundRelName(); if (inBoundRelName.equals(UDDIModelConstants.REL_QUERIES_PARENT) || isPublishedItemsRel(inBoundRelName)) childElement = (TreeElement)event.getInboundElement(); else if (outBoundRelName.equals(UDDIModelConstants.REL_QUERIES_PARENT) || isPublishedItemsRel(outBoundRelName)) childElement = (TreeElement)event.getOutBoundElement(); if (childElement != null) removeChildNode(childElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

44 : element.addListener(new ElementAdapter()

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

46 : public void relAdded(RelAddEvent event)

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

48 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

51 : QueryParentElement queryParentElement = (QueryParentElement)event.getParentElement();

9. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

56 : PublishedItemsElement publishedItemsElement = (PublishedItemsElement)event.getParentElement();

10. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

60 : public void relRemoved(RelRemoveEvent event)

11. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

63 : String inBoundRelName = event.getInBoundRelName();

12. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

64 : String outBoundRelName = event.getOutBoundRelName();

13. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

66 : childElement = (TreeElement)event.getInboundElement();

14. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

68 : childElement = (TreeElement)event.getOutBoundElement();

15. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

75 : element.connect(new QueryParentElement(uddiPerspective.getMessage("NODE_NAME_QUERIES_FOLDER"),element_.getModel()),UDDIModelConstants.REL_QUERIES_PARENT,ModelConstants.REL_OWNER);

16. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

75 : element.connect(new QueryParentElement(uddiPerspective.getMessage("NODE_NAME_QUERIES_FOLDER"),element_.getModel()),UDDIModelConstants.REL_QUERIES_PARENT,ModelConstants.REL_OWNER);

17. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

76 : element.connect(new PublishedItemsElement(UDDIActionInputs.QUERY_ITEM_BUSINESSES,uddiPerspective.getMessage("NODE_NAME_PUBLISHED_BUSINESSES_FOLDER"),element_.getModel()),UDDIModelConstants.REL_PUBLISHED_BUSINESSES_PARENT,ModelConstants.REL_OWNER);

18. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

76 : element.connect(new PublishedItemsElement(UDDIActionInputs.QUERY_ITEM_BUSINESSES,uddiPerspective.getMessage("NODE_NAME_PUBLISHED_BUSINESSES_FOLDER"),element_.getModel()),UDDIModelConstants.REL_PUBLISHED_BUSINESSES_PARENT,ModelConstants.REL_OWNER);

19. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

77 : element.connect(new PublishedItemsElement(UDDIActionInputs.QUERY_ITEM_SERVICES,uddiPerspective.getMessage("NODE_NAME_PUBLISHED_SERVICES_FOLDER"),element_.getModel()),UDDIModelConstants.REL_PUBLISHED_SERVICES_PARENT,ModelConstants.REL_OWNER);

20. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

77 : element.connect(new PublishedItemsElement(UDDIActionInputs.QUERY_ITEM_SERVICES,uddiPerspective.getMessage("NODE_NAME_PUBLISHED_SERVICES_FOLDER"),element_.getModel()),UDDIModelConstants.REL_PUBLISHED_SERVICES_PARENT,ModelConstants.REL_OWNER);

21. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

78 : element.connect(new PublishedItemsElement(UDDIActionInputs.QUERY_ITEM_SERVICE_INTERFACES,uddiPerspective.getMessage("NODE_NAME_PUBLISHED_SERVICE_INTERFACES_FOLDER"),element_.getModel()),UDDIModelConstants.REL_PUBLISHED_SERVICE_INTERFACES_PARENT,ModelConstants.REL_OWNER);

22. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RegistryNode.java :

78 : element.connect(new PublishedItemsElement(UDDIActionInputs.QUERY_ITEM_SERVICE_INTERFACES,uddiPerspective.getMessage("NODE_NAME_PUBLISHED_SERVICE_INTERFACES_FOLDER"),element_.getModel()),UDDIModelConstants.REL_PUBLISHED_SERVICE_INTERFACES_PARENT,ModelConstants.REL_OWNER);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/RootCategoryNode.java
1. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

RootCategoryNode.java :

31 : Enumeration children = element_.getElements(UDDIModelConstants.REL_SUBCATEGORIES);

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/UDDIMainNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainNode.java :

17 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainNode.java :

32 : element.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(UDDIModelConstants.REL_REGISTRIES)) { RegistryElement registryElement = (RegistryElement)event.getParentElement(); UDDIMainElement uddiMainElement = (UDDIMainElement)element_; uddiMainElement.addRegistryName(registryElement.getName()); createChildNode(registryElement); } } public void relRemoved(RelRemoveEvent event) { RegistryElement childElement = null; if (event.getInBoundRelName().equals(UDDIModelConstants.REL_REGISTRIES)) childElement = (RegistryElement)event.getInboundElement(); else if (event.getOutBoundRelName().equals(UDDIModelConstants.REL_REGISTRIES)) childElement = (RegistryElement)event.getOutBoundElement(); if (childElement != null) { UDDIMainElement uddiMainElement = (UDDIMainElement)element_; uddiMainElement.removeRegistryName(childElement.getName()); removeChildNode(childElement); } } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainNode.java :

32 : element.addListener(new ElementAdapter()

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainNode.java :

34 : public void relAdded(RelAddEvent event)

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainNode.java :

36 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainNode.java :

39 : RegistryElement registryElement = (RegistryElement)event.getParentElement();

9. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainNode.java :

41 : uddiMainElement.addRegistryName(registryElement.getName());

10. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainNode.java :

46 : public void relRemoved(RelRemoveEvent event)

11. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainNode.java :

49 : if (event.getInBoundRelName().equals(UDDIModelConstants.REL_REGISTRIES))

12. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainNode.java :

50 : childElement = (RegistryElement)event.getInboundElement();

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainNode.java :

51 : else if (event.getOutBoundRelName().equals(UDDIModelConstants.REL_REGISTRIES))

14. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainNode.java :

52 : childElement = (RegistryElement)event.getOutBoundElement();

15. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIMainNode.java :

57 : uddiMainElement.removeRegistryName(childElement.getName());

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/perspective/UDDIPerspective.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIPerspective.java :

24 : import org.eclipse.wst.ws.internal.datamodel.BasicModel;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIPerspective.java :

25 : import org.eclipse.wst.ws.internal.datamodel.Model;

3. WARNING: DiscouragedReference

Discouraged access: The type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

47 : import org.eclipse.wst.ws.internal.parser.favorites.IFavoritesUDDIRegistry;

4. WARNING: DiscouragedReference

Discouraged access: The type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

53 : private IFavoritesUDDIRegistry defaultUDDIRegistry_;

5. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIPerspective.java :

54 : private Model navigatorModel_;

6. WARNING: DiscouragedReference

Discouraged access: The type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

75 : IFavoritesUDDIRegistry[] favRegistriesDefault = favRegTypeDefault.getFavoritesUDDIRegistries();

7. WARNING: DiscouragedReference

Discouraged access: The method getFavoritesUDDIRegistries() from the type FavoritesRegistryTypeAbstract is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

75 : IFavoritesUDDIRegistry[] favRegistriesDefault = favRegTypeDefault.getFavoritesUDDIRegistries();

8. WARNING: DiscouragedReference

Discouraged access: The method getInquiryURL() from the type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

79 : knownRegistries_.put(favRegistriesDefault[i].getInquiryURL(),favRegistriesDefault[i]);

9. WARNING: DiscouragedReference

Discouraged access: The constructor BasicModel(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIPerspective.java :

84 : navigatorModel_ = new BasicModel("uddiModel");

10. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIPerspective.java :

84 : navigatorModel_ = new BasicModel("uddiModel");

11. WARNING: DiscouragedReference

Discouraged access: The method setRootElement(Element) from the type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIPerspective.java :

86 : navigatorModel_.setRootElement(uddiMainElement);

12. WARNING: DiscouragedReference

Discouraged access: The type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

158 : IFavoritesUDDIRegistry knownRegistry = (IFavoritesUDDIRegistry)getKnownRegistries().get(inquiryURL);

13. WARNING: DiscouragedReference

Discouraged access: The type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

158 : IFavoritesUDDIRegistry knownRegistry = (IFavoritesUDDIRegistry)getKnownRegistries().get(inquiryURL);

14. WARNING: DiscouragedReference

Discouraged access: The method getPublishURL() from the type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

161 : String publishURL = knownRegistry.getPublishURL();

15. WARNING: DiscouragedReference

Discouraged access: The type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

170 : IFavoritesUDDIRegistry knownRegistry = (IFavoritesUDDIRegistry)getKnownRegistries().get(inquiryURL);

16. WARNING: DiscouragedReference

Discouraged access: The type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

170 : IFavoritesUDDIRegistry knownRegistry = (IFavoritesUDDIRegistry)getKnownRegistries().get(inquiryURL);

17. WARNING: DiscouragedReference

Discouraged access: The method getRegistrationURL() from the type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

173 : String registrationURL = knownRegistry.getRegistrationURL();

18. WARNING: DiscouragedReference

Discouraged access: The type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

180 : public final IFavoritesUDDIRegistry getDefaultUDDIRegistry()

19. WARNING: DiscouragedReference

Discouraged access: The type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

203 : IFavoritesUDDIRegistry knownRegistry = (IFavoritesUDDIRegistry)knownRegistries.get(inquiryURL);

20. WARNING: DiscouragedReference

Discouraged access: The type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

203 : IFavoritesUDDIRegistry knownRegistry = (IFavoritesUDDIRegistry)knownRegistries.get(inquiryURL);

21. WARNING: DiscouragedReference

Discouraged access: The method getPublishURL() from the type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

208 : publishURL = knownRegistry.getPublishURL();

22. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

209 : regName = knownRegistry.getName();

23. WARNING: DiscouragedReference

Discouraged access: The method getRegistrationURL() from the type IFavoritesUDDIRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

UDDIPerspective.java :

210 : registrationURL = knownRegistry.getRegistrationURL();

24. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIPerspective.java :

272 : action2.linkCategoryModelsWithSavedData(regElement.getName(),userDefinedCategories);

25. WARNING: DiscouragedReference

Discouraged access: The method getRootElement() from the type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

UDDIPerspective.java :

350 : TreeElement categoryRootElement = (TreeElement)categoryModel.getRootElement();

Source File: org/eclipse/wst/ws/internal/explorer/platform/uddi/util/Uddi4jHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

Uddi4jHelper.java :

34 : import org.eclipse.wst.ws.internal.parser.discovery.WebServicesParserExt;

2. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

Uddi4jHelper.java :

157 : WebServicesParserExt parser = new WebServicesParserExt();

3. WARNING: DiscouragedReference

Discouraged access: The constructor WebServicesParserExt() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

Uddi4jHelper.java :

157 : WebServicesParserExt parser = new WebServicesParserExt();

4. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

Uddi4jHelper.java :

157 : WebServicesParserExt parser = new WebServicesParserExt();

5. WARNING: DiscouragedReference

Discouraged access: The method setHTTPBasicAuthUsername(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

Uddi4jHelper.java :

161 : parser.setHTTPBasicAuthUsername(System.getProperty("http.proxyUserName"));

6. WARNING: DiscouragedReference

Discouraged access: The method setHTTPBasicAuthPassword(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

Uddi4jHelper.java :

162 : parser.setHTTPBasicAuthPassword(System.getProperty("http.proxyPassword"));

7. WARNING: DiscouragedReference

Discouraged access: The method getWSDLDefinitionVerbose(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

Uddi4jHelper.java :

164 : return parser.getWSDLDefinitionVerbose(wsdlUrl);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/actions/InvokeWSDLHttpGetOperationFormAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

InvokeWSDLHttpGetOperationFormAction.java :

19 : import org.eclipse.wst.ws.internal.parser.discovery.NetUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

InvokeWSDLHttpGetOperationFormAction.java :

39 : URLConnection conn = NetUtils.getURLConnection(endPointString);

3. WARNING: DiscouragedReference

Discouraged access: The method getURLConnection(String) from the type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

InvokeWSDLHttpGetOperationFormAction.java :

39 : URLConnection conn = NetUtils.getURLConnection(endPointString);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/actions/InvokeWSDLHttpOperationFormAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InvokeWSDLHttpOperationFormAction.java :

66 : endPoint.append(operElement.getName());

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/actions/InvokeWSDLHttpPostOperationFormAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

InvokeWSDLHttpPostOperationFormAction.java :

20 : import org.eclipse.wst.ws.internal.parser.discovery.NetUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

InvokeWSDLHttpPostOperationFormAction.java :

36 : URLConnection conn = NetUtils.getURLConnection(endPointString);

3. WARNING: DiscouragedReference

Discouraged access: The method getURLConnection(String) from the type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

InvokeWSDLHttpPostOperationFormAction.java :

36 : URLConnection conn = NetUtils.getURLConnection(endPointString);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/actions/InvokeWSDLSOAPOperationAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InvokeWSDLSOAPOperationAction.java :

102 : operElement.setPropertyAsObject(WSDLActionInputs.SOAP_RESPONSE_CACHED, new Boolean(false));

2. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InvokeWSDLSOAPOperationAction.java :

122 : operElement.setPropertyAsObject(WSDLModelConstants.PROP_SOAP_REQUEST, soapMessage);

3. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InvokeWSDLSOAPOperationAction.java :

135 : operElement.setPropertyAsObject(WSDLModelConstants.PROP_SOAP_RESPONSE, soapResponse);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/actions/InvokeWSDLSOAPOperationSourceAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsString(String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InvokeWSDLSOAPOperationSourceAction.java :

58 : operElement.setPropertyAsString(WSDLModelConstants.PROP_SOURCE_CONTENT_HEADER,sourceContents);

2. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsString(String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InvokeWSDLSOAPOperationSourceAction.java :

61 : operElement.setPropertyAsString(WSDLModelConstants.PROP_SOURCE_CONTENT,sourceContents);

3. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsString(String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InvokeWSDLSOAPOperationSourceAction.java :

67 : operElement.setPropertyAsString(WSDLModelConstants.PROP_SOURCE_CONTENT_HEADER,fileContents);

4. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsString(String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InvokeWSDLSOAPOperationSourceAction.java :

74 : operElement.setPropertyAsString(WSDLModelConstants.PROP_SOURCE_CONTENT,fileContents);

5. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InvokeWSDLSOAPOperationSourceAction.java :

91 : operElement.setPropertyAsObject(WSDLModelConstants.PROP_SOURCE_CONTENT_NAMESPACE,nsDeclarations);

6. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InvokeWSDLSOAPOperationSourceAction.java :

120 : return (ISOAPMessage) operElement.getPropertyAsObject(WSDLModelConstants.PROP_SOAP_REQUEST_TMP);

7. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsString(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InvokeWSDLSOAPOperationSourceAction.java :

127 : String headerContent = operElement.getPropertyAsString(WSDLModelConstants.PROP_SOURCE_CONTENT_HEADER);

8. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsString(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InvokeWSDLSOAPOperationSourceAction.java :

136 : String bodyContent = operElement.getPropertyAsString(WSDLModelConstants.PROP_SOURCE_CONTENT);

9. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsString(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InvokeWSDLSOAPOperationSourceAction.java :

162 : pw.println(operElement.getPropertyAsString(WSDLModelConstants.PROP_SOURCE_CONTENT_HEADER));

10. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsString(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

InvokeWSDLSOAPOperationSourceAction.java :

164 : pw.println(operElement.getPropertyAsString(WSDLModelConstants.PROP_SOURCE_CONTENT));

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/actions/OpenWSDLAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OpenWSDLAction.java :

53 : WSDLElement wsdlElement = new WSDLElement(wsdlUrl, rootElement.getModel(), wsdlUrl);

2. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OpenWSDLAction.java :

71 : rootElement.connect(wsdlElement,WSDLModelConstants.REL_WSDL, ModelConstants.REL_OWNER);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/actions/SynchronizeFragmentViewsAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

SynchronizeFragmentViewsAction.java :

56 : operElement.setPropertyAsObject(WSDLModelConstants.PROP_SOURCE_CONTENT_NAMESPACE, null);

2. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

SynchronizeFragmentViewsAction.java :

66 : operElement.setPropertyAsObject(WSDLModelConstants.PROP_SOURCE_CONTENT_NAMESPACE,nsDeclarations);

3. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

SynchronizeFragmentViewsAction.java :

68 : ISOAPMessage soapMessage = (ISOAPMessage) operElement.getPropertyAsObject(WSDLModelConstants.PROP_SOAP_REQUEST_TMP);

4. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

SynchronizeFragmentViewsAction.java :

71 : operElement.setPropertyAsObject(WSDLModelConstants.PROP_SOAP_REQUEST_TMP, null);

5. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

SynchronizeFragmentViewsAction.java :

79 : operElement.setPropertyAsObject(WSDLModelConstants.PROP_SOURCE_CONTENT_HEADER, null);

6. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsString(String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

SynchronizeFragmentViewsAction.java :

91 : operElement.setPropertyAsString(WSDLModelConstants.PROP_SOURCE_CONTENT_HEADER,null);

7. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

SynchronizeFragmentViewsAction.java :

97 : operElement.setPropertyAsObject(WSDLModelConstants.PROP_SOURCE_CONTENT, null);

8. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsString(String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

SynchronizeFragmentViewsAction.java :

109 : operElement.setPropertyAsString(WSDLModelConstants.PROP_SOURCE_CONTENT,null);

9. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsString(String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

SynchronizeFragmentViewsAction.java :

118 : operElement.setPropertyAsString(WSDLModelConstants.PROP_SOURCE_CONTENT_HEADER, sourceContent);

10. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsString(String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

SynchronizeFragmentViewsAction.java :

168 : operElement.setPropertyAsString(WSDLModelConstants.PROP_SOURCE_CONTENT, sourceContent);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/actions/WSDLAddToFavoritesAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLAddToFavoritesAction.java :

89 : Enumeration e = favRootElement.getElements(FavoritesModelConstants.REL_WSDL_SERVICE_FOLDER_NODE);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/datamodel/WSDLBindingElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingElement.java :

27 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingElement.java :

66 : public WSDLBindingElement(String name, Model model, Binding binding)

3. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingElement.java :

187 : WSDLOperationElement[] wsdlOperationElements = new WSDLOperationElement[getNumberOfElements(WSDLModelConstants.REL_WSDL_OPERATION)];

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingElement.java :

188 : Enumeration e = getElements(WSDLModelConstants.REL_WSDL_OPERATION);

5. WARNING: DiscouragedReference

Discouraged access: The method disconnect(Element, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingElement.java :

200 : disconnect(wsdlOperationElements[j], WSDLModelConstants.REL_WSDL_OPERATION);

6. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingElement.java :

205 : connect(wsdlOperationElement,WSDLModelConstants.REL_WSDL_OPERATION,ModelConstants.REL_OWNER);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/datamodel/WSDLCommonElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLCommonElement.java :

14 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLCommonElement.java :

27 : public WSDLCommonElement(String name, Model model) {

3. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLCommonElement.java :

32 : return (TreeElement)getElements(ModelConstants.REL_OWNER).nextElement();

4. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsString(String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLCommonElement.java :

53 : setPropertyAsString(WSDLModelConstants.PROP_DOCUMENTATION,documentation);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/datamodel/WSDLElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type HTTPUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

44 : import org.eclipse.wst.ws.internal.common.HTTPUtility;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

45 : import org.eclipse.wst.ws.internal.datamodel.Model;

3. WARNING: DiscouragedReference

Discouraged access: The type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLElement.java :

51 : import org.eclipse.wst.ws.internal.parser.discovery.NetUtils;

4. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLElement.java :

52 : import org.eclipse.wst.ws.internal.parser.discovery.WebServicesParserExt;

5. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLElement.java :

53 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

6. WARNING: DiscouragedReference

Discouraged access: The type XSDSchemaExtensibilityElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

WSDLElement.java :

54 : import org.eclipse.wst.wsdl.internal.impl.XSDSchemaExtensibilityElementImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

103 : public WSDLElement(String name, Model model, String wsdlUrl)

8. WARNING: DiscouragedReference

Discouraged access: The type HTTPUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

113 : HTTPUtility http = new HTTPUtility();

9. WARNING: DiscouragedReference

Discouraged access: The constructor HTTPUtility() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

113 : HTTPUtility http = new HTTPUtility();

10. WARNING: DiscouragedReference

Discouraged access: The type HTTPUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

113 : HTTPUtility http = new HTTPUtility();

11. WARNING: DiscouragedReference

Discouraged access: The method handleRedirect(String) from the type HTTPUtility is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

114 : wsdlUrl_ = http.handleRedirect(URLUtils.encodeURLString(wsdlUrl));

12. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLElement.java :

133 : WebServicesParser parser = new WebServicesParserExt();

13. WARNING: DiscouragedReference

Discouraged access: The constructor WebServicesParserExt() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLElement.java :

133 : WebServicesParser parser = new WebServicesParserExt();

14. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLElement.java :

133 : WebServicesParser parser = new WebServicesParserExt();

15. WARNING: DiscouragedReference

Discouraged access: The method getWSDLDefinitionVerbose(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLElement.java :

136 : return parser.getWSDLDefinitionVerbose(wsdlURL);

16. WARNING: DiscouragedReference

Discouraged access: The type XSDSchemaExtensibilityElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

WSDLElement.java :

226 : else if (obj instanceof XSDSchemaExtensibilityElementImpl)

17. WARNING: DiscouragedReference

Discouraged access: The type XSDSchemaExtensibilityElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

WSDLElement.java :

228 : XSDSchemaExtensibilityElementImpl schemaElement = (XSDSchemaExtensibilityElementImpl)obj;

18. WARNING: DiscouragedReference

Discouraged access: The type XSDSchemaExtensibilityElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

WSDLElement.java :

228 : XSDSchemaExtensibilityElementImpl schemaElement = (XSDSchemaExtensibilityElementImpl)obj;

19. WARNING: DiscouragedReference

Discouraged access: The method getSchema() from the type XSDSchemaExtensibilityElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

WSDLElement.java :

229 : xsdSchema = schemaElement.getSchema();

20. WARNING: DiscouragedReference

Discouraged access: The type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLElement.java :

380 : InputStream is = NetUtils.getURLInputStream(locURI);

21. WARNING: DiscouragedReference

Discouraged access: The method getURLInputStream(String) from the type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

WSDLElement.java :

380 : InputStream is = NetUtils.getURLInputStream(locURI);

22. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

403 : WSDLServiceElement[] wsdlServiceElements = new WSDLServiceElement[getNumberOfElements(WSDLModelConstants.REL_WSDL_SERVICE)];

23. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

404 : Enumeration e = getElements(WSDLModelConstants.REL_WSDL_SERVICE);

24. WARNING: DiscouragedReference

Discouraged access: The method disconnect(Element, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

417 : disconnect(wsdlServiceElements[j], WSDLModelConstants.REL_WSDL_SERVICE);

25. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

421 : WSDLServiceElement wsdlServiceElement = new WSDLServiceElement(service.getQName().getLocalPart(), getModel(), service);

26. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLElement.java :

422 : connect(wsdlServiceElement,WSDLModelConstants.REL_WSDL_SERVICE,ModelConstants.REL_OWNER);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/datamodel/WSDLOperationElement.java
1. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLOperationElement.java :

129 : super(name, bindingElement.getModel());

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/datamodel/WSDLServiceElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceElement.java :

25 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceElement.java :

34 : public WSDLServiceElement(String name, Model model, Service service)

3. WARNING: DiscouragedReference

Discouraged access: The method getNumberOfElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceElement.java :

89 : WSDLBindingElement[] wsdlBindingElements = new WSDLBindingElement[getNumberOfElements(WSDLModelConstants.REL_WSDL_BINDING)];

4. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceElement.java :

90 : Enumeration e = getElements(WSDLModelConstants.REL_WSDL_BINDING);

5. WARNING: DiscouragedReference

Discouraged access: The method disconnect(Element, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceElement.java :

103 : disconnect(wsdlBindingElements[j], WSDLModelConstants.REL_WSDL_BINDING);

6. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceElement.java :

107 : WSDLBindingElement wsdlBindingElement = new WSDLBindingElement(binding.getQName().getLocalPart(), getModel(), binding);

7. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceElement.java :

108 : connect(wsdlBindingElement,WSDLModelConstants.REL_WSDL_BINDING,ModelConstants.REL_OWNER);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/perspective/WSDLBindingNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingNode.java :

14 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingNode.java :

28 : element.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(WSDLModelConstants.REL_WSDL_OPERATION)) { WSDLOperationNode wsdlOperationNode = new WSDLOperationNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1); addChild(wsdlOperationNode); } } public void relRemoved(RelRemoveEvent event) { TreeElement childElement = null; if (event.getInBoundRelName().equals(WSDLModelConstants.REL_WSDL_OPERATION)) { childElement = (TreeElement)event.getInboundElement(); } if (event.getOutBoundRelName().equals(WSDLModelConstants.REL_WSDL_OPERATION)) { childElement = (TreeElement)event.getOutBoundElement(); } removeChildNode(childElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingNode.java :

28 : element.addListener(new ElementAdapter()

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingNode.java :

30 : public void relAdded(RelAddEvent event)

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingNode.java :

32 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingNode.java :

34 : WSDLOperationNode wsdlOperationNode = new WSDLOperationNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1);

9. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingNode.java :

39 : public void relRemoved(RelRemoveEvent event)

10. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingNode.java :

42 : if (event.getInBoundRelName().equals(WSDLModelConstants.REL_WSDL_OPERATION)) {

11. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingNode.java :

43 : childElement = (TreeElement)event.getInboundElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingNode.java :

45 : if (event.getOutBoundRelName().equals(WSDLModelConstants.REL_WSDL_OPERATION)) {

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLBindingNode.java :

46 : childElement = (TreeElement)event.getOutBoundElement();

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/perspective/WSDLMainNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLMainNode.java :

14 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLMainNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLMainNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLMainNode.java :

28 : element.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(WSDLModelConstants.REL_WSDL)) { WSDLNode wsdlNode = new WSDLNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1); addChild(wsdlNode); } } public void relRemoved(RelRemoveEvent event) { TreeElement childElement = null; if (event.getInBoundRelName().equals(WSDLModelConstants.REL_WSDL)) { childElement = (TreeElement)event.getInboundElement(); } if (event.getOutBoundRelName().equals(WSDLModelConstants.REL_WSDL)) { childElement = (TreeElement)event.getOutBoundElement(); } removeChildNode(childElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLMainNode.java :

28 : element.addListener(new ElementAdapter()

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLMainNode.java :

30 : public void relAdded(RelAddEvent event)

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLMainNode.java :

32 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLMainNode.java :

34 : WSDLNode wsdlNode = new WSDLNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1);

9. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLMainNode.java :

39 : public void relRemoved(RelRemoveEvent event)

10. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLMainNode.java :

42 : if (event.getInBoundRelName().equals(WSDLModelConstants.REL_WSDL)) {

11. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLMainNode.java :

43 : childElement = (TreeElement)event.getInboundElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLMainNode.java :

45 : if (event.getOutBoundRelName().equals(WSDLModelConstants.REL_WSDL)) {

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLMainNode.java :

46 : childElement = (TreeElement)event.getOutBoundElement();

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/perspective/WSDLNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLNode.java :

14 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLNode.java :

28 : element.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(WSDLModelConstants.REL_WSDL_SERVICE)) { WSDLServiceNode wsdlServiceNode = new WSDLServiceNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1); addChild(wsdlServiceNode); } } public void relRemoved(RelRemoveEvent event) { TreeElement childElement = null; if (event.getInBoundRelName().equals(WSDLModelConstants.REL_WSDL_SERVICE)) { childElement = (TreeElement)event.getInboundElement(); } if (event.getOutBoundRelName().equals(WSDLModelConstants.REL_WSDL_SERVICE)) { childElement = (TreeElement)event.getOutBoundElement(); } removeChildNode(childElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLNode.java :

28 : element.addListener(new ElementAdapter()

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLNode.java :

30 : public void relAdded(RelAddEvent event)

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLNode.java :

32 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLNode.java :

34 : WSDLServiceNode wsdlServiceNode = new WSDLServiceNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1);

9. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLNode.java :

39 : public void relRemoved(RelRemoveEvent event)

10. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLNode.java :

42 : if (event.getInBoundRelName().equals(WSDLModelConstants.REL_WSDL_SERVICE)) {

11. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLNode.java :

43 : childElement = (TreeElement)event.getInboundElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLNode.java :

45 : if (event.getOutBoundRelName().equals(WSDLModelConstants.REL_WSDL_SERVICE)) {

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLNode.java :

46 : childElement = (TreeElement)event.getOutBoundElement();

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/perspective/WSDLOperationNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLOperationNode.java :

14 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLOperationNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLOperationNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLOperationNode.java :

27 : element.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { } public void relRemoved(RelRemoveEvent event) { } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLOperationNode.java :

27 : element.addListener(new ElementAdapter()

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLOperationNode.java :

29 : public void relAdded(RelAddEvent event)

7. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLOperationNode.java :

33 : public void relRemoved(RelRemoveEvent event)

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/perspective/WSDLPerspective.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLPerspective.java :

20 : import org.eclipse.wst.ws.internal.datamodel.BasicModel;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLPerspective.java :

45 : private BasicModel model_;

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicModel(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLPerspective.java :

74 : model_ = new BasicModel("wsdlModel");

4. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLPerspective.java :

74 : model_ = new BasicModel("wsdlModel");

5. WARNING: DiscouragedReference

Discouraged access: The method setRootElement(Element) from the type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLPerspective.java :

76 : model_.setRootElement(treeElement);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/perspective/WSDLServiceNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceNode.java :

14 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceNode.java :

28 : element.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(WSDLModelConstants.REL_WSDL_BINDING)) { WSDLBindingNode wsdlBindingNode = new WSDLBindingNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1); addChild(wsdlBindingNode); } } public void relRemoved(RelRemoveEvent event) { TreeElement childElement = null; if (event.getInBoundRelName().equals(WSDLModelConstants.REL_WSDL_BINDING)) { childElement = (TreeElement)event.getInboundElement(); } if (event.getOutBoundRelName().equals(WSDLModelConstants.REL_WSDL_BINDING)) { childElement = (TreeElement)event.getOutBoundElement(); } removeChildNode(childElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceNode.java :

28 : element.addListener(new ElementAdapter()

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceNode.java :

30 : public void relAdded(RelAddEvent event)

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceNode.java :

32 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceNode.java :

34 : WSDLBindingNode wsdlBindingNode = new WSDLBindingNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1);

9. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceNode.java :

39 : public void relRemoved(RelRemoveEvent event)

10. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceNode.java :

42 : if (event.getInBoundRelName().equals(WSDLModelConstants.REL_WSDL_BINDING)) {

11. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceNode.java :

43 : childElement = (TreeElement)event.getInboundElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceNode.java :

45 : if (event.getOutBoundRelName().equals(WSDLModelConstants.REL_WSDL_BINDING)) {

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSDLServiceNode.java :

46 : childElement = (TreeElement)event.getOutBoundElement();

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/transport/ChunkedInputStream.java
1. WARNING: UnusedPrivateConstructor

The constructor ChunkedInputStream() is never used locally

ChunkedInputStream.java :

24 : private ChunkedInputStream()

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/transport/SOAPTransport.java
1. WARNING: DiscouragedReference

Discouraged access: The type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

SOAPTransport.java :

28 : import org.eclipse.wst.ws.internal.parser.discovery.NetUtils;

2. WARNING: DiscouragedReference

Discouraged access: The type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

SOAPTransport.java :

121 : internalTransport.send(NetUtils.createURL(url), (String) message.getProperty(ISOAPMessage.PROP_SOAP_ACTION), message.toXML());

3. WARNING: DiscouragedReference

Discouraged access: The method createURL(String) from the type NetUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

SOAPTransport.java :

121 : internalTransport.send(NetUtils.createURL(url), (String) message.getProperty(ISOAPMessage.PROP_SOAP_ACTION), message.toXML());

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsdl/util/SOAPMessageUtils.java
1. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

SOAPMessageUtils.java :

51 : String[] nsDeclarations = (String[]) operElement.getPropertyAsObject(WSDLModelConstants.PROP_SOURCE_CONTENT_NAMESPACE);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsil/actions/AddToFavoritesAction.java
1. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AddToFavoritesAction.java :

79 : Enumeration e = favRootElement.getElements(rel);

2. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

AddToFavoritesAction.java :

89 : Enumeration e = favRootElement.getElements(rel);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsil/actions/OpenWSILAction.java
1. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

38 : import org.eclipse.wst.ws.internal.parser.discovery.WebServicesParserExt;

2. WARNING: DiscouragedReference

Discouraged access: The type WebServiceEntity is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

39 : import org.eclipse.wst.ws.internal.parser.wsil.WebServiceEntity;

3. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

40 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

4. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

81 : WebServicesParserExt parser = new WebServicesParserExt(wsilURL);

5. WARNING: DiscouragedReference

Discouraged access: The constructor WebServicesParserExt(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

81 : WebServicesParserExt parser = new WebServicesParserExt(wsilURL);

6. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParserExt is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

81 : WebServicesParserExt parser = new WebServicesParserExt(wsilURL);

7. WARNING: DiscouragedReference

Discouraged access: The method parse(int) from the type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

84 : parser.parse(WebServicesParser.PARSE_NONE);

8. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

84 : parser.parse(WebServicesParser.PARSE_NONE);

9. WARNING: DiscouragedReference

Discouraged access: The field PARSE_NONE from the type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

84 : parser.parse(WebServicesParser.PARSE_NONE);

10. WARNING: DiscouragedReference

Discouraged access: The type WebServiceEntity is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

85 : WebServiceEntity wsEntity = parser.getWebServiceEntityByURI(wsilURL);

11. WARNING: DiscouragedReference

Discouraged access: The method getWebServiceEntityByURI(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

85 : WebServiceEntity wsEntity = parser.getWebServiceEntityByURI(wsilURL);

12. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type WebServiceEntity is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

86 : int type = wsEntity.getType();

13. WARNING: DiscouragedReference

Discouraged access: The type WebServiceEntity is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

87 : if (type == WebServiceEntity.TYPE_HTML)

14. WARNING: DiscouragedReference

Discouraged access: The field TYPE_HTML from the type WebServiceEntity is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

87 : if (type == WebServiceEntity.TYPE_HTML)

15. WARNING: DiscouragedReference

Discouraged access: The method getChildren() from the type WebServiceEntity is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

88 : return openHTML(wsEntity.getChildren(), inspectionType);

16. WARNING: DiscouragedReference

Discouraged access: The type WebServiceEntity is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

89 : else if (type == WebServiceEntity.TYPE_WSIL)

17. WARNING: DiscouragedReference

Discouraged access: The field TYPE_WSIL from the type WebServiceEntity is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

89 : else if (type == WebServiceEntity.TYPE_WSIL)

18. WARNING: DiscouragedReference

Discouraged access: The method getWSILDocument(String) from the type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

90 : return openWSIL(wsilURL, parser.getWSILDocument(wsilURL), inspectionType);

19. WARNING: DiscouragedReference

Discouraged access: The type WebServiceEntity is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

118 : WebServiceEntity wsilEntity = (WebServiceEntity)it.next();

20. WARNING: DiscouragedReference

Discouraged access: The type WebServiceEntity is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

118 : WebServiceEntity wsilEntity = (WebServiceEntity)it.next();

21. WARNING: DiscouragedReference

Discouraged access: The method getURI() from the type WebServiceEntity is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

OpenWSILAction.java :

119 : String wsilURL = wsilEntity.getURI();

22. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OpenWSILAction.java :

127 : wsilElement = new WsilElement(wsilURL, root.getModel(), wsilDoc, wsilURL);

23. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OpenWSILAction.java :

128 : root.connect(wsilElement, WsilModelConstants.REL_WSIL, ModelConstants.REL_OWNER);

24. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OpenWSILAction.java :

159 : WsilElement wsilElement = new WsilElement(wsilURL, root.getModel(), wsilDoc, wsilURL);

25. WARNING: DiscouragedReference

Discouraged access: The method connect(Element, String, String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OpenWSILAction.java :

160 : root.connect(wsilElement, WsilModelConstants.REL_WSIL, ModelConstants.REL_OWNER);

26. WARNING: DiscouragedReference

Discouraged access: The method getElements(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

OpenWSILAction.java :

179 : Enumeration e = root.getElements(WsilModelConstants.REL_WSIL);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsil/datamodel/WsilCommonElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilCommonElement.java :

13 : import org.eclipse.wst.ws.internal.datamodel.BasicElement;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilCommonElement.java :

14 : import org.eclipse.wst.ws.internal.datamodel.Model;

3. WARNING: DiscouragedReference

Discouraged access: The type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilCommonElement.java :

16 : public class WsilCommonElement extends BasicElement

4. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilCommonElement.java :

21 : public WsilCommonElement(String name, Model model)

5. WARNING: DiscouragedReference

Discouraged access: The constructor BasicElement(String, Model) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilCommonElement.java :

23 : super(name, model);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsil/datamodel/WsilElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

24 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

52 : public WsilElement(String name, Model model, WSILDocument wsilDocument, String wsilURL)

3. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

61 : setPropertyAsObject(WsilModelConstants.LIST_MANAGER_WSDL_SERVICES, wsdlServices_);

4. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

62 : setPropertyAsObject(WsilModelConstants.LIST_MANAGER_UDDI_SERVICES, uddiServices_);

5. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

63 : setPropertyAsObject(WsilModelConstants.LIST_MANAGER_UDDI_LINKS, wsilLinks_);

6. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

64 : setPropertyAsObject(WsilModelConstants.LIST_MANAGER_WSIL_LINKS, uddiLinks_);

7. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

81 : setPropertyAsObject(WsilModelConstants.LIST_MANAGER_WSDL_SERVICES, wsdlServices_);

8. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

82 : setPropertyAsObject(WsilModelConstants.LIST_MANAGER_UDDI_SERVICES, uddiServices_);

9. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

83 : setPropertyAsObject(WsilModelConstants.LIST_MANAGER_UDDI_LINKS, wsilLinks_);

10. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

84 : setPropertyAsObject(WsilModelConstants.LIST_MANAGER_WSIL_LINKS, uddiLinks_);

11. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

139 : ListManager wsdlServices_ = (ListManager) getPropertyAsObject(WsilModelConstants.LIST_MANAGER_WSDL_SERVICES);

12. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

143 : wsdlServices_ = (ListManager) getPropertyAsObject(WsilModelConstants.LIST_MANAGER_WSDL_SERVICES);

13. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

150 : ListManager uddiServices_ = (ListManager) getPropertyAsObject(WsilModelConstants.LIST_MANAGER_UDDI_SERVICES);

14. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

154 : uddiServices_ = (ListManager) getPropertyAsObject(WsilModelConstants.LIST_MANAGER_UDDI_SERVICES);

15. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

176 : WsilWsdlServiceElement wsdlServiceElement = new WsilWsdlServiceElement(namespace, getModel(), serviceList[i]);

16. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

180 : wsdlServiceElement.setName(wsdlServiceElement.getWSDLServiceURL());

17. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

185 : setPropertyAsObject(WsilModelConstants.LIST_MANAGER_WSDL_SERVICES, wsdlServices_);

18. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

206 : WsilUddiServiceElement uddiServiceElement = new WsilUddiServiceElement(namespace, getModel(), serviceList[i]);

19. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

210 : uddiServiceElement.setName(uddiServiceElement.getName());

20. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

220 : setPropertyAsObject(WsilModelConstants.LIST_MANAGER_UDDI_SERVICES, uddiServices_);

21. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

305 : ListManager wsilLinks_ = (ListManager) getPropertyAsObject(WsilModelConstants.LIST_MANAGER_WSIL_LINKS);

22. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

309 : wsilLinks_ = (ListManager) getPropertyAsObject(WsilModelConstants.LIST_MANAGER_WSIL_LINKS);

23. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

316 : ListManager uddiLinks_ = (ListManager) getPropertyAsObject(WsilModelConstants.LIST_MANAGER_UDDI_LINKS);

24. WARNING: DiscouragedReference

Discouraged access: The method getPropertyAsObject(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

320 : uddiLinks_ = (ListManager) getPropertyAsObject(WsilModelConstants.LIST_MANAGER_UDDI_LINKS);

25. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

339 : WsilUddiBusinessElement uddiBusinessElement = new WsilUddiBusinessElement(namespace, getModel(), linkList[i]);

26. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

343 : uddiBusinessElement.setName(uddiBusinessElement.getName());

27. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

353 : setPropertyAsObject(WsilModelConstants.LIST_MANAGER_UDDI_LINKS, uddiLinks_);

28. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

449 : WsilWsilLinkElement wsilLinkElement = new WsilWsilLinkElement(namespace, getModel(), linkList[i]);

29. WARNING: DiscouragedReference

Discouraged access: The method setName(String) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

453 : wsilLinkElement.setName(wsilLinkElement.getWSILLinkLocation());

30. WARNING: DiscouragedReference

Discouraged access: The method setPropertyAsObject(String, Object) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilElement.java :

458 : setPropertyAsObject(WsilModelConstants.LIST_MANAGER_WSIL_LINKS, wsilLinks_);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsil/datamodel/WsilLinkElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilLinkElement.java :

16 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilLinkElement.java :

26 : public WsilLinkElement(String name, Model model, Link link)

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsil/datamodel/WsilServiceElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilServiceElement.java :

17 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilServiceElement.java :

27 : public WsilServiceElement(String name, Model model, Service service) {

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsil/datamodel/WsilUddiBusinessElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilUddiBusinessElement.java :

17 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilUddiBusinessElement.java :

30 : public WsilUddiBusinessElement(String name, Model model, Link link) {

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsil/datamodel/WsilUddiServiceElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilUddiServiceElement.java :

18 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilUddiServiceElement.java :

32 : public WsilUddiServiceElement(String name, Model model, Service service) {

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsil/datamodel/WsilWsdlServiceElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilWsdlServiceElement.java :

20 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilWsdlServiceElement.java :

28 : public WsilWsdlServiceElement(String name, Model model, Service service) {

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsil/datamodel/WsilWsilLinkElement.java
1. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilWsilLinkElement.java :

14 : import org.eclipse.wst.ws.internal.datamodel.Model;

2. WARNING: DiscouragedReference

Discouraged access: The type Model is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilWsilLinkElement.java :

22 : public WsilWsilLinkElement(String name, Model model, Link link)

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsil/perspective/WSILPerspective.java
1. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSILPerspective.java :

20 : import org.eclipse.wst.ws.internal.datamodel.BasicModel;

2. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSILPerspective.java :

33 : private BasicModel model_;

3. WARNING: DiscouragedReference

Discouraged access: The constructor BasicModel(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSILPerspective.java :

47 : model_ = new BasicModel("WsilModel");

4. WARNING: DiscouragedReference

Discouraged access: The type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSILPerspective.java :

47 : model_ = new BasicModel("WsilModel");

5. WARNING: DiscouragedReference

Discouraged access: The method setRootElement(Element) from the type BasicModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WSILPerspective.java :

49 : model_.setRootElement(treeElement);

Source File: org/eclipse/wst/ws/internal/explorer/platform/wsil/perspective/WsilMainNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilMainNode.java :

14 : import org.eclipse.wst.ws.internal.datamodel.ElementAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilMainNode.java :

15 : import org.eclipse.wst.ws.internal.datamodel.RelAddEvent;

3. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilMainNode.java :

16 : import org.eclipse.wst.ws.internal.datamodel.RelRemoveEvent;

4. WARNING: DiscouragedReference

Discouraged access: The method addListener(ElementListener) from the type BasicElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilMainNode.java :

25 : treeElement.addListener(new ElementAdapter() { public void relAdded(RelAddEvent event) { String rel = event.getOutBoundRelName(); if (rel.equals(WsilModelConstants.REL_WSIL)) { WsilNode wsilNode = new WsilNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1); addChild(wsilNode); } } public void relRemoved(RelRemoveEvent event) { TreeElement childElement = null; if (event.getInBoundRelName().equals(WsilModelConstants.REL_WSIL)) { childElement = (TreeElement)event.getInboundElement(); } if (event.getOutBoundRelName().equals(WsilModelConstants.REL_WSIL)) { childElement = (TreeElement)event.getOutBoundElement(); } removeChildNode(childElement); } });

5. WARNING: DiscouragedReference

Discouraged access: The type ElementAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilMainNode.java :

25 : treeElement.addListener(new ElementAdapter() {

6. WARNING: DiscouragedReference

Discouraged access: The type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilMainNode.java :

26 : public void relAdded(RelAddEvent event) {

7. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilMainNode.java :

27 : String rel = event.getOutBoundRelName();

8. WARNING: DiscouragedReference

Discouraged access: The method getParentElement() from the type RelAddEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilMainNode.java :

29 : WsilNode wsilNode = new WsilNode((TreeElement)event.getParentElement(), nodeManager_, nodeDepth_ + 1);

9. WARNING: DiscouragedReference

Discouraged access: The type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilMainNode.java :

34 : public void relRemoved(RelRemoveEvent event) {

10. WARNING: DiscouragedReference

Discouraged access: The method getInBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilMainNode.java :

36 : if (event.getInBoundRelName().equals(WsilModelConstants.REL_WSIL)) {

11. WARNING: DiscouragedReference

Discouraged access: The method getInboundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilMainNode.java :

37 : childElement = (TreeElement)event.getInboundElement();

12. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundRelName() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilMainNode.java :

39 : if (event.getOutBoundRelName().equals(WsilModelConstants.REL_WSIL)) {

13. WARNING: DiscouragedReference

Discouraged access: The method getOutBoundElement() from the type RelRemoveEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

WsilMainNode.java :

40 : childElement = (TreeElement)event.getOutBoundElement();

Source File: org/eclipse/wst/ws/internal/explorer/popup/PopupTestWSDL.java
1. WARNING: DiscouragedReference

Discouraged access: The type GetMonitorCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

42 : import org.eclipse.wst.ws.internal.monitor.GetMonitorCommand;

2. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

PopupTestWSDL.java :

43 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

3. WARNING: DiscouragedReference

Discouraged access: The type WSPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

44 : import org.eclipse.wst.ws.internal.plugin.WSPlugin;

4. WARNING: DiscouragedReference

Discouraged access: The type WSDLURLStringWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

46 : import org.eclipse.wst.ws.internal.wsfinder.WSDLURLStringWrapper;

5. WARNING: DiscouragedReference

Discouraged access: The type ServiceImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

PopupTestWSDL.java :

48 : import org.eclipse.wst.wsdl.internal.impl.ServiceImpl;

6. WARNING: DiscouragedReference

Discouraged access: The type WSDLURLStringWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

87 : else if (Platform.getAdapterManager().hasAdapter(object, WSDLURLStringWrapper.class.getName())) {

7. WARNING: DiscouragedReference

Discouraged access: The type WSDLURLStringWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

88 : Object adaptedObject = Platform.getAdapterManager().loadAdapter(object, WSDLURLStringWrapper.class.getName());

8. WARNING: DiscouragedReference

Discouraged access: The type WSDLURLStringWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

89 : WSDLURLStringWrapper wrapper = (WSDLURLStringWrapper)adaptedObject;

9. WARNING: DiscouragedReference

Discouraged access: The type WSDLURLStringWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

89 : WSDLURLStringWrapper wrapper = (WSDLURLStringWrapper)adaptedObject;

10. WARNING: DiscouragedReference

Discouraged access: The method getWSDLURLString() from the type WSDLURLStringWrapper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

90 : wsdlURL =wrapper.getWSDLURLString();

11. WARNING: DiscouragedReference

Discouraged access: The type ServiceImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

PopupTestWSDL.java :

92 : else if (object instanceof ServiceImpl)

12. WARNING: DiscouragedReference

Discouraged access: The type ServiceImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

PopupTestWSDL.java :

94 : ServiceImpl serviceImpl = (ServiceImpl)object;

13. WARNING: DiscouragedReference

Discouraged access: The type ServiceImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

PopupTestWSDL.java :

94 : ServiceImpl serviceImpl = (ServiceImpl)object;

14. WARNING: DiscouragedReference

Discouraged access: The method getEnclosingDefinition() from the type WSDLElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.wsdl/@dot

PopupTestWSDL.java :

95 : Definition definition = serviceImpl.getEnclosingDefinition();

15. WARNING: DiscouragedReference

Discouraged access: The type GetMonitorCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

130 : GetMonitorCommand getMonitorCmd = new GetMonitorCommand();

16. WARNING: DiscouragedReference

Discouraged access: The constructor GetMonitorCommand() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

130 : GetMonitorCommand getMonitorCmd = new GetMonitorCommand();

17. WARNING: DiscouragedReference

Discouraged access: The type GetMonitorCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

130 : GetMonitorCommand getMonitorCmd = new GetMonitorCommand();

18. WARNING: DiscouragedReference

Discouraged access: The method setMonitorService(boolean) from the type GetMonitorCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

131 : getMonitorCmd.setMonitorService(true);

19. WARNING: DiscouragedReference

Discouraged access: The method setCreate(boolean) from the type GetMonitorCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

132 : getMonitorCmd.setCreate(false);

20. WARNING: DiscouragedReference

Discouraged access: The method setWebServicesParser(WebServicesParser) from the type GetMonitorCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

133 : getMonitorCmd.setWebServicesParser(new WebServicesParser());

21. WARNING: DiscouragedReference

Discouraged access: The constructor WebServicesParser() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

PopupTestWSDL.java :

133 : getMonitorCmd.setWebServicesParser(new WebServicesParser());

22. WARNING: DiscouragedReference

Discouraged access: The type WebServicesParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

PopupTestWSDL.java :

133 : getMonitorCmd.setWebServicesParser(new WebServicesParser());

23. WARNING: DiscouragedReference

Discouraged access: The method setWsdlURI(String) from the type GetMonitorCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

134 : getMonitorCmd.setWsdlURI(wsdlURL);

24. WARNING: DiscouragedReference

Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type GetMonitorCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

135 : getMonitorCmd.execute(null, null);

25. WARNING: DiscouragedReference

Discouraged access: The method getEndpoints() from the type GetMonitorCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

136 : List endpoints = getMonitorCmd.getEndpoints();

26. WARNING: DiscouragedReference

Discouraged access: The type WSPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

165 : IIFile2UriConverter converter = WSPlugin.getInstance().getIFile2UriConverter();

27. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WSPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

165 : IIFile2UriConverter converter = WSPlugin.getInstance().getIFile2UriConverter();

28. WARNING: DiscouragedReference

Discouraged access: The method getIFile2UriConverter() from the type WSPlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws_1.1.4.v200904081850.jar

PopupTestWSDL.java :

165 : IIFile2UriConverter converter = WSPlugin.getInstance().getIFile2UriConverter();