Compiler Report

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

Number of source files: 36 Number of classfiles: 48

Problems: 926 (Errors: 0 Warnings: 926 )

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/command/AxisCheckCompilerLevelCommand.java
1. WARNING: DiscouragedReference

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

AxisCheckCompilerLevelCommand.java :

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

2. WARNING: DiscouragedReference

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

AxisCheckCompilerLevelCommand.java :

61 : status = StatusUtils.errorStatus( NLS.bind(AxisCreationUIMessages.MSG_ERROR_COMPILER_LEVEL_NOT_COMPATIBLE, new String[] {javaSpecVersion, serverProject_, projectCompilerLevel}));

3. WARNING: DiscouragedReference

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

AxisCheckCompilerLevelCommand.java :

61 : status = StatusUtils.errorStatus( NLS.bind(AxisCreationUIMessages.MSG_ERROR_COMPILER_LEVEL_NOT_COMPATIBLE, new String[] {javaSpecVersion, serverProject_, projectCompilerLevel}));

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/command/AxisOutputCommand.java
1. WARNING: DiscouragedReference

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

AxisOutputCommand.java :

18 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

2. WARNING: DiscouragedReference

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

AxisOutputCommand.java :

27 : private JavaWSDLParameter javaWSDLParam_;

3. WARNING: DiscouragedReference

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

AxisOutputCommand.java :

44 : ws_.getWebServiceInfo().setWsdlURL(wsdlURI_);

4. WARNING: DiscouragedReference

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

AxisOutputCommand.java :

44 : ws_.getWebServiceInfo().setWsdlURL(wsdlURI_);

5. WARNING: DiscouragedReference

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

AxisOutputCommand.java :

61 : public void setJavaWSDLParam (JavaWSDLParameter javaWSDLParam_) {

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/command/AxisRunInputCommand.java
1. WARNING: DiscouragedReference

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

AxisRunInputCommand.java :

20 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

2. WARNING: DiscouragedReference

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

AxisRunInputCommand.java :

27 : private JavaWSDLParameter javaWSDLParam_;

3. WARNING: DiscouragedReference

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

AxisRunInputCommand.java :

44 : serverInstanceId_ = ws_.getWebServiceInfo().getServerInstanceId();

4. WARNING: DiscouragedReference

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

AxisRunInputCommand.java :

44 : serverInstanceId_ = ws_.getWebServiceInfo().getServerInstanceId();

5. WARNING: DiscouragedReference

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

AxisRunInputCommand.java :

45 : serverFactoryId_ = ws_.getWebServiceInfo().getServerFactoryId();

6. WARNING: DiscouragedReference

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

AxisRunInputCommand.java :

45 : serverFactoryId_ = ws_.getWebServiceInfo().getServerFactoryId();

7. WARNING: DiscouragedReference

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

AxisRunInputCommand.java :

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

8. WARNING: DiscouragedReference

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

AxisRunInputCommand.java :

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

9. WARNING: DiscouragedReference

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

AxisRunInputCommand.java :

59 : public JavaWSDLParameter getJavaWSDLParam() {

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/command/AxisServerDefaulter.java
1. WARNING: DiscouragedReference

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

AxisServerDefaulter.java :

15 : import org.eclipse.jst.ws.internal.consumption.common.IServerDefaulter;

2. WARNING: DiscouragedReference

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

AxisServerDefaulter.java :

16 : import org.eclipse.jst.ws.internal.consumption.common.ServerInfo;

3. WARNING: DiscouragedReference

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

AxisServerDefaulter.java :

20 : public class AxisServerDefaulter implements IServerDefaulter

4. WARNING: DiscouragedReference

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

AxisServerDefaulter.java :

25 : public ServerInfo recommendDefaultServer(IProject project)

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/command/BUAxisInputCommand.java
1. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

24 : import org.eclipse.jst.ws.internal.axis.consumption.core.context.AxisEmitterContext;

2. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

25 : import org.eclipse.jst.ws.internal.axis.consumption.core.plugin.WebServiceAxisConsumptionCorePlugin;

3. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

26 : import org.eclipse.jst.ws.internal.conformance.JAXRPCWebServiceAnalyzer;

4. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

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

5. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

37 : private IWebService ws_;

6. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

50 : public BUAxisInputCommand(IWebService ws, String project) {

7. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

58 : String serverInstanceId = ws_.getWebServiceInfo().getServerInstanceId();

8. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

58 : String serverInstanceId = ws_.getWebServiceInfo().getServerInstanceId();

9. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

59 : String serverFactoryId = ws_.getWebServiceInfo().getServerFactoryId();

10. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

59 : String serverFactoryId = ws_.getWebServiceInfo().getServerFactoryId();

11. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

60 : javaBeanName_ = ws_.getWebServiceInfo().getImplURL();

12. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

60 : javaBeanName_ = ws_.getWebServiceInfo().getImplURL();

13. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

71 : AxisEmitterContext context = WebServiceAxisConsumptionCorePlugin.getInstance().getAxisEmitterContext();

14. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

71 : AxisEmitterContext context = WebServiceAxisConsumptionCorePlugin.getInstance().getAxisEmitterContext();

15. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

71 : AxisEmitterContext context = WebServiceAxisConsumptionCorePlugin.getInstance().getAxisEmitterContext();

16. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

71 : AxisEmitterContext context = WebServiceAxisConsumptionCorePlugin.getInstance().getAxisEmitterContext();

17. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

72 : if (javaBeanName_ != null && context.isValidateAgainstJAXRPCEnabled())

18. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

74 : JAXRPCWebServiceAnalyzer analyzer = new JAXRPCWebServiceAnalyzer();

19. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

74 : JAXRPCWebServiceAnalyzer analyzer = new JAXRPCWebServiceAnalyzer();

20. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

74 : JAXRPCWebServiceAnalyzer analyzer = new JAXRPCWebServiceAnalyzer();

21. WARNING: DiscouragedReference

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

BUAxisInputCommand.java :

78 : IStatus status = analyzer.analyze(project,javaBeanName_,monitor);

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/command/BUCodeGenOperation.java
1. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

26 : import org.eclipse.jst.ws.internal.axis.consumption.core.command.Java2WSDLCommand;

2. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

27 : import org.eclipse.jst.ws.internal.axis.consumption.core.command.WSDL2JavaCommand;

3. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

28 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

4. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

29 : import org.eclipse.jst.ws.internal.axis.consumption.ui.task.CopyAxisJarCommand;

5. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

30 : import org.eclipse.jst.ws.internal.axis.consumption.ui.task.RefreshProjectCommand;

6. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

39 : private CopyAxisJarCommand copyAxisJarCommand = null;

7. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

42 : private Java2WSDLCommand java2WSDLCommand = null;

8. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

43 : private JavaWSDLParameter javaWSDLParam;

9. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

47 : private WSDL2JavaCommand wsdl2JavaCommand = null;

10. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

57 : private RefreshProjectCommand refreshProjectCommand = null;

11. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

72 : copyAxisJarCommand = new CopyAxisJarCommand();

12. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

72 : copyAxisJarCommand = new CopyAxisJarCommand();

13. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

73 : java2WSDLCommand = new Java2WSDLCommand();

14. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

73 : java2WSDLCommand = new Java2WSDLCommand();

15. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

74 : wsdl2JavaCommand = new WSDL2JavaCommand();

16. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

74 : wsdl2JavaCommand = new WSDL2JavaCommand();

17. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

77 : refreshProjectCommand = new RefreshProjectCommand();

18. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

77 : refreshProjectCommand = new RefreshProjectCommand();

19. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

113 : copyAxisJarCommand.setProject(serviceProject);

20. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

114 : status = copyAxisJarCommand.execute(monitor, info);

21. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

121 : java2WSDLCommand.setJavaWSDLParam(javaWSDLParam);

22. WARNING: DiscouragedReference

Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type Java2WSDLCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

BUCodeGenOperation.java :

122 : status = java2WSDLCommand.execute(monitor, info);

23. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

126 : wsdlURI = java2WSDLCommand.getWsdlURI();

24. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

130 : wsdl2JavaCommand.setJavaWSDLParam(javaWSDLParam);

25. WARNING: DiscouragedReference

Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type WSDL2JavaCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

BUCodeGenOperation.java :

131 : status = wsdl2JavaCommand.execute(monitor, info);

26. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

135 : javaWSDLParam = wsdl2JavaCommand.getJavaWSDLParam();

27. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

165 : refreshProjectCommand.setProject(serviceProject);

28. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

166 : status = refreshProjectCommand.execute(monitor, info);

29. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

180 : public JavaWSDLParameter getJavaWSDLParam() {

30. WARNING: DiscouragedReference

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

BUCodeGenOperation.java :

184 : public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam) {

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/command/CopyDeploymentFileCommand.java
1. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

31 : import org.eclipse.jst.ws.internal.axis.consumption.core.AxisConsumptionCoreMessages;

2. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

32 : import org.eclipse.jst.ws.internal.common.J2EEUtils;

3. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

33 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

4. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

35 : import org.eclipse.wst.command.internal.env.common.FileResourceUtils;

5. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

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

6. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

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

7. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

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

8. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

49 : import org.eclipse.wst.server.core.internal.IModulePublishHelper;

9. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

86 : IVirtualComponent component = J2EEUtils.getVirtualComponent( projectName_ );

10. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

86 : IVirtualComponent component = J2EEUtils.getVirtualComponent( projectName_ );

11. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

92 : IModulePublishHelper publishHelper = (IModulePublishHelper)

12. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

92 : IModulePublishHelper publishHelper = (IModulePublishHelper)

13. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

93 : server.loadAdapter(IModulePublishHelper.class, monitor);

14. WARNING: DiscouragedReference

Discouraged access: The method getPublishDirectory(IModule[]) from the type IModulePublishHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot

CopyDeploymentFileCommand.java :

103 : IPath publishDirPath = publishHelper.getPublishDirectory(serverModules);

15. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

107 : IPath rootFolderPath = ResourceUtils.getWorkspaceRoot().getFile(rootFolder.getWorkspaceRelativePath()).getLocation();

16. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

107 : IPath rootFolderPath = ResourceUtils.getWorkspaceRoot().getFile(rootFolder.getWorkspaceRelativePath()).getLocation();

17. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

123 : ResourceContext context = ((BaseEclipseEnvironment)environment).getResourceContext();

18. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

123 : ResourceContext context = ((BaseEclipseEnvironment)environment).getResourceContext();

19. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

123 : ResourceContext context = ((BaseEclipseEnvironment)environment).getResourceContext();

20. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

125 : FileResourceUtils.createFile(context,

21. WARNING: DiscouragedReference

Discouraged access: The method createFile(ResourceContext, IPath, InputStream, IProgressMonitor, IStatusHandler) from the type FileResourceUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

CopyDeploymentFileCommand.java :

125 : FileResourceUtils.createFile(context, targetPath, finStream, monitor, statusHandler);

22. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

142 : status = StatusUtils.errorStatus(NLS.bind(AxisConsumptionCoreMessages.MSG_ERROR_MOVE_RESOURCE, new String[]{e.getLocalizedMessage()}), e);

23. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

142 : status = StatusUtils.errorStatus(NLS.bind(AxisConsumptionCoreMessages.MSG_ERROR_MOVE_RESOURCE, new String[]{e.getLocalizedMessage()}), e);

24. WARNING: DiscouragedReference

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

CopyDeploymentFileCommand.java :

142 : status = StatusUtils.errorStatus(NLS.bind(AxisConsumptionCoreMessages.MSG_ERROR_MOVE_RESOURCE, new String[]{e.getLocalizedMessage()}), e);

25. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_MOVE_RESOURCE from the type AxisConsumptionCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

CopyDeploymentFileCommand.java :

142 : status = StatusUtils.errorStatus(NLS.bind(AxisConsumptionCoreMessages.MSG_ERROR_MOVE_RESOURCE, new String[]{e.getLocalizedMessage()}), e);

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/command/CreateDeploymentDescriptorCommand.java
1. WARNING: DiscouragedReference

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

CreateDeploymentDescriptorCommand.java :

27 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

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

CreateDeploymentDescriptorCommand.java :

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

3. WARNING: DiscouragedReference

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

CreateDeploymentDescriptorCommand.java :

64 : ddFilePath = new Path(J2EEConstants.APPLICATION_DD_URI);

4. WARNING: DiscouragedReference

Discouraged access: The field APPLICATION_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

CreateDeploymentDescriptorCommand.java :

64 : ddFilePath = new Path(J2EEConstants.APPLICATION_DD_URI);

5. WARNING: DiscouragedReference

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

CreateDeploymentDescriptorCommand.java :

66 : ddFilePath = new Path(J2EEConstants.EJBJAR_DD_URI);

6. WARNING: DiscouragedReference

Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

CreateDeploymentDescriptorCommand.java :

66 : ddFilePath = new Path(J2EEConstants.EJBJAR_DD_URI);

7. WARNING: DiscouragedReference

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

CreateDeploymentDescriptorCommand.java :

68 : ddFilePath = new Path(J2EEConstants.WEBAPP_DD_URI);

8. WARNING: DiscouragedReference

Discouraged access: The field WEBAPP_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

CreateDeploymentDescriptorCommand.java :

68 : ddFilePath = new Path(J2EEConstants.WEBAPP_DD_URI);

9. WARNING: DiscouragedReference

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

CreateDeploymentDescriptorCommand.java :

70 : ddFilePath = new Path(J2EEConstants.APP_CLIENT_DD_URI);

10. WARNING: DiscouragedReference

Discouraged access: The field APP_CLIENT_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

CreateDeploymentDescriptorCommand.java :

70 : ddFilePath = new Path(J2EEConstants.APP_CLIENT_DD_URI);

11. WARNING: DiscouragedReference

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

CreateDeploymentDescriptorCommand.java :

72 : ddFilePath = new Path(J2EEConstants.RAR_DD_URI);

12. WARNING: DiscouragedReference

Discouraged access: The field RAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot

CreateDeploymentDescriptorCommand.java :

72 : ddFilePath = new Path(J2EEConstants.RAR_DD_URI);

13. WARNING: DiscouragedReference

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

CreateDeploymentDescriptorCommand.java :

112 : status = StatusUtils.errorStatus(e.getMessage(), e);

14. WARNING: DiscouragedReference

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

CreateDeploymentDescriptorCommand.java :

112 : status = StatusUtils.errorStatus(e.getMessage(), e);

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/command/JavaToWSDLMethodCommand.java
1. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

25 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

2. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

27 : import org.eclipse.jst.ws.internal.common.JavaMOFUtils;

3. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

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

4. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

43 : private JavaWSDLParameter javaWSDLParam_;

5. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

55 : JavaWSDLParameter javaParameter,

6. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

69 : fbeanBaseName = javaWSDLParam_.getBeanName();

7. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

75 : Hashtable oldMethodsNames = javaWSDLParam_.getMethods();

8. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

83 : JavaClass javaClass = JavaMOFUtils.getJavaClass(qName, serviceProject_);

9. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

83 : JavaClass javaClass = JavaMOFUtils.getJavaClass(qName, serviceProject_);

10. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

90 : status = StatusUtils.errorStatus(

11. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

90 : status = StatusUtils.errorStatus( NLS.bind(AxisCreationUIMessages.MSG_ERROR_JAVA_MOF_REFLECT_FAILED, new String[] { qName }));

12. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

144 : javaWSDLParam_.setMethods(fMethodNames);

13. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

151 : status = StatusUtils.errorStatus(AxisCreationUIMessages.MSG_ERROR_JAVA_TO_METHOD, e);

14. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

151 : status = StatusUtils.errorStatus(AxisCreationUIMessages.MSG_ERROR_JAVA_TO_METHOD, e);

15. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

197 : public JavaWSDLParameter getJavaWSDLParam() {

16. WARNING: DiscouragedReference

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

JavaToWSDLMethodCommand.java :

205 : public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam) {

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/command/ModifyWSDLEndpointAddressCommand.java
1. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

34 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

2. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

36 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

3. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

37 : import org.eclipse.jst.ws.internal.common.ServerUtils;

4. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

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

5. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

44 : import org.eclipse.wst.ws.internal.parser.discovery.WebServicesParserExt;

6. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

45 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

7. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

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

8. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

54 : private WebServicesParser webServicesParser;

9. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

56 : private JavaWSDLParameter javaWSDLParam;

10. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

63 : if (!javaWSDLParam.isGuessProjectURL()) {

11. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

75 : projectURL = ServerUtils.getEncodedWebComponentURL(serviceProject, serverFactoryId, server);

12. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

75 : projectURL = ServerUtils.getEncodedWebComponentURL(serviceProject, serverFactoryId, server);

13. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

77 : projectURL = ServerUtils.getEncodedWebComponentURL(serviceProject, serverFactoryId);

14. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

77 : projectURL = ServerUtils.getEncodedWebComponentURL(serviceProject, serverFactoryId);

15. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

81 : status = StatusUtils.errorStatus(NLS.bind(AxisCreationUIMessages.MSG_ERROR_PROJECT_URL, new String[] {serviceProject.getName()}));

16. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

81 : status = StatusUtils.errorStatus(NLS.bind(AxisCreationUIMessages.MSG_ERROR_PROJECT_URL, new String[] {serviceProject.getName()}));

17. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

86 : if (javaWSDLParam.getProjectURL() == projectURL) {

18. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

90 : javaWSDLParam.setProjectURL(projectURL); // project URL needed for Axis deploy

19. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

96 : webServicesParser = new WebServicesParserExt();

20. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

96 : webServicesParser = new WebServicesParserExt();

21. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

98 : Definition definition = webServicesParser.getWSDLDefinition(wsdlURI);

22. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

128 : WSDLFactory wsdlFactory = new WSDLFactoryImpl();

23. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

128 : WSDLFactory wsdlFactory = new WSDLFactoryImpl();

24. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

135 : IResource wsdlFile = ResourceUtils.findResourceAtLocation(wsdlURL.getPath(), serviceProject);

25. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

135 : IResource wsdlFile = ResourceUtils.findResourceAtLocation(wsdlURL.getPath(), serviceProject);

26. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

141 : status = StatusUtils.errorStatus(NLS.bind(AxisCreationUIMessages.MSG_ERROR_MODIFY_ENDPOINT, new String[] {wsdlURI}));

27. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

141 : status = StatusUtils.errorStatus(NLS.bind(AxisCreationUIMessages.MSG_ERROR_MODIFY_ENDPOINT, new String[] {wsdlURI}));

28. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

147 : status = StatusUtils.errorStatus(NLS.bind(AxisCreationUIMessages.MSG_ERROR_MODIFY_ENDPOINT, new String[] {wsdlURI}));

29. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

147 : status = StatusUtils.errorStatus(NLS.bind(AxisCreationUIMessages.MSG_ERROR_MODIFY_ENDPOINT, new String[] {wsdlURI}));

30. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

172 : public void setWebServicesParser(WebServicesParser parser) {

31. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

177 : public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam)

32. WARNING: DiscouragedReference

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

ModifyWSDLEndpointAddressCommand.java :

182 : public JavaWSDLParameter getJavaWSDLParam()

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/command/TDAxisInputCommand.java
1. WARNING: DiscouragedReference

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

TDAxisInputCommand.java :

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

2. WARNING: DiscouragedReference

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

TDAxisInputCommand.java :

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

3. WARNING: DiscouragedReference

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

TDAxisInputCommand.java :

31 : private IWebService ws_;

4. WARNING: DiscouragedReference

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

TDAxisInputCommand.java :

38 : private WebServiceInfo webServiceInfo_;

5. WARNING: DiscouragedReference

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

TDAxisInputCommand.java :

46 : public TDAxisInputCommand(IWebService ws, String project) {

6. WARNING: DiscouragedReference

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

TDAxisInputCommand.java :

53 : serverServer_ = ws_.getWebServiceInfo().getServerInstanceId();

7. WARNING: DiscouragedReference

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

TDAxisInputCommand.java :

53 : serverServer_ = ws_.getWebServiceInfo().getServerInstanceId();

8. WARNING: DiscouragedReference

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

TDAxisInputCommand.java :

55 : String serverInstanceId = ws_.getWebServiceInfo().getServerInstanceId();

9. WARNING: DiscouragedReference

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

TDAxisInputCommand.java :

55 : String serverInstanceId = ws_.getWebServiceInfo().getServerInstanceId();

10. WARNING: DiscouragedReference

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

TDAxisInputCommand.java :

56 : String serverFactoryId = ws_.getWebServiceInfo().getServerFactoryId();

11. WARNING: DiscouragedReference

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

TDAxisInputCommand.java :

56 : String serverFactoryId = ws_.getWebServiceInfo().getServerFactoryId();

12. WARNING: DiscouragedReference

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

TDAxisInputCommand.java :

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

13. WARNING: DiscouragedReference

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

TDAxisInputCommand.java :

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

14. WARNING: DiscouragedReference

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

TDAxisInputCommand.java :

70 : webServiceInfo_ = ws_.getWebServiceInfo();

15. WARNING: DiscouragedReference

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

TDAxisInputCommand.java :

97 : public WebServiceInfo getWebServiceInfo() {

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/command/TDCodeGenOperation.java
1. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

26 : import org.eclipse.jst.ws.internal.axis.consumption.core.command.WSDL2JavaCommand;

2. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

27 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

3. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

28 : import org.eclipse.jst.ws.internal.axis.consumption.ui.task.CopyAxisJarCommand;

4. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

29 : import org.eclipse.jst.ws.internal.axis.consumption.ui.task.RefreshProjectCommand;

5. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

36 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

6. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

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

7. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

42 : private CopyAxisJarCommand copyAxisJarCommand = null;

8. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

46 : private WebServicesParser webServicesParser;

9. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

47 : private JavaWSDLParameter javaWSDLParam;

10. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

48 : private WebServiceInfo webServiceInfo;

11. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

51 : private WSDL2JavaCommand wsdl2JavaCommand = null;

12. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

66 : private RefreshProjectCommand refreshProjectCommand = null;

13. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

81 : copyAxisJarCommand = new CopyAxisJarCommand();

14. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

81 : copyAxisJarCommand = new CopyAxisJarCommand();

15. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

83 : wsdl2JavaCommand = new WSDL2JavaCommand();

16. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

83 : wsdl2JavaCommand = new WSDL2JavaCommand();

17. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

86 : refreshProjectCommand = new RefreshProjectCommand();

18. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

86 : refreshProjectCommand = new RefreshProjectCommand();

19. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

121 : copyAxisJarCommand.setProject(serverProject);

20. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

122 : status = copyAxisJarCommand.execute(monitor, info);

21. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

139 : wsdl2JavaCommand.setWsdlURI(wsdlURI);

22. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

140 : wsdl2JavaCommand.setHttpBasicAuthUsername(httpBasicAuthUsername);

23. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

141 : wsdl2JavaCommand.setHttpBasicAuthPassword(httpBasicAuthPassword);

24. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

142 : wsdl2JavaCommand.setJavaWSDLParam(javaWSDLParam);

25. WARNING: DiscouragedReference

Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type WSDL2JavaCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

TDCodeGenOperation.java :

143 : status = wsdl2JavaCommand.execute(monitor, info);

26. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

147 : javaWSDLParam = wsdl2JavaCommand.getJavaWSDLParam();

27. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

180 : refreshProjectCommand.setProject(serverProject);

28. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

181 : status = refreshProjectCommand.execute(monitor, info);

29. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

192 : public JavaWSDLParameter getJavaWSDLParam() {

30. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

196 : public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam) {

31. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

200 : public void setWebServiceInfo(WebServiceInfo webServiceInfo) {

32. WARNING: DiscouragedReference

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

TDCodeGenOperation.java :

204 : public void setWebServicesParser(WebServicesParser webServicesParser) {

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/command/UpdateWEBXMLCommand.java
1. WARNING: DiscouragedReference

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

UpdateWEBXMLCommand.java :

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

2. WARNING: DiscouragedReference

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

UpdateWEBXMLCommand.java :

116 : return StatusUtils.errorStatus(

3. WARNING: DiscouragedReference

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

UpdateWEBXMLCommand.java :

116 : return StatusUtils.errorStatus( AxisCreationUIMessages.MSG_ERROR_UPDATE_WEB_XML, e);

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/command/ValidateWSIComplianceCommand.java
1. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

24 : import org.eclipse.jst.ws.internal.axis.consumption.core.AxisConsumptionCoreMessages;

2. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

25 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

3. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

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

4. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

30 : import org.eclipse.wst.ws.internal.preferences.PersistentWSIContext;

5. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

31 : import org.eclipse.wst.ws.internal.preferences.WSIComplianceUtils;

6. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

36 : private JavaWSDLParameter javaWSDLParam = null;

7. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

49 : IStatus simpleStatus = StatusUtils.errorStatus( AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

8. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

49 : IStatus simpleStatus = StatusUtils.errorStatus( AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

9. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

49 : IStatus simpleStatus = StatusUtils.errorStatus( AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

10. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET from the type AxisConsumptionCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

ValidateWSIComplianceCommand.java :

49 : IStatus simpleStatus = StatusUtils.errorStatus( AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

11. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

56 : PersistentWSIContext wsiContext = new PersistentWSIContext();

12. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

56 : PersistentWSIContext wsiContext = new PersistentWSIContext();

13. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

56 : PersistentWSIContext wsiContext = new PersistentWSIContext();

14. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

57 : int severity = WSIComplianceUtils.getWSISeverity(serviceProject_, wsiContext);

15. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

57 : int severity = WSIComplianceUtils.getWSISeverity(serviceProject_, wsiContext);

16. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

62 : WSIComplianceUtils.checkWSICompliance (environment.getStatusHandler(), statuses, serviceProject_, wsiContext))

17. WARNING: DiscouragedReference

Discouraged access: The method checkWSICompliance(IStatusHandler, Status[], IProject, PersistentWSIContext) from the type WSIComplianceUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

ValidateWSIComplianceCommand.java :

62 : WSIComplianceUtils.checkWSICompliance (environment.getStatusHandler(), statuses, serviceProject_, wsiContext))

18. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

65 : return StatusUtils.errorStatus("");

19. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

65 : return StatusUtils.errorStatus("");

20. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

71 : if (JavaWSDLParameter.STYLE_RPC.equals(javaWSDLParam.getStyle()) &&

21. WARNING: DiscouragedReference

Discouraged access: The field STYLE_RPC from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

ValidateWSIComplianceCommand.java :

71 : if (JavaWSDLParameter.STYLE_RPC.equals(javaWSDLParam.getStyle()) &&

22. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

71 : if (JavaWSDLParameter.STYLE_RPC.equals(javaWSDLParam.getStyle()) &&

23. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

72 : JavaWSDLParameter.USE_ENCODED.equals(javaWSDLParam.getUse()))

24. WARNING: DiscouragedReference

Discouraged access: The field USE_ENCODED from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

ValidateWSIComplianceCommand.java :

72 : JavaWSDLParameter.USE_ENCODED.equals(javaWSDLParam.getUse()))

25. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

72 : JavaWSDLParameter.USE_ENCODED.equals(javaWSDLParam.getUse()))

26. WARNING: DiscouragedReference

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

ValidateWSIComplianceCommand.java :

88 : public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam) {

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/task/BackupSkelImplCommand.java
1. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

38 : import org.eclipse.jst.ws.internal.axis.consumption.core.AxisConsumptionCoreMessages;

2. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

39 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

3. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

40 : import org.eclipse.jst.ws.internal.axis.consumption.ui.AxisConsumptionUIMessages;

4. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

41 : import org.eclipse.jst.ws.internal.axis.consumption.ui.util.PlatformUtils;

5. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

42 : import org.eclipse.jst.ws.internal.axis.consumption.ui.util.WSDLUtils;

6. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

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

7. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

47 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

8. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

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

9. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

55 : private WebServicesParser webServicesParser;

10. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

56 : private JavaWSDLParameter javaWSDLParam;

11. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

58 : private WebServiceInfo webServiceInfo;

12. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

69 : IStatus status = StatusUtils.errorStatus(AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

13. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

69 : IStatus status = StatusUtils.errorStatus(AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

14. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

69 : IStatus status = StatusUtils.errorStatus(AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

15. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET from the type AxisConsumptionCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

BackupSkelImplCommand.java :

69 : IStatus status = StatusUtils.errorStatus(AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

16. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

77 : String wsdlURL = javaWSDLParam.getInputWsdlLocation();

17. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

81 : definition = webServicesParser.getWSDLDefinition(url.toString());

18. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

85 : wsdlURL = PlatformUtils.getFileURLFromPath(new Path(wsdlURL));

19. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

85 : wsdlURL = PlatformUtils.getFileURLFromPath(new Path(wsdlURL));

20. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

86 : definition = webServicesParser.getWSDLDefinition(wsdlURL);

21. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

99 : Map mappings = javaWSDLParam.getMappings();

22. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

107 : beanPackageName = WSDLUtils.getPackageName(definition);

23. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

107 : beanPackageName = WSDLUtils.getPackageName(definition);

24. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

110 : javaWSDLParam.setBeanPackage(beanPackageName);

25. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

124 : javaWSDLParam.setBeanName(beanNameString);

26. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

129 : IPath skelImplPath = new Path (javaWSDLParam.getJavaOutput()).append(new Path (beanNamePathString)).addFileExtension(JAVA);

27. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

136 : implURLString = PlatformUtils.getFileURLFromPath(skelImplPath);

28. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

136 : implURLString = PlatformUtils.getFileURLFromPath(skelImplPath);

29. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

141 : webServiceInfo.setImplURLs( (String[]) (implURLList.toArray(implURLArray)));

30. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

145 : status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WSDL_NO_DEFINITION, new String[] {wsdlURL}));

31. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

145 : status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WSDL_NO_DEFINITION, new String[] {wsdlURL}));

32. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

145 : status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WSDL_NO_DEFINITION, new String[] {wsdlURL}));

33. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

145 : status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WSDL_NO_DEFINITION, new String[] {wsdlURL}));

34. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

157 : public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam) {

35. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

164 : public void setWebServicesParser(WebServicesParser webServicesParser) {

36. WARNING: DiscouragedReference

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

BackupSkelImplCommand.java :

169 : public void setWebServiceInfo(WebServiceInfo webServiceInfo) {

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/task/DefaultsForServerJavaWSDLCommand.java
1. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

33 : import org.eclipse.jst.ws.internal.axis.consumption.core.AxisConsumptionCoreMessages;

2. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

34 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

3. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

35 : import org.eclipse.jst.ws.internal.axis.consumption.ui.AxisConsumptionUIMessages;

4. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

36 : import org.eclipse.jst.ws.internal.axis.consumption.ui.util.ClasspathUtils;

5. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

37 : import org.eclipse.jst.ws.internal.axis.consumption.ui.util.FileUtil;

6. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

38 : import org.eclipse.jst.ws.internal.axis.consumption.ui.util.PlatformUtils;

7. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

39 : import org.eclipse.jst.ws.internal.axis.consumption.ui.util.WSDLUtils;

8. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

40 : import org.eclipse.jst.ws.internal.common.J2EEUtils;

9. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

41 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

10. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

42 : import org.eclipse.jst.ws.internal.common.ServerUtils;

11. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

43 : import org.eclipse.jst.ws.internal.consumption.ui.wsil.Utils;

12. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

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

13. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

48 : import org.eclipse.wst.ws.internal.parser.discovery.WebServicesParserExt;

14. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

49 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

15. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

53 : private JavaWSDLParameter javaWSDLParam_ = null;

16. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

58 : private WebServicesParser WSParser_;

17. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

83 : status = StatusUtils.errorStatus( AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

18. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

83 : status = StatusUtils.errorStatus( AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

19. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

83 : status = StatusUtils.errorStatus( AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

20. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET from the type AxisConsumptionCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

DefaultsForServerJavaWSDLCommand.java :

83 : status = StatusUtils.errorStatus( AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

21. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

89 : javaBeanName_ = javaWSDLParam_.getBeanName();

22. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

92 : javaWSDLParam_.setBeanName(javaBeanName_);

23. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

97 : javaWSDLParam_.setServerSide(JavaWSDLParameter.SERVER_SIDE_BEAN);

24. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

97 : javaWSDLParam_.setServerSide(JavaWSDLParameter.SERVER_SIDE_BEAN);

25. WARNING: DiscouragedReference

Discouraged access: The field SERVER_SIDE_BEAN from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

DefaultsForServerJavaWSDLCommand.java :

97 : javaWSDLParam_.setServerSide(JavaWSDLParameter.SERVER_SIDE_BEAN);

26. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

98 : javaWSDLParam_.setSkeletonDeploy(false);

27. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

100 : javaWSDLParam_.setBeanName(javaBeanName_);

28. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

101 : String classpath = ClasspathUtils.getInstance().getClasspathString(serviceProject_);

29. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

101 : String classpath = ClasspathUtils.getInstance().getClasspathString(serviceProject_);

30. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

101 : String classpath = ClasspathUtils.getInstance().getClasspathString(serviceProject_);

31. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

102 : javaWSDLParam_.setClasspath(classpath);

32. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

111 : String namespace = WSDLUtils.makeNamespace(javaWSDLParam_.getBeanName());

33. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

111 : String namespace = WSDLUtils.makeNamespace(javaWSDLParam_.getBeanName());

34. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

111 : String namespace = WSDLUtils.makeNamespace(javaWSDLParam_.getBeanName());

35. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

112 : javaWSDLParam_.setNamespace(namespace);

36. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

114 : javaWSDLParam_.setPortTypeName(simpleBeanName);

37. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

115 : javaWSDLParam_.setServiceName(simpleBeanName + SERVICE_NAME_EXT);

38. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

122 : if (J2EEUtils.isWebComponent(serviceProject_)){

39. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

122 : if (J2EEUtils.isWebComponent(serviceProject_)){

40. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

123 : moduleServerRoot = ResourceUtils.getJavaSourceLocation(serviceProject_);

41. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

123 : moduleServerRoot = ResourceUtils.getJavaSourceLocation(serviceProject_);

42. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

124 : modulePath = J2EEUtils.getWebContentPath(serviceProject_);

43. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

124 : modulePath = J2EEUtils.getWebContentPath(serviceProject_);

44. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

125 : webinfPath = J2EEUtils.getWebInfPath( serviceProject_ );

45. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

125 : webinfPath = J2EEUtils.getWebInfPath( serviceProject_ );

46. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

128 : status = StatusUtils.errorStatus( AxisConsumptionUIMessages.MSG_ERROR_DEFAULT_BEAN, e );

47. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

128 : status = StatusUtils.errorStatus( AxisConsumptionUIMessages.MSG_ERROR_DEFAULT_BEAN, e );

48. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

128 : status = StatusUtils.errorStatus( AxisConsumptionUIMessages.MSG_ERROR_DEFAULT_BEAN, e );

49. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

128 : status = StatusUtils.errorStatus( AxisConsumptionUIMessages.MSG_ERROR_DEFAULT_BEAN, e );

50. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

137 : IFolder folder = ResourceUtils.getWorkspaceRoot().getFolder(modulePath.append(WSDL_FOLDER));

51. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

137 : IFolder folder = ResourceUtils.getWorkspaceRoot().getFolder(modulePath.append(WSDL_FOLDER));

52. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

138 : FileUtil.createFolder(folder, true, true);

53. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

138 : FileUtil.createFolder(folder, true, true);

54. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

142 : status = StatusUtils.errorStatus( AxisConsumptionUIMessages.MSG_ERROR_WRITE_WSDL, e );

55. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

142 : status = StatusUtils.errorStatus( AxisConsumptionUIMessages.MSG_ERROR_WRITE_WSDL, e );

56. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

142 : status = StatusUtils.errorStatus( AxisConsumptionUIMessages.MSG_ERROR_WRITE_WSDL, e );

57. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

142 : status = StatusUtils.errorStatus( AxisConsumptionUIMessages.MSG_ERROR_WRITE_WSDL, e );

58. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

147 : String wsdlLocation = ResourceUtils.getWorkspaceRoot().getFile(wsdlPath).getLocation().toString();

59. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

147 : String wsdlLocation = ResourceUtils.getWorkspaceRoot().getFile(wsdlPath).getLocation().toString();

60. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

149 : javaWSDLParam_.setOutputWsdlLocation(wsdlLocation);

61. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

150 : javaWSDLParam_.setInputWsdlLocation(new File(wsdlLocation).toURI().toString());

62. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

154 : String wsdlURL = PlatformUtils.getFileURLFromPath(new Path(wsdlLocation));

63. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

154 : String wsdlURL = PlatformUtils.getFileURLFromPath(new Path(wsdlLocation));

64. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

159 : ResourceUtils.findResource(WSDLServicePathname_);

65. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

159 : ResourceUtils.findResource(WSDLServicePathname_);

66. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

161 : wsdlURL = (new Utils()).toFileSystemURI(res);

67. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

161 : wsdlURL = (new Utils()).toFileSystemURI(res);

68. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

161 : wsdlURL = (new Utils()).toFileSystemURI(res);

69. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

165 : WSParser_ = new WebServicesParserExt();

70. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

165 : WSParser_ = new WebServicesParserExt();

71. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

170 : javaWSDLParam_.setStyle(JavaWSDLParameter.STYLE_WRAPPED);

72. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

170 : javaWSDLParam_.setStyle(JavaWSDLParameter.STYLE_WRAPPED);

73. WARNING: DiscouragedReference

Discouraged access: The field STYLE_WRAPPED from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

DefaultsForServerJavaWSDLCommand.java :

170 : javaWSDLParam_.setStyle(JavaWSDLParameter.STYLE_WRAPPED);

74. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

171 : javaWSDLParam_.setUse(JavaWSDLParameter.USE_LITERAL);

75. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

171 : javaWSDLParam_.setUse(JavaWSDLParameter.USE_LITERAL);

76. WARNING: DiscouragedReference

Discouraged access: The field USE_LITERAL from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

DefaultsForServerJavaWSDLCommand.java :

171 : javaWSDLParam_.setUse(JavaWSDLParameter.USE_LITERAL);

77. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

176 : projectURL = ServerUtils.getEncodedWebComponentURL(serviceProject_, serviceServerTypeID_, serviceExistingServer);

78. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

176 : projectURL = ServerUtils.getEncodedWebComponentURL(serviceProject_, serviceServerTypeID_, serviceExistingServer);

79. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

181 : javaWSDLParam_.setGuessProjectURL(true);

80. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

183 : javaWSDLParam_.setProjectURL(projectURL);

81. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

185 : javaWSDLParam_.setUrlLocation(serviceURL);

82. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

187 : javaWSDLParam_.setMetaInfOnly(true);

83. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

189 : String javaOutput = ResourceUtils.findResource(moduleServerRoot).getLocation().toString();

84. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

189 : String javaOutput = ResourceUtils.findResource(moduleServerRoot).getLocation().toString();

85. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

191 : String serviceName = javaWSDLParam_.getServiceName();

86. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

192 : IPath outputPath = ResourceUtils.findResource(webinfPath).getLocation();

87. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

192 : IPath outputPath = ResourceUtils.findResource(webinfPath).getLocation();

88. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

197 : javaWSDLParam_.setJavaOutput(javaOutput);

89. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

198 : javaWSDLParam_.setOutput(output);

90. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

207 : public JavaWSDLParameter getJavaWSDLParam() {

91. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

215 : public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam) {

92. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

235 : public void setParser(WebServicesParser wsParser) {

93. WARNING: DiscouragedReference

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

DefaultsForServerJavaWSDLCommand.java :

239 : public WebServicesParser getParser() {

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/task/Skeleton2WSDLCommand.java
1. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

44 : import org.eclipse.jst.ws.internal.axis.consumption.core.AxisConsumptionCoreMessages;

2. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

45 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

3. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

46 : import org.eclipse.jst.ws.internal.axis.consumption.ui.AxisConsumptionUIMessages;

4. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

47 : import org.eclipse.jst.ws.internal.axis.consumption.ui.util.FileUtil;

5. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

48 : import org.eclipse.jst.ws.internal.axis.consumption.ui.util.PlatformUtils;

6. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

49 : import org.eclipse.jst.ws.internal.axis.consumption.ui.util.WSDLUtils;

7. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

50 : import org.eclipse.jst.ws.internal.common.J2EEUtils;

8. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

51 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

9. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

52 : import org.eclipse.jst.ws.internal.common.ServerUtils;

10. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

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

11. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

58 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

12. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

59 : import org.eclipse.wst.ws.internal.util.WSDLCopier;

13. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

67 : private WebServicesParser webServicesParser;

14. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

68 : private JavaWSDLParameter javaWSDLParam;

15. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

85 : IStatus status = StatusUtils.errorStatus(AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

16. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

85 : IStatus status = StatusUtils.errorStatus(AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

17. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

85 : IStatus status = StatusUtils.errorStatus(AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

18. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET from the type AxisConsumptionCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

Skeleton2WSDLCommand.java :

85 : IStatus status = StatusUtils.errorStatus(AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

19. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

92 : String wsdlURL = javaWSDLParam.getInputWsdlLocation();

20. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

96 : definition = webServicesParser.getWSDLDefinition(url.toString());

21. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

100 : wsdlURL = PlatformUtils.getFileURLFromPath(new Path(wsdlURL));

22. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

100 : wsdlURL = PlatformUtils.getFileURLFromPath(new Path(wsdlURL));

23. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

101 : definition = webServicesParser.getWSDLDefinition(wsdlURL);

24. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

114 : javaWSDLParam.setPortTypeName(WSDLUtils.getPortTypeName(definition));

25. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

114 : javaWSDLParam.setPortTypeName(WSDLUtils.getPortTypeName(definition));

26. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

114 : javaWSDLParam.setPortTypeName(WSDLUtils.getPortTypeName(definition));

27. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

115 : javaWSDLParam.setServiceName(WSDLUtils.getServiceElementName(definition));

28. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

115 : javaWSDLParam.setServiceName(WSDLUtils.getServiceElementName(definition));

29. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

115 : javaWSDLParam.setServiceName(WSDLUtils.getServiceElementName(definition));

30. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

119 : IStatus status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WSDL_NO_DEFINITION, new String[] {wsdlURL}));

31. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

119 : IStatus status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WSDL_NO_DEFINITION, new String[] {wsdlURL}));

32. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

119 : IStatus status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WSDL_NO_DEFINITION, new String[] {wsdlURL}));

33. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

119 : IStatus status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WSDL_NO_DEFINITION, new String[] {wsdlURL}));

34. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

126 : IStatus status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WSDL_NO_PORT, new String[] {wsdlURL}));

35. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

126 : IStatus status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WSDL_NO_PORT, new String[] {wsdlURL}));

36. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

126 : IStatus status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WSDL_NO_PORT, new String[] {wsdlURL}));

37. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

126 : IStatus status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WSDL_NO_PORT, new String[] {wsdlURL}));

38. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

145 : String wsdlLocation = javaWSDLParam.getOutputWsdlLocation();

39. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

168 : wsdlPath = J2EEUtils.getWebContentPath( serverProject );

40. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

168 : wsdlPath = J2EEUtils.getWebContentPath( serverProject );

41. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

170 : IFolder folder = ResourceUtils

42. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

170 : IFolder folder = ResourceUtils .getWorkspaceRoot()

43. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

173 : FileUtil.createFolder(folder, true, true);

44. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

173 : FileUtil.createFolder(folder, true, true);

45. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

176 : javaWSDLParam.setOutputWsdlLocation(wsdlLocation);

46. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

183 : WSDLCopier copier = new WSDLCopier(webServicesParser);

47. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

183 : WSDLCopier copier = new WSDLCopier(webServicesParser);

48. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

183 : WSDLCopier copier = new WSDLCopier(webServicesParser);

49. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

184 : copier.setSourceURI(wsdlURL, definition);

50. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

185 : copier.setTargetFolderURI(folder);

51. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

186 : copier.setTargetFilename(filename);

52. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

188 : ResourceUtils.getWorkspace().run(copier, monitor);

53. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

188 : ResourceUtils.getWorkspace().run(copier, monitor);

54. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

190 : String newPath = outputFile.getParent().getLocation().append(copier.getRelativePath()).toString();

55. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

191 : javaWSDLParam.setOutputWsdlLocation(newPath);

56. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

194 : IStatus status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WRITE_WSDL, new String[] { wsdlLocation }), e);

57. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

194 : IStatus status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WRITE_WSDL, new String[] { wsdlLocation }), e);

58. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

194 : IStatus status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WRITE_WSDL, new String[] { wsdlLocation }), e);

59. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

194 : IStatus status = StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WRITE_WSDL, new String[] { wsdlLocation }), e);

60. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

220 : projectURL = ServerUtils.getEncodedWebComponentURL(serverProject, serviceServerTypeID_, serviceExistingServer);

61. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

220 : projectURL = ServerUtils.getEncodedWebComponentURL(serverProject, serviceServerTypeID_, serviceExistingServer);

62. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

226 : javaWSDLParam.setGuessProjectURL(true);

63. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

228 : javaWSDLParam.setProjectURL(projectURL);

64. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

231 : javaWSDLParam.setUrlLocation(serviceURL.toString());

65. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

241 : public JavaWSDLParameter getJavaWSDLParam() {

66. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

249 : public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam) {

67. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

263 : public WebServicesParser getWebServicesParser() {

68. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

270 : public void setWebServicesParser(WebServicesParser webServicesParser) {

69. WARNING: DiscouragedReference

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

Skeleton2WSDLCommand.java :

276 : File file = new File(getJavaWSDLParam().getOutputWsdlLocation());

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/task/UpdateAxisWSDDFileTask.java
1. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

38 : import org.eclipse.jst.ws.internal.axis.consumption.core.AxisConsumptionCoreMessages;

2. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

39 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

3. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

40 : import org.eclipse.jst.ws.internal.axis.consumption.ui.util.FileUtil;

4. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

43 : import org.eclipse.jst.ws.internal.common.J2EEUtils;

5. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

44 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

6. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

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

7. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

55 : private JavaWSDLParameter javaWSDLParam_;

8. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

70 : status = StatusUtils.errorStatus(AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

9. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

70 : status = StatusUtils.errorStatus(AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

10. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

70 : status = StatusUtils.errorStatus(AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

11. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET from the type AxisConsumptionCoreMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

UpdateAxisWSDDFileTask.java :

70 : status = StatusUtils.errorStatus(AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

12. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

77 : String outputLocation = javaWSDLParam_.getJavaOutput();

13. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

82 : String webContentPath = J2EEUtils.getWebContentContainer( project ).getLocation().toString();

14. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

82 : String webContentPath = J2EEUtils.getWebContentContainer( project ).getLocation().toString();

15. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

85 : if (javaWSDLParam_.getDeploymentFiles() != null

16. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

86 : && javaWSDLParam_.getDeploymentFiles().length > 0) {

17. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

88 : String wsdd_deploy = javaWSDLParam_.getDeploymentFiles()[0];

18. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

95 : FileUtil.createTargetFile(wsdd_deploy, deployBackup, true);

19. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

95 : FileUtil.createTargetFile(wsdd_deploy, deployBackup, true);

20. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

104 : transformer.setParameter(CLASSNAME_PARAM, javaWSDLParam_.getBeanName());

21. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

120 : IResource deployFile = ResourceUtils.findResourceAtLocation(wsdd_deploy, project);

22. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

120 : IResource deployFile = ResourceUtils.findResourceAtLocation(wsdd_deploy, project);

23. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

130 : status = StatusUtils.errorStatus(NLS.bind(AxisCreationUIMessages.MSG_ERROR_UPDATE_AXIS_WSDD, errorMsgStrings), e);

24. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

130 : status = StatusUtils.errorStatus(NLS.bind(AxisCreationUIMessages.MSG_ERROR_UPDATE_AXIS_WSDD, errorMsgStrings), e);

25. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

158 : public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam) {

26. WARNING: DiscouragedReference

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

UpdateAxisWSDDFileTask.java :

162 : public JavaWSDLParameter getJavaWSDLParam()

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

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

BUAxisDefaultingCommand.java :

18 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

2. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

20 : import org.eclipse.jst.ws.internal.consumption.datamodel.validate.ValidationManager;

3. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

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

4. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

25 : 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 /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws.parser/@dot

BUAxisDefaultingCommand.java :

26 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

6. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

36 : private JavaWSDLParameter javaWSDLParam_;

7. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

38 : private WebServicesParser parser_;

8. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

41 : private ValidationManager validationManager_;

9. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

61 : javaWSDLParam_ = new JavaWSDLParameter();

10. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

61 : javaWSDLParam_ = new JavaWSDLParameter();

11. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

64 : IStatus status = StatusUtils.errorStatus(

12. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

64 : IStatus status = StatusUtils.errorStatus( AxisCreationUIMessages.MSG_ERROR_CANNOT_NO_JAVA_BEAN);

13. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

71 : parser_ = new WebServicesParserExt();

14. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

71 : parser_ = new WebServicesParserExt();

15. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

74 : validationManager_ = new ValidationManager();

16. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

74 : validationManager_ = new ValidationManager();

17. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

111 : public JavaWSDLParameter getJavaWSDLParam()

18. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

118 : public WebServicesParser getParser()

19. WARNING: DiscouragedReference

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

BUAxisDefaultingCommand.java :

153 : public ValidationManager getValidationManager()

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

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

BeanConfigWidget.java :

25 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

2. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

28 : import org.eclipse.jst.ws.internal.consumption.ui.ConsumptionUIMessages;

3. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

29 : import org.eclipse.jst.ws.internal.ui.common.ComboWithHistory;

4. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

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

5. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

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

6. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

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

7. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

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

8. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

47 : public class BeanConfigWidget extends SimpleWidgetDataContributor

9. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

56 : private JavaWSDLParameter javaParameter_;

10. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

63 : private ComboWithHistory wsdlFileText_;

11. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

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

12. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

87 : UIUtils uiUtils = new UIUtils( pluginId_ );

13. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

87 : UIUtils uiUtils = new UIUtils( pluginId_ );

14. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

87 : UIUtils uiUtils = new UIUtils( pluginId_ );

15. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

88 : UIUtils baseConUiUtils = new UIUtils( pluginId_ );

16. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

88 : UIUtils baseConUiUtils = new UIUtils( pluginId_ );

17. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

88 : UIUtils baseConUiUtils = new UIUtils( pluginId_ );

18. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

94 : Composite configGroup = uiUtils.createComposite( parent, 2 );

19. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

96 : wsdlFileText_ = uiUtils.createComboWithHistory(configGroup, AxisCreationUIMessages.LABEL_OUTPUT_FILE_NAME, AxisCreationUIMessages.TOOLTIP_PBCF_TEXT_WSDL_FILE, INFOPOP_PBCF_TEXT_WSDL_FILE, SWT.SINGLE | SWT.BORDER , WebServiceAxisCreationUIPlugin.getInstance().getDialogSettings());

20. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

103 : Group methodsGroup = baseConUiUtils.createGroup( parent, ConsumptionUIMessages.LABEL_METHODS, null, null );

21. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

103 : Group methodsGroup = baseConUiUtils.createGroup( parent, ConsumptionUIMessages.LABEL_METHODS, null, null );

22. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

103 : Group methodsGroup = baseConUiUtils.createGroup( parent, ConsumptionUIMessages.LABEL_METHODS, null, null );

23. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

104 : methodsGroup.setLayoutData( uiUtils.createFillAll() );

24. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

111 : methodsTree_ = uiUtils.createTree( methodsGroup, AxisCreationUIMessages.TOOLTIP_PBME_TREE_METHODS, INFOPOP_PBME_TREE_METHODS, SWT.MULTI | SWT.BORDER | SWT.V_SCROLL | SWT.H_SCROLL | SWT.CHECK );

25. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

116 : Composite selectButtons = uiUtils.createComposite( methodsGroup, 2 );

26. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

119 : = baseConUiUtils.createPushButton( selectButtons, ConsumptionUIMessages.BUTTON_SELECT_ALL, ConsumptionUIMessages.TOOLTIP_PBME_BUTTON_SELECT_ALL, INFOPOP_PBME_BUTTON_SELECT_ALL );

27. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

119 : = baseConUiUtils.createPushButton( selectButtons, ConsumptionUIMessages.BUTTON_SELECT_ALL,

28. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

119 : = baseConUiUtils.createPushButton( selectButtons, ConsumptionUIMessages.BUTTON_SELECT_ALL,

29. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

120 : ConsumptionUIMessages.TOOLTIP_PBME_BUTTON_SELECT_ALL,

30. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

120 : ConsumptionUIMessages.TOOLTIP_PBME_BUTTON_SELECT_ALL,

31. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

131 : = baseConUiUtils.createPushButton( selectButtons, ConsumptionUIMessages.BUTTON_DESELECT_ALL, ConsumptionUIMessages.TOOLTIP_PBME_BUTTON_DESELECT_ALL, INFOPOP_PBME_BUTTON_DESELECT_ALL );

32. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

131 : = baseConUiUtils.createPushButton( selectButtons, ConsumptionUIMessages.BUTTON_DESELECT_ALL,

33. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

131 : = baseConUiUtils.createPushButton( selectButtons, ConsumptionUIMessages.BUTTON_DESELECT_ALL,

34. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

132 : ConsumptionUIMessages.TOOLTIP_PBME_BUTTON_DESELECT_ALL,

35. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

132 : ConsumptionUIMessages.TOOLTIP_PBME_BUTTON_DESELECT_ALL,

36. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

143 : Group styleGroup = uiUtils.createGroup( parent, AxisCreationUIMessages.LABEL_STYLE_USE, null, null );

37. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

146 : docLiteralButton_ = uiUtils.createRadioButton( styleGroup, AxisCreationUIMessages.STYLE_DOC_LITERAL, null, null );

38. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

147 : rpcLiteralButton_ = uiUtils.createRadioButton( styleGroup, AxisCreationUIMessages.STYLE_RPC_LITERAL, null, null );

39. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

148 : rpcEncodedButton_ = uiUtils.createRadioButton( styleGroup, AxisCreationUIMessages.STYLE_RPC_ENCODED, null, null );

40. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

150 : showMappingsCheckbox_ = uiUtils.createCheckbox( parent, AxisCreationUIMessages.LABEL_EXPLORE_MAPPINGS_BEAN2XML, AxisCreationUIMessages.TOOLTIP_P2N_SHOW_MAPPINGS, INFOPOP_P2N_SHOW_MAPPINGS );

41. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

179 : public void setJavaParameter( JavaWSDLParameter javaParameter )

42. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

183 : String wsdlLocation = javaParameter.getOutputWsdlLocation();

43. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

190 : Hashtable methods = javaParameter.getMethods();

44. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

210 : String style = javaParameter.getStyle();

45. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

212 : if( style.equals( JavaWSDLParameter.STYLE_RPC ) )

46. WARNING: DiscouragedReference

Discouraged access: The field STYLE_RPC from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

BeanConfigWidget.java :

212 : if( style.equals( JavaWSDLParameter.STYLE_RPC ) )

47. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

216 : else if( style.equals( JavaWSDLParameter.STYLE_DOCUMENT ) )

48. WARNING: DiscouragedReference

Discouraged access: The field STYLE_DOCUMENT from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

BeanConfigWidget.java :

216 : else if( style.equals( JavaWSDLParameter.STYLE_DOCUMENT ) )

49. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

226 : public JavaWSDLParameter getJavaParameter()

50. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

236 : javaParameter_.setOutputWsdlLocation(wsdlLocation);

51. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

237 : javaParameter_.setInputWsdlLocation(new File(wsdlLocation).toURI().toString());

52. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

249 : javaParameter_.setMethods(methods);

53. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

253 : javaParameter_.setStyle(JavaWSDLParameter.STYLE_RPC);

54. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

253 : javaParameter_.setStyle(JavaWSDLParameter.STYLE_RPC);

55. WARNING: DiscouragedReference

Discouraged access: The field STYLE_RPC from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

BeanConfigWidget.java :

253 : javaParameter_.setStyle(JavaWSDLParameter.STYLE_RPC);

56. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

254 : javaParameter_.setUse(JavaWSDLParameter.USE_ENCODED);

57. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

254 : javaParameter_.setUse(JavaWSDLParameter.USE_ENCODED);

58. WARNING: DiscouragedReference

Discouraged access: The field USE_ENCODED from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

BeanConfigWidget.java :

254 : javaParameter_.setUse(JavaWSDLParameter.USE_ENCODED);

59. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

258 : javaParameter_.setStyle(JavaWSDLParameter.STYLE_DOCUMENT);

60. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

258 : javaParameter_.setStyle(JavaWSDLParameter.STYLE_DOCUMENT);

61. WARNING: DiscouragedReference

Discouraged access: The field STYLE_DOCUMENT from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

BeanConfigWidget.java :

258 : javaParameter_.setStyle(JavaWSDLParameter.STYLE_DOCUMENT);

62. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

259 : javaParameter_.setUse(JavaWSDLParameter.USE_LITERAL);

63. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

259 : javaParameter_.setUse(JavaWSDLParameter.USE_LITERAL);

64. WARNING: DiscouragedReference

Discouraged access: The field USE_LITERAL from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

BeanConfigWidget.java :

259 : javaParameter_.setUse(JavaWSDLParameter.USE_LITERAL);

65. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

263 : javaParameter_.setStyle(JavaWSDLParameter.STYLE_WRAPPED);

66. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

263 : javaParameter_.setStyle(JavaWSDLParameter.STYLE_WRAPPED);

67. WARNING: DiscouragedReference

Discouraged access: The field STYLE_WRAPPED from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

BeanConfigWidget.java :

263 : javaParameter_.setStyle(JavaWSDLParameter.STYLE_WRAPPED);

68. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

264 : javaParameter_.setUse(JavaWSDLParameter.USE_LITERAL);

69. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

264 : javaParameter_.setUse(JavaWSDLParameter.USE_LITERAL);

70. WARNING: DiscouragedReference

Discouraged access: The field USE_LITERAL from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

BeanConfigWidget.java :

264 : javaParameter_.setUse(JavaWSDLParameter.USE_LITERAL);

71. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

279 : result = StatusUtils.errorStatus( AxisCreationUIMessages.PAGE_MSG_NO_FILE_SPECIFIED );

72. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

279 : result = StatusUtils.errorStatus( AxisCreationUIMessages.PAGE_MSG_NO_FILE_SPECIFIED );

73. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

297 : result = StatusUtils.errorStatus( AxisCreationUIMessages.PAGE_MSG_NO_METHOD_SELECTED );

74. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

297 : result = StatusUtils.errorStatus( AxisCreationUIMessages.PAGE_MSG_NO_METHOD_SELECTED );

75. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

305 : super.externalize();

76. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

306 : wsdlFileText_.storeWidgetHistory("org.eclipse.jst.ws.internal.axis.creation.ui.widgets.bean.BeanConfigWidget.wsdlFileText_");

77. WARNING: DiscouragedReference

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

BeanConfigWidget.java :

312 : wsdlFileText_.restoreWidgetHistory("org.eclipse.jst.ws.internal.axis.creation.ui.widgets.bean.BeanConfigWidget.wsdlFileText_");

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

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

ValidateObjectSelectionCommand.java :

24 : import org.eclipse.jst.ws.internal.common.JavaMOFUtils;

2. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

25 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

3. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

26 : import org.eclipse.jst.ws.internal.consumption.common.JavaResourceFilter;

4. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

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

5. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

71 : IStatus errorStatus = StatusUtils.errorStatus(AxisCreationUIMessages.MSG_ERROR_CANNOT_NO_JAVA_BEAN);

6. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

71 : IStatus errorStatus = StatusUtils.errorStatus(AxisCreationUIMessages.MSG_ERROR_CANNOT_NO_JAVA_BEAN);

7. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

80 : IStatus errorStatus = StatusUtils.errorStatus(AxisCreationUIMessages.MSG_ERROR_CANNOT_NO_JAVA_BEAN);

8. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

80 : IStatus errorStatus = StatusUtils.errorStatus(AxisCreationUIMessages.MSG_ERROR_CANNOT_NO_JAVA_BEAN);

9. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

89 : IStatus errorStatus = StatusUtils.errorStatus(AxisCreationUIMessages.MSG_ERROR_NO_PROJECT);

10. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

89 : IStatus errorStatus = StatusUtils.errorStatus(AxisCreationUIMessages.MSG_ERROR_NO_PROJECT);

11. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

102 : JavaClass javaClass = JavaMOFUtils.getJavaClass(javaBeanName, serviceProject);

12. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

102 : JavaClass javaClass = JavaMOFUtils.getJavaClass(javaBeanName, serviceProject);

13. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

105 : IStatus errorStatus = StatusUtils.errorStatus( NLS.bind(AxisCreationUIMessages.MSG_ERROR_CANNOT_LOAD_JAVA_BEAN, new String[] { javaBeanName, serviceProjectName }));

14. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

105 : IStatus errorStatus = StatusUtils.errorStatus( NLS.bind(AxisCreationUIMessages.MSG_ERROR_CANNOT_LOAD_JAVA_BEAN, new String[] { javaBeanName, serviceProjectName }));

15. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

111 : IStatus errorStatus = StatusUtils.errorStatus( NLS.bind(AxisCreationUIMessages.MSG_ERROR_CANNOT_LOAD_JAVA_BEAN, new String[] { javaBeanName, serviceProjectName }));

16. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

111 : IStatus errorStatus = StatusUtils.errorStatus( NLS.bind(AxisCreationUIMessages.MSG_ERROR_CANNOT_LOAD_JAVA_BEAN, new String[] { javaBeanName, serviceProjectName }));

17. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

138 : JavaResourceFilter filter = new JavaResourceFilter();

18. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

138 : JavaResourceFilter filter = new JavaResourceFilter();

19. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

138 : JavaResourceFilter filter = new JavaResourceFilter();

20. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

149 : res = ResourceUtils.getResourceFromSelection(obj);

21. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

149 : res = ResourceUtils.getResourceFromSelection(obj);

22. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

151 : if (filter.accepts(res))

23. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

154 : String beanPackage = ResourceUtils.getJavaResourcePackageName(res.getFullPath());

24. WARNING: DiscouragedReference

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

ValidateObjectSelectionCommand.java :

154 : String beanPackage = ResourceUtils.getJavaResourcePackageName(res.getFullPath());

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

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

AxisSkeletonDefaultingCommand.java :

19 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

2. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

20 : import org.eclipse.jst.ws.internal.consumption.common.WSDLParserFactory;

3. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

22 : import org.eclipse.wst.ws.internal.parser.wsil.WebServicesParser;

4. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

28 : private WebServicesParser webServicesParser;

5. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

30 : private JavaWSDLParameter javaWSDLParam;

6. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

34 : javaWSDLParam = new JavaWSDLParameter();

7. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

34 : javaWSDLParam = new JavaWSDLParameter();

8. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

35 : javaWSDLParam.setServerSide(JavaWSDLParameter.SERVER_SIDE_BEAN);

9. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

35 : javaWSDLParam.setServerSide(JavaWSDLParameter.SERVER_SIDE_BEAN);

10. WARNING: DiscouragedReference

Discouraged access: The field SERVER_SIDE_BEAN from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

AxisSkeletonDefaultingCommand.java :

35 : javaWSDLParam.setServerSide(JavaWSDLParameter.SERVER_SIDE_BEAN);

11. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

36 : javaWSDLParam.setSkeletonDeploy(true);

12. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

37 : javaWSDLParam.setMetaInfOnly(false);

13. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

38 : javaWSDLParam.setInputWsdlLocation(wsdlURI_);

14. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

52 : public void setWebServicesParser(WebServicesParser webServicesParser)

15. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

57 : public WebServicesParser getWebServicesParser()

16. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

60 : webServicesParser = WSDLParserFactory.getWSDLParser();

17. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

60 : webServicesParser = WSDLParserFactory.getWSDLParser();

18. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

113 : public JavaWSDLParameter getJavaWSDLParam()

19. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

120 : return getWebServicesParser().getHTTPBasicAuthPassword();

20. WARNING: DiscouragedReference

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

AxisSkeletonDefaultingCommand.java :

125 : return getWebServicesParser().getHTTPBasicAuthUsername();

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

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

SkeletonConfigWidget.java :

20 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

2. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

21 : import org.eclipse.jst.ws.internal.axis.consumption.ui.AxisConsumptionUIMessages;

3. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

23 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

4. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

24 : import org.eclipse.jst.ws.internal.consumption.ui.ConsumptionUIMessages;

5. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

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

6. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

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

7. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

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

8. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

36 : public class SkeletonConfigWidget extends SimpleWidgetDataContributor

9. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

38 : private JavaWSDLParameter javaWSDLParam;

10. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

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

11. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

66 : UIUtils uiUtils = new UIUtils( pluginId );

12. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

66 : UIUtils uiUtils = new UIUtils( pluginId );

13. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

66 : UIUtils uiUtils = new UIUtils( pluginId );

14. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

67 : UIUtils conUiUtils = new UIUtils( pluginId );

15. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

67 : UIUtils conUiUtils = new UIUtils( pluginId );

16. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

67 : UIUtils conUiUtils = new UIUtils( pluginId );

17. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

68 : UIUtils baseConUiUtils = new UIUtils( pluginId );

18. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

68 : UIUtils baseConUiUtils = new UIUtils( pluginId );

19. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

68 : UIUtils baseConUiUtils = new UIUtils( pluginId );

20. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

73 : Composite textGroup = uiUtils.createComposite( parent, 2, 0, 0 );

21. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

82 : skeletonFolderText_ = baseConUiUtils.createCombo( textGroup, ConsumptionUIMessages.LABEL_SKELETON_ROOT_NAME, ConsumptionUIMessages.TOOLTIP_PBSC_TEXT_SKELETON_FOLDER, INFOPOP_PBSC_TEXT_SKELETON_FOLDER, SWT.SINGLE | SWT.BORDER | SWT.READ_ONLY );

22. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

82 : skeletonFolderText_ = baseConUiUtils.createCombo( textGroup, ConsumptionUIMessages.LABEL_SKELETON_ROOT_NAME,

23. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

82 : skeletonFolderText_ = baseConUiUtils.createCombo( textGroup, ConsumptionUIMessages.LABEL_SKELETON_ROOT_NAME,

24. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

83 : ConsumptionUIMessages.TOOLTIP_PBSC_TEXT_SKELETON_FOLDER,

25. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

83 : ConsumptionUIMessages.TOOLTIP_PBSC_TEXT_SKELETON_FOLDER,

26. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

87 : showMappingsCheckbox_ = conUiUtils.createCheckbox( parent, AxisConsumptionUIMessages.LABEL_EXPLORE_MAPPINGS_XML2BEAN, AxisConsumptionUIMessages.TOOLTIP_N2P_SHOW_MAPPINGS, INFOPOP_N2P_SHOW_MAPPINGS );

27. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

87 : showMappingsCheckbox_ = conUiUtils.createCheckbox( parent, AxisConsumptionUIMessages.LABEL_EXPLORE_MAPPINGS_XML2BEAN,

28. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

87 : showMappingsCheckbox_ = conUiUtils.createCheckbox( parent, AxisConsumptionUIMessages.LABEL_EXPLORE_MAPPINGS_XML2BEAN,

29. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

88 : AxisConsumptionUIMessages.TOOLTIP_N2P_SHOW_MAPPINGS,

30. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

88 : AxisConsumptionUIMessages.TOOLTIP_N2P_SHOW_MAPPINGS,

31. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

133 : public JavaWSDLParameter getJavaWSDLParam() {

32. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

144 : javaWSDLParam.setJavaOutput(projectSpecificRoot + skeletonFolder);

33. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

151 : public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam) {

34. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

160 : IPath[] paths = ResourceUtils.getAllJavaSourceLocations(serviceProject);

35. WARNING: DiscouragedReference

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

SkeletonConfigWidget.java :

160 : IPath[] paths = ResourceUtils.getAllJavaSourceLocations(serviceProject);

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

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

SkeletonConfigWidgetDefaultingCommand.java :

24 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

2. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

25 : import org.eclipse.jst.ws.internal.common.J2EEUtils;

3. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

26 : import org.eclipse.jst.ws.internal.common.ResourceUtils;

4. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

33 : private JavaWSDLParameter javaWSDLParam;

5. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

43 : String outputDir = ResourceUtils.findResource(J2EEUtils.getWebInfPath( serverProject )).getLocation().toString();

6. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

43 : String outputDir = ResourceUtils.findResource(J2EEUtils.getWebInfPath( serverProject )).getLocation().toString();

7. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

43 : String outputDir = ResourceUtils.findResource(J2EEUtils.getWebInfPath( serverProject )).getLocation().toString();

8. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

43 : String outputDir = ResourceUtils.findResource(J2EEUtils.getWebInfPath( serverProject )).getLocation().toString();

9. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

44 : javaWSDLParam.setOutput( outputDir );

10. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

47 : String javaOutput = ResourceUtils.findResource(getOutputJavaFolder()).getLocation().toString();

11. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

47 : String javaOutput = ResourceUtils.findResource(getOutputJavaFolder()).getLocation().toString();

12. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

48 : javaWSDLParam.setJavaOutput(javaOutput);

13. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

71 : IPath wsdlPath = J2EEUtils.getWebContentPath(serverProject ).append("wsdl");

14. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

71 : IPath wsdlPath = J2EEUtils.getWebContentPath(serverProject ).append("wsdl");

15. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

86 : return ResourceUtils.getJavaSourceLocation(serverProject).toString();

16. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

86 : return ResourceUtils.getJavaSourceLocation(serverProject).toString();

17. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

101 : public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam)

18. WARNING: DiscouragedReference

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

SkeletonConfigWidgetDefaultingCommand.java :

106 : public JavaWSDLParameter getJavaWSDLParam()

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/wizard/beans/WSBeanAxisType.java
1. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

20 : import org.eclipse.jst.ws.internal.axis.consumption.ui.AxisConsumptionUIMessages;

2. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

21 : import org.eclipse.jst.ws.internal.axis.consumption.ui.widgets.AxisMappingsWidget;

3. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

28 : import org.eclipse.jst.ws.internal.consumption.ui.widgets.object.ObjectSelectionWidget;

4. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

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

5. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

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

6. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

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

7. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

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

8. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

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

9. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

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

10. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

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

11. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

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

12. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

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

13. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

45 : public class WSBeanAxisType implements CommandWidgetBinding

14. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

126 : public void registerCanFinish(CanFinishRegistry canFinishRegistry)

15. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

133 : public void registerDataMappings(DataMappingRegistry dataRegistry)

16. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

143 : dataRegistry.addMapping(ObjectSelectionWidget.class, "ObjectSelection", DefaultsForServerJavaWSDLCommand.class);

17. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

143 : dataRegistry.addMapping(ObjectSelectionWidget.class, "ObjectSelection", DefaultsForServerJavaWSDLCommand.class);

18. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

146 : dataRegistry.addMapping(JavaToWSDLMethodCommand.class, "JavaWSDLParam", BeanConfigWidget.class, "JavaParameter", null );

19. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

150 : dataRegistry.addMapping(BeanConfigWidget.class, "JavaParameter",ValidateWSIComplianceCommand.class, "JavaWSDLParam", null);

20. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

154 : dataRegistry.addMapping(BeanConfigWidget.class, "JavaParameter",BUCodeGenOperation.class, "JavaWSDLParam", null);

21. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

156 : dataRegistry.addMapping(BeanConfigWidget.class, "JavaParameter", AxisMappingsWidget.class);

22. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

156 : dataRegistry.addMapping(BeanConfigWidget.class, "JavaParameter", AxisMappingsWidget.class);

23. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

160 : dataRegistry.addMapping(AxisMappingsWidget.class, "JavaParameter", BUCodeGenOperation.class, "JavaWSDLParam", null);

24. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

160 : dataRegistry.addMapping(AxisMappingsWidget.class, "JavaParameter", BUCodeGenOperation.class, "JavaWSDLParam", null);

25. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

169 : public void registerWidgetMappings(WidgetRegistry widgetRegistry)

26. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

185 : widgetRegistry.add( "BeanConfig", AxisCreationUIMessages.PAGE_TITLE_WSBEAN_CONFIG, AxisCreationUIMessages.PAGE_DESC_WSBEAN_CONFIG, new WidgetContributorFactory() { public WidgetContributor create() { return new BeanConfigWidget(); } } );

27. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

188 : new WidgetContributorFactory()

28. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

190 : public WidgetContributor create()

29. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

197 : widgetRegistry.add( "AxisServiceBeanMapping", AxisConsumptionUIMessages.PAGE_TITLE_WS_BEAN2XML, AxisConsumptionUIMessages.PAGE_DESC_P2N_MAPPINGS, new WidgetContributorFactory() { public WidgetContributor create() { return new AxisMappingsWidget(AxisMappingsWidget.MODE_BEAN2XML ); } } );

30. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

198 : AxisConsumptionUIMessages.PAGE_TITLE_WS_BEAN2XML,

31. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

198 : AxisConsumptionUIMessages.PAGE_TITLE_WS_BEAN2XML,

32. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

199 : AxisConsumptionUIMessages.PAGE_DESC_P2N_MAPPINGS,

33. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

199 : AxisConsumptionUIMessages.PAGE_DESC_P2N_MAPPINGS,

34. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

200 : new WidgetContributorFactory()

35. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

202 : public WidgetContributor create()

36. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

204 : return new AxisMappingsWidget(AxisMappingsWidget.MODE_BEAN2XML );

37. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

204 : return new AxisMappingsWidget(AxisMappingsWidget.MODE_BEAN2XML );

38. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

204 : return new AxisMappingsWidget(AxisMappingsWidget.MODE_BEAN2XML );

39. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

204 : return new AxisMappingsWidget(AxisMappingsWidget.MODE_BEAN2XML );

40. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

212 : public CommandFragmentFactory create()

41. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

214 : return new CommandFragmentFactory()

42. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

216 : public CommandFragment create()

43. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

219 : return new SimpleFragment();

44. WARNING: DiscouragedReference

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

WSBeanAxisType.java :

219 : return new SimpleFragment();

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/wizard/wsdl/WSWSDLAxisType.java
1. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

19 : import org.eclipse.jst.ws.internal.axis.consumption.ui.widgets.AxisMappingsFragment;

2. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

20 : import org.eclipse.jst.ws.internal.axis.consumption.ui.widgets.AxisMappingsWidget;

3. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

25 : import org.eclipse.jst.ws.internal.consumption.ui.ConsumptionUIMessages;

4. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

26 : import org.eclipse.jst.ws.internal.consumption.ui.command.data.ProjectName2IProjectTransformer;

5. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

27 : import org.eclipse.jst.ws.internal.consumption.ui.widgets.extensions.ServerExtensionDefaultingCommand;

6. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

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

7. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

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

8. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

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

9. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

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

10. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

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

11. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

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

12. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

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

13. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

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

14. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

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

15. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

41 : public class WSWSDLAxisType implements CommandWidgetBinding

16. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

116 : public void registerCanFinish(CanFinishRegistry canFinishRegistry)

17. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

122 : public void registerDataMappings(DataMappingRegistry dataRegistry)

18. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

125 : dataRegistry.addMapping(ServerExtensionDefaultingCommand.class, "ServerProject", SkeletonConfigWidget.class, "ServerProject", new ProjectName2IProjectTransformer());

19. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

125 : dataRegistry.addMapping(ServerExtensionDefaultingCommand.class, "ServerProject", SkeletonConfigWidget.class, "ServerProject", new ProjectName2IProjectTransformer());

20. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

125 : dataRegistry.addMapping(ServerExtensionDefaultingCommand.class, "ServerProject", SkeletonConfigWidget.class, "ServerProject", new ProjectName2IProjectTransformer());

21. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

125 : dataRegistry.addMapping(ServerExtensionDefaultingCommand.class, "ServerProject", SkeletonConfigWidget.class, "ServerProject", new ProjectName2IProjectTransformer());

22. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

126 : dataRegistry.addMapping(AxisSkeletonDefaultingCommand.class, "JavaWSDLParam", SkeletonConfigWidget.class);

23. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

127 : dataRegistry.addMapping(SkeletonConfigWidgetDefaultingCommand.class, "EndpointURI", SkeletonConfigWidget.class);

24. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

128 : dataRegistry.addMapping(SkeletonConfigWidgetDefaultingCommand.class, "OutputJavaFolder", SkeletonConfigWidget.class);

25. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

129 : dataRegistry.addMapping(SkeletonConfigWidgetDefaultingCommand.class, "ShowMapping", SkeletonConfigWidget.class);

26. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

132 : dataRegistry.addMapping(SkeletonConfigWidget.class, "JavaWSDLParam", TDCodeGenOperation.class, "JavaWSDLParam", null);

27. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

135 : dataRegistry.addMapping(SkeletonConfigWidgetDefaultingCommand.class, "ShowMapping", AxisMappingsFragment.class);

28. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

135 : dataRegistry.addMapping(SkeletonConfigWidgetDefaultingCommand.class, "ShowMapping", AxisMappingsFragment.class);

29. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

136 : dataRegistry.addMapping(SkeletonConfigWidget.class, "ShowMapping", AxisMappingsFragment.class);

30. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

136 : dataRegistry.addMapping(SkeletonConfigWidget.class, "ShowMapping", AxisMappingsFragment.class);

31. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

139 : dataRegistry.addMapping(SkeletonConfigWidgetDefaultingCommand.class, "JavaWSDLParam", AxisMappingsWidget.class, "JavaParameter", null);

32. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

139 : dataRegistry.addMapping(SkeletonConfigWidgetDefaultingCommand.class, "JavaWSDLParam", AxisMappingsWidget.class, "JavaParameter", null);

33. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

140 : dataRegistry.addMapping(SkeletonConfigWidget.class, "JavaWSDLParam", AxisMappingsWidget.class, "JavaParameter", null);

34. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

140 : dataRegistry.addMapping(SkeletonConfigWidget.class, "JavaWSDLParam", AxisMappingsWidget.class, "JavaParameter", null);

35. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

145 : dataRegistry.addMapping(SkeletonConfigWidget.class, "JavaWSDLParam", TDCodeGenOperation.class, "JavaWSDLParam", null);

36. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

146 : dataRegistry.addMapping(AxisMappingsWidget.class, "JavaParameter", TDCodeGenOperation.class, "JavaWSDLParam", null);

37. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

146 : dataRegistry.addMapping(AxisMappingsWidget.class, "JavaParameter", TDCodeGenOperation.class, "JavaWSDLParam", null);

38. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

152 : public void registerWidgetMappings(WidgetRegistry widgetRegistry)

39. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

179 : widgetRegistry.add( "SkeletonConfig", ConsumptionUIMessages.PAGE_TITLE_WSSKEL_CONFIG, ConsumptionUIMessages.PAGE_DESC_WSSKEL_CONFIG, new WidgetContributorFactory() { public WidgetContributor create() { return new SkeletonConfigWidget(); } } );

40. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

180 : ConsumptionUIMessages.PAGE_TITLE_WSSKEL_CONFIG,

41. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

180 : ConsumptionUIMessages.PAGE_TITLE_WSSKEL_CONFIG,

42. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

181 : ConsumptionUIMessages.PAGE_DESC_WSSKEL_CONFIG,

43. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

181 : ConsumptionUIMessages.PAGE_DESC_WSSKEL_CONFIG,

44. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

182 : new WidgetContributorFactory()

45. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

184 : public WidgetContributor create()

46. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

190 : widgetRegistry.add( "AxisMappingsWidget", ConsumptionUIMessages.PAGE_TITLE_WS_XML2BEAN, ConsumptionUIMessages.PAGE_DESC_N2P_MAPPINGS, new WidgetContributorFactory() { public WidgetContributor create() { return new AxisMappingsWidget(AxisMappingsWidget.MODE_XML2BEAN); } } );

47. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

191 : ConsumptionUIMessages.PAGE_TITLE_WS_XML2BEAN,

48. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

191 : ConsumptionUIMessages.PAGE_TITLE_WS_XML2BEAN,

49. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

192 : ConsumptionUIMessages.PAGE_DESC_N2P_MAPPINGS,

50. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

192 : ConsumptionUIMessages.PAGE_DESC_N2P_MAPPINGS,

51. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

193 : new WidgetContributorFactory()

52. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

195 : public WidgetContributor create()

53. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

197 : return new AxisMappingsWidget(AxisMappingsWidget.MODE_XML2BEAN);

54. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

197 : return new AxisMappingsWidget(AxisMappingsWidget.MODE_XML2BEAN);

55. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

197 : return new AxisMappingsWidget(AxisMappingsWidget.MODE_XML2BEAN);

56. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

197 : return new AxisMappingsWidget(AxisMappingsWidget.MODE_XML2BEAN);

57. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

205 : public CommandFragmentFactory create()

58. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

207 : return new CommandFragmentFactory()

59. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

209 : public CommandFragment create()

60. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

212 : return new SimpleFragment();

61. WARNING: DiscouragedReference

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

WSWSDLAxisType.java :

212 : return new SimpleFragment();

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

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

AxisBeanConfigWidgetFactory.java :

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

2. WARNING: DiscouragedReference

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

AxisBeanConfigWidgetFactory.java :

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

3. WARNING: DiscouragedReference

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

AxisBeanConfigWidgetFactory.java :

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

4. WARNING: DiscouragedReference

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

AxisBeanConfigWidgetFactory.java :

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

5. WARNING: DiscouragedReference

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

AxisBeanConfigWidgetFactory.java :

21 : public class AxisBeanConfigWidgetFactory implements INamedWidgetContributorFactory {

6. WARNING: DiscouragedReference

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

AxisBeanConfigWidgetFactory.java :

23 : private INamedWidgetContributor beanConfigWidget_;

7. WARNING: DiscouragedReference

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

AxisBeanConfigWidgetFactory.java :

24 : private INamedWidgetContributor mappingsWidget_;

8. WARNING: DiscouragedReference

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

AxisBeanConfigWidgetFactory.java :

26 : private WidgetBindingToWidgetFactoryAdapter adapter_;

9. WARNING: DiscouragedReference

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

AxisBeanConfigWidgetFactory.java :

30 : adapter_ = new WidgetBindingToWidgetFactoryAdapter( new WSBeanAxisType() );

10. WARNING: DiscouragedReference

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

AxisBeanConfigWidgetFactory.java :

30 : adapter_ = new WidgetBindingToWidgetFactoryAdapter( new WSBeanAxisType() );

11. WARNING: DiscouragedReference

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

AxisBeanConfigWidgetFactory.java :

32 : beanConfigWidget_ = adapter_.getWidget( "BeanConfig" );

12. WARNING: DiscouragedReference

Discouraged access: The method getWidgetContributorFactory() from the type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisBeanConfigWidgetFactory.java :

33 : beanWidget_ = (BeanConfigWidget)beanConfigWidget_.getWidgetContributorFactory().create();

13. WARNING: DiscouragedReference

Discouraged access: The method create() from the type WidgetContributorFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisBeanConfigWidgetFactory.java :

33 : beanWidget_ = (BeanConfigWidget)beanConfigWidget_.getWidgetContributorFactory().create();

14. WARNING: DiscouragedReference

Discouraged access: The method getWidget(String) from the type WidgetBindingToWidgetFactoryAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisBeanConfigWidgetFactory.java :

34 : mappingsWidget_ = adapter_.getWidget( "AxisServiceBeanMapping" );

15. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisBeanConfigWidgetFactory.java :

37 : public INamedWidgetContributor getFirstNamedWidget()

16. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisBeanConfigWidgetFactory.java :

42 : public INamedWidgetContributor getNextNamedWidget( INamedWidgetContributor widgetContributor)

17. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisBeanConfigWidgetFactory.java :

42 : public INamedWidgetContributor getNextNamedWidget( INamedWidgetContributor widgetContributor)

18. WARNING: DiscouragedReference

Discouraged access: The type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisBeanConfigWidgetFactory.java :

47 : public void registerDataMappings(DataMappingRegistry dataRegistry)

19. WARNING: DiscouragedReference

Discouraged access: The method registerDataMappings(DataMappingRegistry) from the type WidgetBindingToWidgetFactoryAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisBeanConfigWidgetFactory.java :

49 : adapter_.registerDataMappings( dataRegistry );

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/wsrt/AxisSkeletonConfigWidgetFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisSkeletonConfigWidgetFactory.java :

16 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

17 : import org.eclipse.wst.command.internal.env.ui.widgets.INamedWidgetContributor;

3. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributorFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

18 : import org.eclipse.wst.command.internal.env.ui.widgets.INamedWidgetContributorFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type WidgetBindingToWidgetFactoryAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

19 : import org.eclipse.wst.command.internal.env.ui.widgets.WidgetBindingToWidgetFactoryAdapter;

5. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributorFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

21 : public class AxisSkeletonConfigWidgetFactory implements INamedWidgetContributorFactory {

6. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

23 : private INamedWidgetContributor skelConfigWidget_;

7. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

24 : private INamedWidgetContributor mappingsWidget_;

8. WARNING: DiscouragedReference

Discouraged access: The type WidgetBindingToWidgetFactoryAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

26 : private WidgetBindingToWidgetFactoryAdapter adapter_;

9. WARNING: DiscouragedReference

Discouraged access: The constructor WidgetBindingToWidgetFactoryAdapter(CommandWidgetBinding) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

30 : adapter_ = new WidgetBindingToWidgetFactoryAdapter( new WSWSDLAxisType() );

10. WARNING: DiscouragedReference

Discouraged access: The type WidgetBindingToWidgetFactoryAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

30 : adapter_ = new WidgetBindingToWidgetFactoryAdapter( new WSWSDLAxisType() );

11. WARNING: DiscouragedReference

Discouraged access: The method getWidget(String) from the type WidgetBindingToWidgetFactoryAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

32 : skelConfigWidget_ = adapter_.getWidget( "SkeletonConfig" );

12. WARNING: DiscouragedReference

Discouraged access: The method getWidgetContributorFactory() from the type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

33 : skelWidget_ = (SkeletonConfigWidget)skelConfigWidget_.getWidgetContributorFactory().create();

13. WARNING: DiscouragedReference

Discouraged access: The method create() from the type WidgetContributorFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

33 : skelWidget_ = (SkeletonConfigWidget)skelConfigWidget_.getWidgetContributorFactory().create();

14. WARNING: DiscouragedReference

Discouraged access: The method getWidget(String) from the type WidgetBindingToWidgetFactoryAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

34 : mappingsWidget_ = adapter_.getWidget( "AxisMappingsWidget" );

15. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

37 : public INamedWidgetContributor getFirstNamedWidget()

16. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

42 : public INamedWidgetContributor getNextNamedWidget( INamedWidgetContributor widgetContributor)

17. WARNING: DiscouragedReference

Discouraged access: The type INamedWidgetContributor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

42 : public INamedWidgetContributor getNextNamedWidget( INamedWidgetContributor widgetContributor)

18. WARNING: DiscouragedReference

Discouraged access: The type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisSkeletonConfigWidgetFactory.java :

47 : public void registerDataMappings(DataMappingRegistry dataRegistry)

19. WARNING: DiscouragedReference

Discouraged access: The method registerDataMappings(DataMappingRegistry) from the type WidgetBindingToWidgetFactoryAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.ui/@dot

AxisSkeletonConfigWidgetFactory.java :

49 : adapter_.registerDataMappings( dataRegistry );

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/wsrt/AxisWebService.java
1. WARNING: DiscouragedReference

Discouraged access: The type AxisDeployCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

AxisWebService.java :

30 : import org.eclipse.jst.ws.internal.axis.consumption.core.command.AxisDeployCommand;

2. WARNING: DiscouragedReference

Discouraged access: The type GeronimoAxisDeployCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

AxisWebService.java :

31 : import org.eclipse.jst.ws.internal.axis.consumption.core.command.GeronimoAxisDeployCommand;

3. WARNING: DiscouragedReference

Discouraged access: The type RefreshProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.ui/@dot

AxisWebService.java :

32 : import org.eclipse.jst.ws.internal.axis.consumption.ui.task.RefreshProjectCommand;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidateWSDLCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.ui/@dot

AxisWebService.java :

33 : import org.eclipse.jst.ws.internal.axis.consumption.ui.task.ValidateWSDLCommand;

5. WARNING: DiscouragedReference

Discouraged access: The type StringToIProjectTransformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

AxisWebService.java :

51 : import org.eclipse.jst.ws.internal.common.StringToIProjectTransformer;

6. WARNING: DiscouragedReference

Discouraged access: The type BuildBeanCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot

AxisWebService.java :

52 : import org.eclipse.jst.ws.internal.consumption.command.common.BuildBeanCommand;

7. WARNING: DiscouragedReference

Discouraged access: The type BuildProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot

AxisWebService.java :

53 : import org.eclipse.jst.ws.internal.consumption.command.common.BuildProjectCommand;

8. WARNING: DiscouragedReference

Discouraged access: The type ProjectName2IProjectTransformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisWebService.java :

54 : import org.eclipse.jst.ws.internal.consumption.ui.command.data.ProjectName2IProjectTransformer;

9. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

55 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

10. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

56 : import org.eclipse.wst.command.internal.env.core.SimpleCommandFactory;

11. WARNING: DiscouragedReference

Discouraged access: The type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

57 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistry;

12. WARNING: DiscouragedReference

Discouraged access: The type EclipseEnvironment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

AxisWebService.java :

58 : import org.eclipse.wst.command.internal.env.eclipse.EclipseEnvironment;

13. WARNING: DiscouragedReference

Discouraged access: The type AbstractWebService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

60 : import org.eclipse.wst.ws.internal.wsrt.AbstractWebService;

14. WARNING: DiscouragedReference

Discouraged access: The type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

61 : import org.eclipse.wst.ws.internal.wsrt.IContext;

15. WARNING: DiscouragedReference

Discouraged access: The type ISelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

62 : import org.eclipse.wst.ws.internal.wsrt.ISelection;

16. WARNING: DiscouragedReference

Discouraged access: The type WebServiceInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

63 : import org.eclipse.wst.ws.internal.wsrt.WebServiceInfo;

17. WARNING: DiscouragedReference

Discouraged access: The type WebServiceScenario is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

64 : import org.eclipse.wst.ws.internal.wsrt.WebServiceScenario;

18. WARNING: DiscouragedReference

Discouraged access: The type AbstractWebService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

66 : public class AxisWebService extends AbstractWebService

19. WARNING: DiscouragedReference

Discouraged access: The type WebServiceInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

70 : public AxisWebService(WebServiceInfo info)

20. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractWebService(WebServiceInfo) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

72 : super(info);

21. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

75 : public ICommandFactory assemble(IEnvironment env, IContext ctx,

22. WARNING: DiscouragedReference

Discouraged access: The type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

75 : public ICommandFactory assemble(IEnvironment env, IContext ctx,

23. WARNING: DiscouragedReference

Discouraged access: The type ISelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

76 : ISelection sel, String project, String earProject)

24. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

81 : public ICommandFactory deploy(IEnvironment env, IContext ctx, ISelection sel,

25. WARNING: DiscouragedReference

Discouraged access: The type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

81 : public ICommandFactory deploy(IEnvironment env, IContext ctx, ISelection sel,

26. WARNING: DiscouragedReference

Discouraged access: The type ISelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

81 : public ICommandFactory deploy(IEnvironment env, IContext ctx, ISelection sel,

27. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

87 : public ICommandFactory develop(IEnvironment env, IContext ctx, ISelection sel,

28. WARNING: DiscouragedReference

Discouraged access: The type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

87 : public ICommandFactory develop(IEnvironment env, IContext ctx, ISelection sel,

29. WARNING: DiscouragedReference

Discouraged access: The type ISelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

87 : public ICommandFactory develop(IEnvironment env, IContext ctx, ISelection sel,

30. WARNING: DiscouragedReference

Discouraged access: The type EclipseEnvironment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

AxisWebService.java :

92 : EclipseEnvironment environment = (EclipseEnvironment)env;

31. WARNING: DiscouragedReference

Discouraged access: The type EclipseEnvironment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

AxisWebService.java :

92 : EclipseEnvironment environment = (EclipseEnvironment)env;

32. WARNING: DiscouragedReference

Discouraged access: The method getScenario() from the type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

94 : if (ctx.getScenario().getValue() == WebServiceScenario.BOTTOMUP) {

33. WARNING: DiscouragedReference

Discouraged access: The type WebServiceScenario is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

94 : if (ctx.getScenario().getValue() == WebServiceScenario.BOTTOMUP) {

34. WARNING: DiscouragedReference

Discouraged access: The field BOTTOMUP from the type WebServiceScenario is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

94 : if (ctx.getScenario().getValue() == WebServiceScenario.BOTTOMUP) {

35. WARNING: DiscouragedReference

Discouraged access: The method getCommandManager() from the type EclipseEnvironment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

AxisWebService.java :

96 : registerBUDataMappings( environment.getCommandManager().getMappingRegistry());

36. WARNING: DiscouragedReference

Discouraged access: The method getMappingRegistry() from the type CommandManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

96 : registerBUDataMappings( environment.getCommandManager().getMappingRegistry());

37. WARNING: DiscouragedReference

Discouraged access: The constructor BuildBeanCommand() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot

AxisWebService.java :

109 : commands.add(new BuildBeanCommand());

38. WARNING: DiscouragedReference

Discouraged access: The type BuildBeanCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot

AxisWebService.java :

109 : commands.add(new BuildBeanCommand());

39. WARNING: DiscouragedReference

Discouraged access: The constructor BuildProjectCommand() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot

AxisWebService.java :

112 : commands.add(new BuildProjectCommand());

40. WARNING: DiscouragedReference

Discouraged access: The type BuildProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot

AxisWebService.java :

112 : commands.add(new BuildProjectCommand());

41. WARNING: DiscouragedReference

Discouraged access: The method getScenario() from the type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

115 : } else if (ctx.getScenario().getValue() == WebServiceScenario.TOPDOWN) {

42. WARNING: DiscouragedReference

Discouraged access: The type WebServiceScenario is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

115 : } else if (ctx.getScenario().getValue() == WebServiceScenario.TOPDOWN) {

43. WARNING: DiscouragedReference

Discouraged access: The field TOPDOWN from the type WebServiceScenario is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

115 : } else if (ctx.getScenario().getValue() == WebServiceScenario.TOPDOWN) {

44. WARNING: DiscouragedReference

Discouraged access: The method getMappingRegistry() from the type CommandManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

117 : registerTDDataMappings( environment.getCommandManager().getMappingRegistry());

45. WARNING: DiscouragedReference

Discouraged access: The method getCommandManager() from the type EclipseEnvironment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env/@dot

AxisWebService.java :

117 : registerTDDataMappings( environment.getCommandManager().getMappingRegistry());

46. WARNING: DiscouragedReference

Discouraged access: The constructor ValidateWSDLCommand() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.ui/@dot

AxisWebService.java :

121 : commands.add(new ValidateWSDLCommand());

47. WARNING: DiscouragedReference

Discouraged access: The type ValidateWSDLCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.ui/@dot

AxisWebService.java :

121 : commands.add(new ValidateWSDLCommand());

48. WARNING: DiscouragedReference

Discouraged access: The constructor BuildProjectCommand() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot

AxisWebService.java :

128 : commands.add(new BuildProjectCommand());

49. WARNING: DiscouragedReference

Discouraged access: The type BuildProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot

AxisWebService.java :

128 : commands.add(new BuildProjectCommand());

50. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleCommandFactory(Vector) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

138 : return new SimpleCommandFactory(commands);

51. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

138 : return new SimpleCommandFactory(commands);

52. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

141 : public ICommandFactory install(IEnvironment env, IContext ctx, ISelection sel,

53. WARNING: DiscouragedReference

Discouraged access: The type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

141 : public ICommandFactory install(IEnvironment env, IContext ctx, ISelection sel,

54. WARNING: DiscouragedReference

Discouraged access: The type ISelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

141 : public ICommandFactory install(IEnvironment env, IContext ctx, ISelection sel,

55. WARNING: DiscouragedReference

Discouraged access: The type ICommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

147 : public ICommandFactory run(IEnvironment env, IContext ctx, ISelection sel,

56. WARNING: DiscouragedReference

Discouraged access: The type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

147 : public ICommandFactory run(IEnvironment env, IContext ctx, ISelection sel,

57. WARNING: DiscouragedReference

Discouraged access: The type ISelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

147 : public ICommandFactory run(IEnvironment env, IContext ctx, ISelection sel,

58. WARNING: DiscouragedReference

Discouraged access: The method getScenario() from the type IContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

152 : if (ctx.getScenario().getValue() == WebServiceScenario.CLIENT) {

59. WARNING: DiscouragedReference

Discouraged access: The type WebServiceScenario is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

152 : if (ctx.getScenario().getValue() == WebServiceScenario.CLIENT) {

60. WARNING: DiscouragedReference

Discouraged access: The field CLIENT from the type WebServiceScenario is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebService.java :

152 : if (ctx.getScenario().getValue() == WebServiceScenario.CLIENT) {

61. WARNING: DiscouragedReference

Discouraged access: The constructor AxisDeployCommand(String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

AxisWebService.java :

159 : commands.add(new AxisDeployCommand(project));

62. WARNING: DiscouragedReference

Discouraged access: The type AxisDeployCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

AxisWebService.java :

159 : commands.add(new AxisDeployCommand(project));

63. WARNING: DiscouragedReference

Discouraged access: The constructor RefreshProjectCommand() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.ui/@dot

AxisWebService.java :

161 : commands.add(new RefreshProjectCommand());

64. WARNING: DiscouragedReference

Discouraged access: The type RefreshProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.ui/@dot

AxisWebService.java :

161 : commands.add(new RefreshProjectCommand());

65. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleCommandFactory(Vector) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

163 : return new SimpleCommandFactory(commands);

66. WARNING: DiscouragedReference

Discouraged access: The type SimpleCommandFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

163 : return new SimpleCommandFactory(commands);

67. WARNING: DiscouragedReference

Discouraged access: The type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

167 : public void registerBUDataMappings(DataMappingRegistry registry)

68. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

171 : registry.addMapping(BUAxisInputCommand.class, "JavaBeanName", BUAxisDefaultingCommand.class );

69. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

182 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", AxisCheckCompilerLevelCommand.class);

70. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

186 : registry.addMapping(BUAxisDefaultingCommand.class, "JavaWSDLParam", DefaultsForServerJavaWSDLCommand.class);

71. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class, String, Transformer) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

187 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", DefaultsForServerJavaWSDLCommand.class, "ServiceProject", new StringToIProjectTransformer());

72. WARNING: DiscouragedReference

Discouraged access: The constructor StringToIProjectTransformer() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

AxisWebService.java :

187 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", DefaultsForServerJavaWSDLCommand.class, "ServiceProject", new StringToIProjectTransformer());

73. WARNING: DiscouragedReference

Discouraged access: The type StringToIProjectTransformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

AxisWebService.java :

187 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", DefaultsForServerJavaWSDLCommand.class, "ServiceProject", new StringToIProjectTransformer());

74. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

188 : registry.addMapping(BUAxisInputCommand.class, "ServiceServerTypeID", DefaultsForServerJavaWSDLCommand.class);

75. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

189 : registry.addMapping(BUAxisInputCommand.class, "ServiceExistingServer", DefaultsForServerJavaWSDLCommand.class);

76. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

190 : registry.addMapping(BUAxisDefaultingCommand.class, "JavaBeanName", DefaultsForServerJavaWSDLCommand.class);

77. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

191 : registry.addMapping(BUAxisDefaultingCommand.class, "Parser", DefaultsForServerJavaWSDLCommand.class);

78. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

194 : registry.addMapping(DefaultsForServerJavaWSDLCommand.class, "JavaWSDLParam", JavaToWSDLMethodCommand.class);

79. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class, String, Transformer) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

195 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", JavaToWSDLMethodCommand.class, "ServiceProject", new StringToIProjectTransformer());

80. WARNING: DiscouragedReference

Discouraged access: The constructor StringToIProjectTransformer() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

AxisWebService.java :

195 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", JavaToWSDLMethodCommand.class, "ServiceProject", new StringToIProjectTransformer());

81. WARNING: DiscouragedReference

Discouraged access: The type StringToIProjectTransformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

AxisWebService.java :

195 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", JavaToWSDLMethodCommand.class, "ServiceProject", new StringToIProjectTransformer());

82. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

203 : registry.addMapping(DefaultsForServerJavaWSDLCommand.class, "JavaWSDLParam", ValidateWSIComplianceCommand.class);

83. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class, String, Transformer) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

204 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", ValidateWSIComplianceCommand.class, "ServiceProject", new StringToIProjectTransformer());

84. WARNING: DiscouragedReference

Discouraged access: The constructor StringToIProjectTransformer() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

AxisWebService.java :

204 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", ValidateWSIComplianceCommand.class, "ServiceProject", new StringToIProjectTransformer());

85. WARNING: DiscouragedReference

Discouraged access: The type StringToIProjectTransformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

AxisWebService.java :

204 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", ValidateWSIComplianceCommand.class, "ServiceProject", new StringToIProjectTransformer());

86. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

207 : registry.addMapping(JavaToWSDLMethodCommand.class, "JavaWSDLParam", BUCodeGenOperation.class);

87. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class, String, Transformer) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

210 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", RefreshProjectCommand.class, "Project", new StringToIProjectTransformer());

88. WARNING: DiscouragedReference

Discouraged access: The type RefreshProjectCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.ui/@dot

AxisWebService.java :

210 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", RefreshProjectCommand.class, "Project", new StringToIProjectTransformer());

89. WARNING: DiscouragedReference

Discouraged access: The constructor StringToIProjectTransformer() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

AxisWebService.java :

210 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", RefreshProjectCommand.class, "Project", new StringToIProjectTransformer());

90. WARNING: DiscouragedReference

Discouraged access: The type StringToIProjectTransformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

AxisWebService.java :

210 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", RefreshProjectCommand.class, "Project", new StringToIProjectTransformer());

91. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class, String, Transformer) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

213 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", BUCodeGenOperation.class, "ServiceProject", new StringToIProjectTransformer());

92. WARNING: DiscouragedReference

Discouraged access: The constructor StringToIProjectTransformer() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

AxisWebService.java :

213 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", BUCodeGenOperation.class, "ServiceProject", new StringToIProjectTransformer());

93. WARNING: DiscouragedReference

Discouraged access: The type StringToIProjectTransformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

AxisWebService.java :

213 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", BUCodeGenOperation.class, "ServiceProject", new StringToIProjectTransformer());

94. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class, String, Transformer) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

216 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", BuildBeanCommand.class, "Project", new StringToIProjectTransformer());

95. WARNING: DiscouragedReference

Discouraged access: The type BuildBeanCommand is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption/@dot

AxisWebService.java :

216 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", BuildBeanCommand.class, "Project", new StringToIProjectTransformer());

96. WARNING: DiscouragedReference

Discouraged access: The constructor StringToIProjectTransformer() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

AxisWebService.java :

216 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", BuildBeanCommand.class, "Project", new StringToIProjectTransformer());

97. WARNING: DiscouragedReference

Discouraged access: The type StringToIProjectTransformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

AxisWebService.java :

216 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", BuildBeanCommand.class, "Project", new StringToIProjectTransformer());

98. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class, String, Transformer) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebService.java :

219 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", BuildProjectCommand.class, "Project", new StringToIProjectTransformer());

99. WARNING: DiscouragedReference

Discouraged access: The constructor StringToIProjectTransformer() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

AxisWebService.java :

219 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", BuildProjectCommand.class, "Project", new StringToIProjectTransformer());

100. WARNING: DiscouragedReference

Discouraged access: The type StringToIProjectTransformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws/@dot

AxisWebService.java :

219 : registry.addMapping(BUAxisInputCommand.class, "ServerProject", BuildProjectCommand.class, "Project", new StringToIProjectTransformer());

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/wsrt/AxisWebServiceInfo.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

AxisWebServiceInfo.java :

14 : import org.eclipse.jst.ws.internal.axis.consumption.core.common.JavaWSDLParameter;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

AxisWebServiceInfo.java :

18 : private JavaWSDLParameter javaWSDLParameter;

3. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

AxisWebServiceInfo.java :

20 : public JavaWSDLParameter getJavaWSDLParameter() {

4. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.core/@dot

AxisWebServiceInfo.java :

24 : public void setJavaWSDLParameter(JavaWSDLParameter javaWSDLParameter) {

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/wsrt/AxisWebServiceRuntime.java
1. WARNING: DiscouragedReference

Discouraged access: The type AxisWebServiceClient is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.ui/@dot

AxisWebServiceRuntime.java :

14 : import org.eclipse.jst.ws.internal.axis.consumption.ui.wsrt.AxisWebServiceClient;

2. WARNING: DiscouragedReference

Discouraged access: The type AbstractWebServiceRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebServiceRuntime.java :

15 : import org.eclipse.wst.ws.internal.wsrt.AbstractWebServiceRuntime;

3. WARNING: DiscouragedReference

Discouraged access: The type IWebService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebServiceRuntime.java :

16 : import org.eclipse.wst.ws.internal.wsrt.IWebService;

4. WARNING: DiscouragedReference

Discouraged access: The type IWebServiceClient is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebServiceRuntime.java :

17 : import org.eclipse.wst.ws.internal.wsrt.IWebServiceClient;

5. WARNING: DiscouragedReference

Discouraged access: The type WebServiceClientInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebServiceRuntime.java :

18 : import org.eclipse.wst.ws.internal.wsrt.WebServiceClientInfo;

6. WARNING: DiscouragedReference

Discouraged access: The type WebServiceInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebServiceRuntime.java :

19 : import org.eclipse.wst.ws.internal.wsrt.WebServiceInfo;

7. WARNING: DiscouragedReference

Discouraged access: The type AbstractWebServiceRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebServiceRuntime.java :

21 : public class AxisWebServiceRuntime extends AbstractWebServiceRuntime

8. WARNING: DiscouragedReference

Discouraged access: The type IWebService is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebServiceRuntime.java :

24 : public IWebService getWebService(WebServiceInfo info)

9. WARNING: DiscouragedReference

Discouraged access: The type WebServiceInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebServiceRuntime.java :

24 : public IWebService getWebService(WebServiceInfo info)

10. WARNING: DiscouragedReference

Discouraged access: The type IWebServiceClient is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebServiceRuntime.java :

29 : public IWebServiceClient getWebServiceClient(WebServiceClientInfo info)

11. WARNING: DiscouragedReference

Discouraged access: The type WebServiceClientInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebServiceRuntime.java :

29 : public IWebServiceClient getWebServiceClient(WebServiceClientInfo info)

12. WARNING: DiscouragedReference

Discouraged access: The constructor AxisWebServiceClient(WebServiceClientInfo) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.ui/@dot

AxisWebServiceRuntime.java :

31 : return new AxisWebServiceClient(info);

13. WARNING: DiscouragedReference

Discouraged access: The type AxisWebServiceClient is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.axis.consumption.ui/@dot

AxisWebServiceRuntime.java :

31 : return new AxisWebServiceClient(info);

Source File: org/eclipse/jst/ws/internal/axis/creation/ui/wsrt/AxisWebServiceRuntimeChecker.java
1. WARNING: DiscouragedReference

Discouraged access: The type ConsumptionUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisWebServiceRuntimeChecker.java :

18 : import org.eclipse.jst.ws.internal.consumption.ui.ConsumptionUIMessages;

2. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebServiceRuntimeChecker.java :

20 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractWebServiceRuntimeChecker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebServiceRuntimeChecker.java :

21 : import org.eclipse.wst.ws.internal.wsrt.AbstractWebServiceRuntimeChecker;

4. WARNING: DiscouragedReference

Discouraged access: The type IWebServiceRuntimeChecker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebServiceRuntimeChecker.java :

22 : import org.eclipse.wst.ws.internal.wsrt.IWebServiceRuntimeChecker;

5. WARNING: DiscouragedReference

Discouraged access: The type AbstractWebServiceRuntimeChecker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebServiceRuntimeChecker.java :

25 : AbstractWebServiceRuntimeChecker implements IWebServiceRuntimeChecker {

6. WARNING: DiscouragedReference

Discouraged access: The type IWebServiceRuntimeChecker is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.ws/@dot

AxisWebServiceRuntimeChecker.java :

25 : AbstractWebServiceRuntimeChecker implements IWebServiceRuntimeChecker {

7. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebServiceRuntimeChecker.java :

33 : return StatusUtils

8. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebServiceRuntimeChecker.java :

33 : return StatusUtils .errorStatus(ConsumptionUIMessages.MSG_SAME_CLIENT_AND_SERVICE_PROJECTS);

9. WARNING: DiscouragedReference

Discouraged access: The type ConsumptionUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisWebServiceRuntimeChecker.java :

34 : .errorStatus(ConsumptionUIMessages.MSG_SAME_CLIENT_AND_SERVICE_PROJECTS);

10. WARNING: DiscouragedReference

Discouraged access: The field MSG_SAME_CLIENT_AND_SERVICE_PROJECTS from the type ConsumptionUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisWebServiceRuntimeChecker.java :

34 : .errorStatus(ConsumptionUIMessages.MSG_SAME_CLIENT_AND_SERVICE_PROJECTS);

11. WARNING: DiscouragedReference

Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebServiceRuntimeChecker.java :

38 : return StatusUtils.warningStatus(NLS.bind(

12. WARNING: DiscouragedReference

Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot

AxisWebServiceRuntimeChecker.java :

38 : return StatusUtils.warningStatus(NLS.bind( ConsumptionUIMessages.MSG_SAME_CLIENT_AND_SERVICE_EARS, new String[] { "EAR" }));

13. WARNING: DiscouragedReference

Discouraged access: The type ConsumptionUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisWebServiceRuntimeChecker.java :

39 : ConsumptionUIMessages.MSG_SAME_CLIENT_AND_SERVICE_EARS,

14. WARNING: DiscouragedReference

Discouraged access: The field MSG_SAME_CLIENT_AND_SERVICE_EARS from the type ConsumptionUIMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisWebServiceRuntimeChecker.java :

39 : ConsumptionUIMessages.MSG_SAME_CLIENT_AND_SERVICE_EARS,