Compiler Report

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

Number of source files: 25 Number of classfiles: 33

Problems: 524 (Errors: 0 Warnings: 524 )

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

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisClientDefaultingCommand.java :

18 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

AxisClientDefaultingCommand.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type WSDLParserFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

AxisClientDefaultingCommand.java :

20 : import org.eclipse.jst.ws.internal.consumption.common.WSDLParserFactory;

4. WARNING: DiscouragedReference

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

AxisClientDefaultingCommand.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisClientDefaultingCommand.java :

37 : private JavaWSDLParameter javaWSDLParam_;

6. WARNING: DiscouragedReference

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

AxisClientDefaultingCommand.java :

46 : private WebServicesParser webServicesParser_;

7. WARNING: DiscouragedReference

Discouraged access: The constructor JavaWSDLParameter() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisClientDefaultingCommand.java :

63 : javaWSDLParam_ = new JavaWSDLParameter();

8. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisClientDefaultingCommand.java :

63 : javaWSDLParam_ = new JavaWSDLParameter();

9. WARNING: DiscouragedReference

Discouraged access: The type WSDLParserFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

AxisClientDefaultingCommand.java :

67 : webServicesParser_ = WSDLParserFactory.getWSDLParser();

10. WARNING: DiscouragedReference

Discouraged access: The method getWSDLParser() from the type WSDLParserFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

AxisClientDefaultingCommand.java :

67 : webServicesParser_ = WSDLParserFactory.getWSDLParser();

11. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisClientDefaultingCommand.java :

82 : public JavaWSDLParameter getJavaWSDLParam() {

12. WARNING: DiscouragedReference

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

AxisClientDefaultingCommand.java :

210 : proxyProjectFolder_ = ResourceUtils.getJavaSourceLocation(proxyProject_ ).toString();

13. WARNING: DiscouragedReference

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

AxisClientDefaultingCommand.java :

210 : proxyProjectFolder_ = ResourceUtils.getJavaSourceLocation(proxyProject_ ).toString();

14. WARNING: DiscouragedReference

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

AxisClientDefaultingCommand.java :

218 : public WebServicesParser getWebServicesParser() {

15. WARNING: DiscouragedReference

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

AxisClientDefaultingCommand.java :

224 : public void setWebServicesParser(WebServicesParser webServicesParser) {

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

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

AxisClientInputCommand.java :

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

2. WARNING: DiscouragedReference

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

AxisClientInputCommand.java :

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

3. WARNING: DiscouragedReference

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

AxisClientInputCommand.java :

21 : import org.eclipse.wst.ws.internal.wsrt.IWebServiceClient;

4. WARNING: DiscouragedReference

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

AxisClientInputCommand.java :

26 : private IWebServiceClient wsc_;

5. WARNING: DiscouragedReference

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

AxisClientInputCommand.java :

31 : private WebServicesParser webServicesParser_;

6. WARNING: DiscouragedReference

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

AxisClientInputCommand.java :

39 : public AxisClientInputCommand(IWebServiceClient wsc, IContext context, String project) {

7. WARNING: DiscouragedReference

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

AxisClientInputCommand.java :

39 : public AxisClientInputCommand(IWebServiceClient wsc, IContext context, String project) {

8. WARNING: DiscouragedReference

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

AxisClientInputCommand.java :

46 : wsdlURL_ = wsc_.getWebServiceClientInfo().getWsdlURL();

9. WARNING: DiscouragedReference

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

AxisClientInputCommand.java :

46 : wsdlURL_ = wsc_.getWebServiceClientInfo().getWsdlURL();

10. WARNING: DiscouragedReference

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

AxisClientInputCommand.java :

47 : clientServer_ = wsc_.getWebServiceClientInfo().getServerInstanceId();

11. WARNING: DiscouragedReference

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

AxisClientInputCommand.java :

47 : clientServer_ = wsc_.getWebServiceClientInfo().getServerInstanceId();

12. WARNING: DiscouragedReference

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

AxisClientInputCommand.java :

60 : public WebServicesParser getWebServicesParser() {

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

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

AxisClientOutputCommand.java :

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

2. WARNING: DiscouragedReference

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

AxisClientOutputCommand.java :

23 : import org.eclipse.wst.ws.internal.wsrt.IWebServiceClient;

3. WARNING: DiscouragedReference

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

AxisClientOutputCommand.java :

28 : private IWebServiceClient wsc_;

4. WARNING: DiscouragedReference

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

AxisClientOutputCommand.java :

38 : public AxisClientOutputCommand(IWebServiceClient wsc, IContext context) {

5. WARNING: DiscouragedReference

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

AxisClientOutputCommand.java :

38 : public AxisClientOutputCommand(IWebServiceClient wsc, IContext context) {

6. WARNING: DiscouragedReference

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

AxisClientOutputCommand.java :

44 : wsc_.getWebServiceClientInfo().setImplURL(proxyBean_);

7. WARNING: DiscouragedReference

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

AxisClientOutputCommand.java :

44 : wsc_.getWebServiceClientInfo().setImplURL(proxyBean_);

8. WARNING: DiscouragedReference

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

AxisClientOutputCommand.java :

45 : wsc_.getWebServiceClientInfo().setProxyEndpoint(proxyEndpoint_);

9. WARNING: DiscouragedReference

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

AxisClientOutputCommand.java :

45 : wsc_.getWebServiceClientInfo().setProxyEndpoint(proxyEndpoint_);

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

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

CopyClientWSDLCommand.java :

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

2. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

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

3. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

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

4. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

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

5. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

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

6. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

53 : private WebServicesParser wsParser_;

7. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

64 : Definition def = wsParser_.getWSDLDefinition(wsdlURL_);

8. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyClientWSDLCommand.java :

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

10. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

72 : IWorkspaceRoot workspaceRoot = FileResourceUtils.getWorkspaceRoot();

11. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

72 : IWorkspaceRoot workspaceRoot = FileResourceUtils.getWorkspaceRoot();

12. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

98 : return StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_IMPORT_WSDL,new String[]{importDef.getLocationURI()}));

13. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyClientWSDLCommand.java :

98 : return StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_IMPORT_WSDL,new String[]{importDef.getLocationURI()}));

14. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

110 : return StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WRITE_WSDL,new String[] { wsdlPath.toString() }), e);

15. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyClientWSDLCommand.java :

110 : return StatusUtils.errorStatus( NLS.bind(AxisConsumptionUIMessages.MSG_ERROR_WRITE_WSDL,new String[] { wsdlPath.toString() }), e);

16. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

141 : WSDLWriter wsdlWriter = (new org.eclipse.wst.wsdl.internal.impl.wsdl4j.WSDLFactoryImpl()).newWSDLWriter();

17. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

141 : WSDLWriter wsdlWriter = (new org.eclipse.wst.wsdl.internal.impl.wsdl4j.WSDLFactoryImpl()).newWSDLWriter();

18. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

141 : WSDLWriter wsdlWriter = (new org.eclipse.wst.wsdl.internal.impl.wsdl4j.WSDLFactoryImpl()).newWSDLWriter();

19. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

146 : ResourceContext context = ((BaseEclipseEnvironment)env).getResourceContext();

20. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

146 : ResourceContext context = ((BaseEclipseEnvironment)env).getResourceContext();

21. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

146 : ResourceContext context = ((BaseEclipseEnvironment)env).getResourceContext();

22. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

148 : FileResourceUtils.createFile(

23. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

CopyClientWSDLCommand.java :

148 : FileResourceUtils.createFile( context, wsdlPath.makeAbsolute(), bais, monitor, env.getStatusHandler());

24. WARNING: DiscouragedReference

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

CopyClientWSDLCommand.java :

177 : public void setWsParser(WebServicesParser wsParser)

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

Discouraged access: The type AxisConsumptionCoreMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

26 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

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

3. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

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

4. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

38 : private JavaWSDLParameter javaWSDLParam_;

6. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

55 : IPath[] paths = ResourceUtils.getAllJavaSourceLocations(proxyProject_);

7. WARNING: DiscouragedReference

Discouraged access: The method getAllJavaSourceLocations(IProject) from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

DefaultsForClientJavaWSDLCommand.java :

55 : IPath[] paths = ResourceUtils.getAllJavaSourceLocations(proxyProject_);

8. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

61 : status = StatusUtils

9. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

DefaultsForClientJavaWSDLCommand.java :

61 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

62 : .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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

62 : .errorStatus(AxisConsumptionCoreMessages.MSG_ERROR_JAVA_WSDL_PARAM_NOT_SET);

12. WARNING: DiscouragedReference

Discouraged access: The method setMetaInfOnly(boolean) from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

66 : javaWSDLParam_.setMetaInfOnly(false);

13. WARNING: DiscouragedReference

Discouraged access: The method setServerSide(byte) from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

67 : javaWSDLParam_.setServerSide(JavaWSDLParameter.SERVER_SIDE_NONE);

14. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

67 : javaWSDLParam_.setServerSide(JavaWSDLParameter.SERVER_SIDE_NONE);

15. WARNING: DiscouragedReference

Discouraged access: The field SERVER_SIDE_NONE from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

67 : javaWSDLParam_.setServerSide(JavaWSDLParameter.SERVER_SIDE_NONE);

16. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

71 : IPath webModuleServerRoot = ResourceUtils.getJavaSourceLocation(proxyProject_);

17. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

71 : IPath webModuleServerRoot = ResourceUtils.getJavaSourceLocation(proxyProject_);

18. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

73 : String output = ResourceUtils.findResource(webModuleServerRoot).getLocation().toString();

19. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

73 : String output = ResourceUtils.findResource(webModuleServerRoot).getLocation().toString();

20. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

76 : IPath javaOutput = ResourceUtils.findResource( new Path( outputFolder_ )).getLocation();

21. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

76 : IPath javaOutput = ResourceUtils.findResource( new Path( outputFolder_ )).getLocation();

22. WARNING: DiscouragedReference

Discouraged access: The method setJavaOutput(String) from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

77 : javaWSDLParam_.setJavaOutput(javaOutput.toString());

23. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

80 : IPath webModulePath = ResourceUtils.getWebComponentServerRootPath(proxyProject_);

24. WARNING: DiscouragedReference

Discouraged access: The method getWebComponentServerRootPath(IProject) from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

DefaultsForClientJavaWSDLCommand.java :

80 : IPath webModulePath = ResourceUtils.getWebComponentServerRootPath(proxyProject_);

25. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

82 : IResource res = ResourceUtils.findResource(webModulePath);

26. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

82 : IResource res = ResourceUtils.findResource(webModulePath);

27. WARNING: DiscouragedReference

Discouraged access: The method setOutput(String) from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

86 : javaWSDLParam_.setOutput(output);

28. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

91 : if (ResourceUtils.isJavaProject(proxyProject_))

29. WARNING: DiscouragedReference

Discouraged access: The method isJavaProject(IProject) from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

DefaultsForClientJavaWSDLCommand.java :

91 : if (ResourceUtils.isJavaProject(proxyProject_))

30. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

93 : IPath output = ResourceUtils.findResource( new Path( outputFolder_ )).getLocation();

31. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

93 : IPath output = ResourceUtils.findResource( new Path( outputFolder_ )).getLocation();

32. WARNING: DiscouragedReference

Discouraged access: The method setJavaOutput(String) from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

94 : javaWSDLParam_.setJavaOutput(output.toString());

33. WARNING: DiscouragedReference

Discouraged access: The method setOutput(String) from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

95 : javaWSDLParam_.setOutput(output.toString());

34. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

100 : status = StatusUtils.errorStatus(AxisConsumptionUIMessages.MSG_WARN_NO_JAVA_NATURE);

35. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

DefaultsForClientJavaWSDLCommand.java :

100 : status = StatusUtils.errorStatus(AxisConsumptionUIMessages.MSG_WARN_NO_JAVA_NATURE);

36. WARNING: DiscouragedReference

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

DefaultsForClientJavaWSDLCommand.java :

109 : status = StatusUtils.errorStatus(AxisConsumptionUIMessages.MSG_ERROR_WSDL_LOCATION_NOT_SET);

37. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

DefaultsForClientJavaWSDLCommand.java :

109 : status = StatusUtils.errorStatus(AxisConsumptionUIMessages.MSG_ERROR_WSDL_LOCATION_NOT_SET);

38. WARNING: DiscouragedReference

Discouraged access: The method setInputWsdlLocation(String) from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

118 : javaWSDLParam_.setInputWsdlLocation(WSDLServiceURL_);

39. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

127 : public JavaWSDLParameter getJavaWSDLParam()

40. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForClientJavaWSDLCommand.java :

138 : public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam)

Source File: org/eclipse/jst/ws/internal/axis/consumption/ui/preferences/AxisEmitterPreferencePage.java
1. WARNING: DiscouragedReference

Discouraged access: The type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type WebServiceAxisConsumptionCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type UIUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisEmitterPreferencePage.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type UIUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisEmitterPreferencePage.java :

98 : UIUtils utils = new UIUtils( WebServiceAxisConsumptionUIPlugin.ID );

6. WARNING: DiscouragedReference

Discouraged access: The constructor UIUtils(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisEmitterPreferencePage.java :

98 : UIUtils utils = new UIUtils( WebServiceAxisConsumptionUIPlugin.ID );

7. WARNING: DiscouragedReference

Discouraged access: The type UIUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisEmitterPreferencePage.java :

98 : UIUtils utils = new UIUtils( WebServiceAxisConsumptionUIPlugin.ID );

8. WARNING: DiscouragedReference

Discouraged access: The method createGroup(Composite, String, String, String, int, int, int) from the type UIUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisEmitterPreferencePage.java :

107 : Group wsdl2JavaGroup = utils.createGroup(parent, AxisConsumptionUIMessages.GROUP_WSDL2JAVA_NAME, AxisConsumptionUIMessages.TOOLTIP_PPAE_GROUP_WSDL2JAVA, INFOPOP_PPAE_GROUP_WSDL2JAVA, 2, 10,10);

9. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisEmitterPreferencePage.java :

114 : deployScopeTypes = utils.createCombo(wsdl2JavaGroup, AxisConsumptionUIMessages.LABEL_DEPLOY_SCOPE, AxisConsumptionUIMessages.TOOLTIP_PPAE_COMBO_DEPLOY_SCOPE, INFOPOP_PPAE_COMBO_DEPLOY_SCOPE, SWT.SINGLE | SWT.BORDER | SWT.READ_ONLY);

10. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int) from the type UIUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisEmitterPreferencePage.java :

125 : Composite timeOutSubComposite = utils.createComposite(wsdl2JavaGroup, 1);

11. WARNING: DiscouragedReference

Discouraged access: The method createGroup(Composite, String, String, String, int, int, int) from the type UIUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisEmitterPreferencePage.java :

135 : Group java2WsdlGroup = utils.createGroup(parent, AxisConsumptionUIMessages.GROUP_JAVA2WSDL_NAME, AxisConsumptionUIMessages.TOOLTIP_PPAE_GROUP_JAVA2WSDL, INFOPOP_PPAE_GROUP_JAVA2WSDL, 2, 10,10);

12. WARNING: DiscouragedReference

Discouraged access: The type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

223 : allWanted.setSelection( AxisEmitterDefaults.getAllWantedDefault());

13. WARNING: DiscouragedReference

Discouraged access: The method getAllWantedDefault() from the type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

223 : allWanted.setSelection( AxisEmitterDefaults.getAllWantedDefault());

14. WARNING: DiscouragedReference

Discouraged access: The type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

224 : helperWanted.setSelection( AxisEmitterDefaults.getHelperWantedDefault());

15. WARNING: DiscouragedReference

Discouraged access: The method getHelperWantedDefault() from the type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

224 : helperWanted.setSelection( AxisEmitterDefaults.getHelperWantedDefault());

16. WARNING: DiscouragedReference

Discouraged access: The type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

225 : wrapArrays.setSelection( AxisEmitterDefaults.getWrapArraysDefault());

17. WARNING: DiscouragedReference

Discouraged access: The method getWrapArraysDefault() from the type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

225 : wrapArrays.setSelection( AxisEmitterDefaults.getWrapArraysDefault());

18. WARNING: DiscouragedReference

Discouraged access: The type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

226 : deployScopeTypes.select(AxisEmitterDefaults.getDeployScopeDefault());

19. WARNING: DiscouragedReference

Discouraged access: The method getDeployScopeDefault() from the type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

226 : deployScopeTypes.select(AxisEmitterDefaults.getDeployScopeDefault());

20. WARNING: DiscouragedReference

Discouraged access: The type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

228 : else timeOutField.setText("" + AxisEmitterDefaults.getTimeOutDefault());

21. WARNING: DiscouragedReference

Discouraged access: The method getTimeOutDefault() from the type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

228 : else timeOutField.setText("" + AxisEmitterDefaults.getTimeOutDefault());

22. WARNING: DiscouragedReference

Discouraged access: The type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

229 : useInheritedMethods.setSelection(AxisEmitterDefaults.getUseInheritedMethodsDefault());

23. WARNING: DiscouragedReference

Discouraged access: The method getUseInheritedMethodsDefault() from the type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

229 : useInheritedMethods.setSelection(AxisEmitterDefaults.getUseInheritedMethodsDefault());

24. WARNING: DiscouragedReference

Discouraged access: The type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

230 : validateAgainstJAXRPC.setSelection(AxisEmitterDefaults.getValidateAgainstJAXRPC());

25. WARNING: DiscouragedReference

Discouraged access: The method getValidateAgainstJAXRPC() from the type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

230 : validateAgainstJAXRPC.setSelection(AxisEmitterDefaults.getValidateAgainstJAXRPC());

26. WARNING: DiscouragedReference

Discouraged access: The type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

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

27. WARNING: DiscouragedReference

Discouraged access: The type WebServiceAxisConsumptionCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

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

28. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServiceAxisConsumptionCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

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

29. WARNING: DiscouragedReference

Discouraged access: The method getAxisEmitterContext() from the type WebServiceAxisConsumptionCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

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

30. WARNING: DiscouragedReference

Discouraged access: The method isAllWantedEnabled() from the type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

240 : allWanted.setSelection( context.isAllWantedEnabled());

31. WARNING: DiscouragedReference

Discouraged access: The method isHelperWantedEnabled() from the type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

241 : helperWanted.setSelection( context.isHelperWantedEnabled());

32. WARNING: DiscouragedReference

Discouraged access: The method isWrapArraysEnabled() from the type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

242 : wrapArrays.setSelection( context.isWrapArraysEnabled());

33. WARNING: DiscouragedReference

Discouraged access: The method getDeployScopeType() from the type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

243 : deployScopeTypes.select(context.getDeployScopeType());

34. WARNING: DiscouragedReference

Discouraged access: The method isUseInheritedMethodsEnabled() from the type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

244 : useInheritedMethods.setSelection( context.isUseInheritedMethodsEnabled());

35. WARNING: DiscouragedReference

Discouraged access: The method isValidateAgainstJAXRPCEnabled() from the type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

245 : validateAgainstJAXRPC.setSelection( context.isValidateAgainstJAXRPCEnabled() );

36. WARNING: DiscouragedReference

Discouraged access: The method getTimeOut() from the type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

254 : timeOut = context.getTimeOut();

37. WARNING: DiscouragedReference

Discouraged access: The type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

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

38. WARNING: DiscouragedReference

Discouraged access: The type WebServiceAxisConsumptionCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

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

39. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type WebServiceAxisConsumptionCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

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

40. WARNING: DiscouragedReference

Discouraged access: The method getAxisEmitterContext() from the type WebServiceAxisConsumptionCorePlugin is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

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

41. WARNING: DiscouragedReference

Discouraged access: The method setAllWantedEnabled(boolean) from the type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

267 : context.setAllWantedEnabled( allWanted.getSelection() );

42. WARNING: DiscouragedReference

Discouraged access: The method setHelperWantedEnabled(boolean) from the type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

268 : context.setHelperWantedEnabled( helperWanted.getSelection() );

43. WARNING: DiscouragedReference

Discouraged access: The method setWrapArraysEnabled(boolean) from the type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

269 : context.setWrapArraysEnabled( wrapArrays.getSelection() );

44. WARNING: DiscouragedReference

Discouraged access: The method selectDeployScopeType(int) from the type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

270 : context.selectDeployScopeType(deployScopeTypes.getSelectionIndex());

45. WARNING: DiscouragedReference

Discouraged access: The method setTimeOut(int) from the type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

272 : context.setTimeOut(timeOut);

46. WARNING: DiscouragedReference

Discouraged access: The method setUseInheritedMethodsEnabled(boolean) from the type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

273 : context.setUseInheritedMethodsEnabled( useInheritedMethods.getSelection() );

47. WARNING: DiscouragedReference

Discouraged access: The method setValidateAgainstJAXRPCEnabled(boolean) from the type AxisEmitterContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

274 : context.setValidateAgainstJAXRPCEnabled( validateAgainstJAXRPC.getSelection() );

48. WARNING: DiscouragedReference

Discouraged access: The type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

292 : return AxisEmitterDefaults.getTimeOutDefault();

49. WARNING: DiscouragedReference

Discouraged access: The method getTimeOutDefault() from the type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

292 : return AxisEmitterDefaults.getTimeOutDefault();

50. WARNING: DiscouragedReference

Discouraged access: The type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

295 : else return AxisEmitterDefaults.getTimeOutDefault();

51. WARNING: DiscouragedReference

Discouraged access: The method getTimeOutDefault() from the type AxisEmitterDefaults is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisEmitterPreferencePage.java :

295 : else return AxisEmitterDefaults.getTimeOutDefault();

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

Discouraged access: The type WSDL2JavaCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

ClientCodeGenOperation.java :

27 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

ClientCodeGenOperation.java :

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

3. WARNING: DiscouragedReference

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

ClientCodeGenOperation.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type WSDL2JavaCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

ClientCodeGenOperation.java :

38 : private WSDL2JavaCommand wsdl2JavaCommand = null;

5. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

ClientCodeGenOperation.java :

39 : private JavaWSDLParameter javaWSDLParam;

6. WARNING: DiscouragedReference

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

ClientCodeGenOperation.java :

45 : private WebServicesParser webServicesParser;

7. WARNING: DiscouragedReference

Discouraged access: The constructor WSDL2JavaCommand() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

ClientCodeGenOperation.java :

54 : wsdl2JavaCommand = new WSDL2JavaCommand();

8. WARNING: DiscouragedReference

Discouraged access: The type WSDL2JavaCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

ClientCodeGenOperation.java :

54 : wsdl2JavaCommand = new WSDL2JavaCommand();

9. WARNING: DiscouragedReference

Discouraged access: The method setJavaWSDLParam(JavaWSDLParameter) from the type WSDL2JavaCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

ClientCodeGenOperation.java :

100 : wsdl2JavaCommand.setJavaWSDLParam(javaWSDLParam);

10. WARNING: DiscouragedReference

Discouraged access: The method setWsdlURI(String) from the type WSDL2JavaCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

ClientCodeGenOperation.java :

101 : wsdl2JavaCommand.setWsdlURI(wsdlURI);

11. WARNING: DiscouragedReference

Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type WSDL2JavaCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

ClientCodeGenOperation.java :

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

12. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

ClientCodeGenOperation.java :

132 : public JavaWSDLParameter getJavaWSDLParam() {

13. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

ClientCodeGenOperation.java :

136 : public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam) {

14. WARNING: DiscouragedReference

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

ClientCodeGenOperation.java :

148 : public void setWebServicesParser(WebServicesParser webServicesParser) {

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

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

CopyAxisJarCommand.java :

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

2. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type ConsumptionMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

CopyAxisJarCommand.java :

53 : import org.eclipse.jst.ws.internal.consumption.ConsumptionMessages;

4. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

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

5. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

55 : import org.eclipse.wst.command.internal.env.core.common.ProgressUtils;

6. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

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

7. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

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

8. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

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

9. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

61 : import org.eclipse.wst.ws.internal.common.BundleUtils;

10. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

114 : ProgressUtils.report(monitor, AxisConsumptionUIMessages.PROGRESS_INFO_COPY_AXIS_CFG);

11. WARNING: DiscouragedReference

Discouraged access: The method report(IProgressMonitor, String) from the type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyAxisJarCommand.java :

114 : ProgressUtils.report(monitor, AxisConsumptionUIMessages.PROGRESS_INFO_COPY_AXIS_CFG);

12. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

116 : if (J2EEUtils.isWebComponent(project)) {

13. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

116 : if (J2EEUtils.isWebComponent(project)) {

14. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

121 : if (J2EEUtils.isJavaComponent(project)) {

15. WARNING: DiscouragedReference

Discouraged access: The method isJavaComponent(IProject) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

CopyAxisJarCommand.java :

121 : if (J2EEUtils.isJavaComponent(project)) {

16. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

129 : status = StatusUtils.errorStatus(AxisConsumptionUIMessages.MSG_WARN_NO_JAVA_NATURE);

17. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyAxisJarCommand.java :

129 : status = StatusUtils.errorStatus(AxisConsumptionUIMessages.MSG_WARN_NO_JAVA_NATURE);

18. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

142 : IPath webModulePath = J2EEUtils.getWebContentPath(project);

19. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

142 : IPath webModulePath = J2EEUtils.getWebContentPath(project);

20. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

144 : status = StatusUtils.errorStatus(ConsumptionMessages.MSG_ERROR_PROJECT_NOT_FOUND);

21. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyAxisJarCommand.java :

144 : status = StatusUtils.errorStatus(ConsumptionMessages.MSG_ERROR_PROJECT_NOT_FOUND);

22. WARNING: DiscouragedReference

Discouraged access: The type ConsumptionMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

CopyAxisJarCommand.java :

144 : status = StatusUtils.errorStatus(ConsumptionMessages.MSG_ERROR_PROJECT_NOT_FOUND);

23. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_PROJECT_NOT_FOUND from the type ConsumptionMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

CopyAxisJarCommand.java :

144 : status = StatusUtils.errorStatus(ConsumptionMessages.MSG_ERROR_PROJECT_NOT_FOUND);

24. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

185 : ProgressUtils.report(monitor, ConsumptionMessages.PROGRESS_INFO_COPYING_FILE);

25. WARNING: DiscouragedReference

Discouraged access: The method report(IProgressMonitor, String) from the type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyAxisJarCommand.java :

185 : ProgressUtils.report(monitor, ConsumptionMessages.PROGRESS_INFO_COPYING_FILE);

26. WARNING: DiscouragedReference

Discouraged access: The type ConsumptionMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

CopyAxisJarCommand.java :

185 : ProgressUtils.report(monitor, ConsumptionMessages.PROGRESS_INFO_COPYING_FILE);

27. WARNING: DiscouragedReference

Discouraged access: The field PROGRESS_INFO_COPYING_FILE from the type ConsumptionMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

CopyAxisJarCommand.java :

185 : ProgressUtils.report(monitor, ConsumptionMessages.PROGRESS_INFO_COPYING_FILE);

28. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

188 : ResourceContext context = new TransientResourceContext();

29. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

188 : ResourceContext context = new TransientResourceContext();

30. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

188 : ResourceContext context = new TransientResourceContext();

31. WARNING: DiscouragedReference

Discouraged access: The method setOverwriteFilesEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyAxisJarCommand.java :

189 : context.setOverwriteFilesEnabled(true);

32. WARNING: DiscouragedReference

Discouraged access: The method setCreateFoldersEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyAxisJarCommand.java :

190 : context.setCreateFoldersEnabled(true);

33. WARNING: DiscouragedReference

Discouraged access: The method setCheckoutFilesEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyAxisJarCommand.java :

191 : context.setCheckoutFilesEnabled(true);

34. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

192 : URL sourceURL = BundleUtils.getURLFromBundle(pluginId, source);

35. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

192 : URL sourceURL = BundleUtils.getURLFromBundle(pluginId, source);

36. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

193 : IFile resource = ResourceUtils.getWorkspaceRoot().getFile(target);

37. WARNING: DiscouragedReference

Discouraged access: The method getWorkspaceRoot() from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

CopyAxisJarCommand.java :

193 : IFile resource = ResourceUtils.getWorkspaceRoot().getFile(target);

38. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

195 : IFile file = FileResourceUtils.createFile(context, target, sourceURL.openStream(), monitor, env.getStatusHandler());

39. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

CopyAxisJarCommand.java :

195 : IFile file = FileResourceUtils.createFile(context, target, sourceURL.openStream(), monitor, env.getStatusHandler());

40. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

203 : status = StatusUtils.errorStatus(AxisConsumptionUIMessages.MSG_ERROR_FILECOPY, e);

41. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyAxisJarCommand.java :

203 : status = StatusUtils.errorStatus(AxisConsumptionUIMessages.MSG_ERROR_FILECOPY, e);

42. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

214 : ProgressUtils.report(monitor, ConsumptionMessages.PROGRESS_INFO_COPYING_FILE);

43. WARNING: DiscouragedReference

Discouraged access: The method report(IProgressMonitor, String) from the type ProgressUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyAxisJarCommand.java :

214 : ProgressUtils.report(monitor, ConsumptionMessages.PROGRESS_INFO_COPYING_FILE);

44. WARNING: DiscouragedReference

Discouraged access: The type ConsumptionMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

CopyAxisJarCommand.java :

214 : ProgressUtils.report(monitor, ConsumptionMessages.PROGRESS_INFO_COPYING_FILE);

45. WARNING: DiscouragedReference

Discouraged access: The field PROGRESS_INFO_COPYING_FILE from the type ConsumptionMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

CopyAxisJarCommand.java :

214 : ProgressUtils.report(monitor, ConsumptionMessages.PROGRESS_INFO_COPYING_FILE);

46. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

217 : ResourceContext context = new TransientResourceContext();

47. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

217 : ResourceContext context = new TransientResourceContext();

48. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

217 : ResourceContext context = new TransientResourceContext();

49. WARNING: DiscouragedReference

Discouraged access: The method setOverwriteFilesEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyAxisJarCommand.java :

218 : context.setOverwriteFilesEnabled(true);

50. WARNING: DiscouragedReference

Discouraged access: The method setCreateFoldersEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyAxisJarCommand.java :

219 : context.setCreateFoldersEnabled(true);

51. WARNING: DiscouragedReference

Discouraged access: The method setCheckoutFilesEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyAxisJarCommand.java :

220 : context.setCheckoutFilesEnabled(true);

52. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

224 : IFile resource = ResourceUtils.getWorkspaceRoot().getFile(target);

53. WARNING: DiscouragedReference

Discouraged access: The method getWorkspaceRoot() from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

CopyAxisJarCommand.java :

224 : IFile resource = ResourceUtils.getWorkspaceRoot().getFile(target);

54. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

228 : IFile file = FileResourceUtils.createFile(context, target, is, monitor, env.getStatusHandler());

55. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

CopyAxisJarCommand.java :

228 : IFile file = FileResourceUtils.createFile(context, target, is, monitor, env.getStatusHandler());

56. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

237 : status = StatusUtils.errorStatus(AxisConsumptionUIMessages.MSG_ERROR_FILECOPY, e);

57. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyAxisJarCommand.java :

237 : status = StatusUtils.errorStatus(AxisConsumptionUIMessages.MSG_ERROR_FILECOPY, e);

58. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

253 : IFile resource = ResourceUtils.getWorkspaceRoot().getFile(path);

59. WARNING: DiscouragedReference

Discouraged access: The method getWorkspaceRoot() from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

CopyAxisJarCommand.java :

253 : IFile resource = ResourceUtils.getWorkspaceRoot().getFile(path);

60. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

270 : IFile resource = ResourceUtils.getWorkspaceRoot().getFile(jarPath);

61. WARNING: DiscouragedReference

Discouraged access: The method getWorkspaceRoot() from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

CopyAxisJarCommand.java :

270 : IFile resource = ResourceUtils.getWorkspaceRoot().getFile(jarPath);

62. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

309 : IPath javaxWsdlJarPath = BundleUtils.getJarredPluginPath(JAVAX_WSDL_PLUGIN_ID);

63. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

309 : IPath javaxWsdlJarPath = BundleUtils.getJarredPluginPath(JAVAX_WSDL_PLUGIN_ID);

64. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

314 : IPath commonLoggingJarPath = BundleUtils.getJarredPluginPath(COMMON_LOGGING_PLUGIN_ID);

65. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

314 : IPath commonLoggingJarPath = BundleUtils.getJarredPluginPath(COMMON_LOGGING_PLUGIN_ID);

66. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

321 : status = StatusUtils.errorStatus(AxisConsumptionUIMessages.MSG_ERROR_BAD_BUILDPATH, e);

67. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

CopyAxisJarCommand.java :

321 : status = StatusUtils.errorStatus(AxisConsumptionUIMessages.MSG_ERROR_BAD_BUILDPATH, e);

68. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

419 : URL localURL = Platform.asLocalURL(BundleUtils.getURLFromBundle(pluginId, theJar));

69. WARNING: DiscouragedReference

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

CopyAxisJarCommand.java :

419 : URL localURL = Platform.asLocalURL(BundleUtils.getURLFromBundle(pluginId, theJar));

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

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForHTTPBasicAuthCommand.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type DialogWWWAuthentication is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

DefaultsForHTTPBasicAuthCommand.java :

18 : import org.eclipse.jst.ws.internal.consumption.ui.wsil.DialogWWWAuthentication;

3. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

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

4. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

22 : import org.eclipse.wst.ws.internal.parser.wsil.WWWAuthenticationException;

5. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

23 : import org.eclipse.wst.ws.internal.parser.wsil.WebServiceEntity;

6. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

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

7. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

30 : private WebServicesParser webServicesParser;

8. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForHTTPBasicAuthCommand.java :

32 : private JavaWSDLParameter javaWSDLParam;

9. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

45 : webServicesParser = new WebServicesParserExt();

10. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

45 : webServicesParser = new WebServicesParserExt();

11. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

48 : WebServiceEntity wsEntity = webServicesParser.getWebServiceEntityByURI(wsdlServiceURL);

12. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

48 : WebServiceEntity wsEntity = webServicesParser.getWebServiceEntityByURI(wsdlServiceURL);

13. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

49 : if (wsEntity == null || !wsEntity.isEntityResolved())

14. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

51 : webServicesParser.setURI(wsdlServiceURL);

15. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

54 : webServicesParser.parse(WebServicesParser.PARSE_NONE);

16. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

54 : webServicesParser.parse(WebServicesParser.PARSE_NONE);

17. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

54 : webServicesParser.parse(WebServicesParser.PARSE_NONE);

18. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

56 : catch (WWWAuthenticationException wwwae)

19. WARNING: DiscouragedReference

Discouraged access: The type DialogWWWAuthentication is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

DefaultsForHTTPBasicAuthCommand.java :

58 : DialogWWWAuthentication dialog = new DialogWWWAuthentication(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell());

20. WARNING: DiscouragedReference

Discouraged access: The constructor DialogWWWAuthentication(Shell) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

DefaultsForHTTPBasicAuthCommand.java :

58 : DialogWWWAuthentication dialog = new DialogWWWAuthentication(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell());

21. WARNING: DiscouragedReference

Discouraged access: The type DialogWWWAuthentication is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

DefaultsForHTTPBasicAuthCommand.java :

58 : DialogWWWAuthentication dialog = new DialogWWWAuthentication(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell());

22. WARNING: DiscouragedReference

Discouraged access: The method handleWWWAuthentication(WWWAuthenticationException) from the type DialogWWWAuthentication is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

DefaultsForHTTPBasicAuthCommand.java :

59 : dialog.handleWWWAuthentication(wwwae);

23. WARNING: DiscouragedReference

Discouraged access: The method getUsername() from the type DialogWWWAuthentication is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

DefaultsForHTTPBasicAuthCommand.java :

60 : String username = dialog.getUsername();

24. WARNING: DiscouragedReference

Discouraged access: The method getPassword() from the type DialogWWWAuthentication is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

DefaultsForHTTPBasicAuthCommand.java :

61 : String password = dialog.getPassword();

25. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

64 : webServicesParser.setHTTPBasicAuthUsername(username);

26. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

65 : webServicesParser.setHTTPBasicAuthPassword(password);

27. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

68 : webServicesParser.parse(WebServicesParser.PARSE_NONE);

28. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

68 : webServicesParser.parse(WebServicesParser.PARSE_NONE);

29. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

68 : webServicesParser.parse(WebServicesParser.PARSE_NONE);

30. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

73 : webServicesParser.setHTTPBasicAuthUsername(null);

31. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

74 : webServicesParser.setHTTPBasicAuthPassword(null);

32. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

80 : wsEntity = webServicesParser.getWebServiceEntityByURI(wsdlServiceURL);

33. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

82 : if (wsEntity != null && wsEntity.getType() == WebServiceEntity.TYPE_WSDL)

34. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

82 : if (wsEntity != null && wsEntity.getType() == WebServiceEntity.TYPE_WSDL)

35. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

82 : if (wsEntity != null && wsEntity.getType() == WebServiceEntity.TYPE_WSDL)

36. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

84 : String httpUsername = wsEntity.getHTTPUsername();

37. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

85 : String httpPassword = wsEntity.getHTTPPassword();

38. WARNING: DiscouragedReference

Discouraged access: The method setHTTPUsername(String) from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForHTTPBasicAuthCommand.java :

88 : javaWSDLParam.setHTTPUsername(httpUsername);

39. WARNING: DiscouragedReference

Discouraged access: The method setHTTPPassword(String) from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForHTTPBasicAuthCommand.java :

89 : javaWSDLParam.setHTTPPassword(httpPassword);

40. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForHTTPBasicAuthCommand.java :

98 : public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam) {

41. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

DefaultsForHTTPBasicAuthCommand.java :

112 : public JavaWSDLParameter getJavaWSDLParam() {

42. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

119 : public WebServicesParser getWebServicesParser() {

43. WARNING: DiscouragedReference

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

DefaultsForHTTPBasicAuthCommand.java :

126 : public void setWebServicesParser(WebServicesParser webServicesParser) {

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

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

RefreshProjectCommand.java :

22 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

RefreshProjectCommand.java :

49 : IStatus status = StatusUtils.errorStatus( AxisConsumptionUIMessages.MSG_ERROR_REFRESH_PROJECT, e);

3. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

RefreshProjectCommand.java :

49 : IStatus status = StatusUtils.errorStatus( AxisConsumptionUIMessages.MSG_ERROR_REFRESH_PROJECT, e);

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

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

Stub2BeanCommand.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type NameMappingUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

Stub2BeanCommand.java :

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

3. WARNING: DiscouragedReference

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

Stub2BeanCommand.java :

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

4. WARNING: DiscouragedReference

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

Stub2BeanCommand.java :

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

5. WARNING: DiscouragedReference

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

Stub2BeanCommand.java :

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

6. WARNING: DiscouragedReference

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

Stub2BeanCommand.java :

56 : private WebServicesParser webServicesParser;

7. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

Stub2BeanCommand.java :

57 : private JavaWSDLParameter javaWSDLParam_;

8. WARNING: DiscouragedReference

Discouraged access: The method getInputWsdlLocation() from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

Stub2BeanCommand.java :

77 : String inputWsdlLocation = javaWSDLParam_.getInputWsdlLocation();

9. WARNING: DiscouragedReference

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

Stub2BeanCommand.java :

78 : Definition def = webServicesParser.getWSDLDefinition(inputWsdlLocation);

10. WARNING: DiscouragedReference

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

Stub2BeanCommand.java :

90 : def = webServicesParser.getWSDLDefinition(file.toURL().toString());

11. WARNING: DiscouragedReference

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

Stub2BeanCommand.java :

103 : if (!ResourceUtils.isJavaProject(clientProject_))

12. WARNING: DiscouragedReference

Discouraged access: The method isJavaProject(IProject) from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

Stub2BeanCommand.java :

103 : if (!ResourceUtils.isJavaProject(clientProject_))

13. WARNING: DiscouragedReference

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

Stub2BeanCommand.java :

105 : IStatus status = StatusUtils.errorStatus( AxisConsumptionUIMessages.MSG_WARN_NO_JAVA_NATURE);

14. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

Stub2BeanCommand.java :

105 : IStatus status = StatusUtils.errorStatus( AxisConsumptionUIMessages.MSG_WARN_NO_JAVA_NATURE);

15. WARNING: DiscouragedReference

Discouraged access: The method getMappings() from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

Stub2BeanCommand.java :

111 : Map pkg2nsMapping = javaWSDLParam_.getMappings();

16. WARNING: DiscouragedReference

Discouraged access: The type NameMappingUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

Stub2BeanCommand.java :

116 : String servicePkgName = NameMappingUtils.getPackageName(service.getQName().getNamespaceURI(), pkg2nsMapping);

17. WARNING: DiscouragedReference

Discouraged access: The method getPackageName(String, Map) from the type NameMappingUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

Stub2BeanCommand.java :

116 : String servicePkgName = NameMappingUtils.getPackageName(service.getQName().getNamespaceURI(), pkg2nsMapping);

18. WARNING: DiscouragedReference

Discouraged access: The type NameMappingUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

Stub2BeanCommand.java :

162 : String portTypePkgName = NameMappingUtils.getPackageName(portType.getQName().getNamespaceURI(), pkg2nsMapping);

19. WARNING: DiscouragedReference

Discouraged access: The method getPackageName(String, Map) from the type NameMappingUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

Stub2BeanCommand.java :

162 : String portTypePkgName = NameMappingUtils.getPackageName(portType.getQName().getNamespaceURI(), pkg2nsMapping);

20. WARNING: DiscouragedReference

Discouraged access: The type NameMappingUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

Stub2BeanCommand.java :

195 : stub2BeanInfo.addSEI(portTypePkgName, portTypeClassName, servicePkgName, serviceClassName, jndiName, NameMappingUtils.getPortName(port.getName()));

21. WARNING: DiscouragedReference

Discouraged access: The method getPortName(String) from the type NameMappingUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

Stub2BeanCommand.java :

195 : stub2BeanInfo.addSEI(portTypePkgName, portTypeClassName, servicePkgName, serviceClassName, jndiName, NameMappingUtils.getPortName(port.getName()));

22. WARNING: DiscouragedReference

Discouraged access: The type NameMappingUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

Stub2BeanCommand.java :

220 : return NameMappingUtils.xmlNameToJavaClass(className);

23. WARNING: DiscouragedReference

Discouraged access: The method xmlNameToJavaClass(String) from the type NameMappingUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

Stub2BeanCommand.java :

220 : return NameMappingUtils.xmlNameToJavaClass(className);

24. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

Stub2BeanCommand.java :

227 : public JavaWSDLParameter getJavaWSDLParam()

25. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

Stub2BeanCommand.java :

236 : public void setJavaWSDLParam(JavaWSDLParameter javaWSDLParam)

26. WARNING: DiscouragedReference

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

Stub2BeanCommand.java :

243 : public WebServicesParser getWebServicesParser() {

27. WARNING: DiscouragedReference

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

Stub2BeanCommand.java :

250 : public void setWebServicesParser(WebServicesParser webServicesParser) {

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

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

Stub2BeanInfo.java :

41 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

Stub2BeanInfo.java :

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

3. WARNING: DiscouragedReference

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

Stub2BeanInfo.java :

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

4. WARNING: DiscouragedReference

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

Stub2BeanInfo.java :

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

5. WARNING: DiscouragedReference

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

Stub2BeanInfo.java :

170 : IProject project = ResourceUtils.getProjectOf( outputPath );

6. WARNING: DiscouragedReference

Discouraged access: The method getProjectOf(IPath) from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

Stub2BeanInfo.java :

170 : IProject project = ResourceUtils.getProjectOf( outputPath );

7. WARNING: DiscouragedReference

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

Stub2BeanInfo.java :

192 : FileResourceUtils.createFile(((BaseEclipseEnvironment) env).getResourceContext(), newFilePath, bais, progressMonitor, statusMonitor);

8. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env_1.0.308.v200811200248/env.jar

Stub2BeanInfo.java :

192 : FileResourceUtils.createFile(((BaseEclipseEnvironment) env).getResourceContext(), newFilePath, bais, progressMonitor, statusMonitor);

9. WARNING: DiscouragedReference

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

Stub2BeanInfo.java :

192 : FileResourceUtils.createFile(((BaseEclipseEnvironment) env).getResourceContext(), newFilePath, bais, progressMonitor, statusMonitor);

10. WARNING: DiscouragedReference

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

Stub2BeanInfo.java :

192 : FileResourceUtils.createFile(((BaseEclipseEnvironment) env).getResourceContext(), newFilePath, bais, progressMonitor, statusMonitor);

11. WARNING: DiscouragedReference

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

Stub2BeanInfo.java :

483 : JavaClass javaClass = JavaMOFUtils.getJavaClass(getPackageName(sei), getClassName(sei), clientProject_);

12. WARNING: DiscouragedReference

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

Stub2BeanInfo.java :

483 : JavaClass javaClass = JavaMOFUtils.getJavaClass(getPackageName(sei), getClassName(sei), clientProject_);

13. WARNING: DiscouragedReference

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

Stub2BeanInfo.java :

488 : javaClass = JavaMOFUtils.getJavaClass(getPackageName(sei), getClassName(sei), clientProject_);

14. WARNING: DiscouragedReference

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

Stub2BeanInfo.java :

488 : javaClass = JavaMOFUtils.getJavaClass(getPackageName(sei), getClassName(sei), clientProject_);

15. WARNING: DiscouragedReference

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

Stub2BeanInfo.java :

498 : javaClass = JavaMOFUtils.getJavaClass(getPackageName(sei), getClassName(sei), clientProject_);

16. WARNING: DiscouragedReference

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

Stub2BeanInfo.java :

498 : javaClass = JavaMOFUtils.getJavaClass(getPackageName(sei), getClassName(sei), clientProject_);

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

Discouraged access: The type ConsumptionUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

ValidateWSDLCommand.java :

20 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ValidateWSDLCommand.java :

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

3. WARNING: DiscouragedReference

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

ValidateWSDLCommand.java :

25 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.202.v200805140300.jar

ValidateWSDLCommand.java :

31 : private WebServicesParser webServicesParser;

5. WARNING: DiscouragedReference

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

ValidateWSDLCommand.java :

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

6. WARNING: DiscouragedReference

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

ValidateWSDLCommand.java :

49 : IStatus status = StatusUtils.errorStatus( NLS.bind(ConsumptionUIMessages.MSG_ERROR_WSDL_HAS_NO_SERVICE_ELEMENT, new Object[] {wsdlURI}), null);

7. WARNING: DiscouragedReference

Discouraged access: The method errorStatus(String, Throwable) from the type StatusUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

ValidateWSDLCommand.java :

49 : IStatus status = StatusUtils.errorStatus( NLS.bind(ConsumptionUIMessages.MSG_ERROR_WSDL_HAS_NO_SERVICE_ELEMENT, new Object[] {wsdlURI}), null);

8. WARNING: DiscouragedReference

Discouraged access: The type ConsumptionUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

ValidateWSDLCommand.java :

49 : IStatus status = StatusUtils.errorStatus( NLS.bind(ConsumptionUIMessages.MSG_ERROR_WSDL_HAS_NO_SERVICE_ELEMENT, new Object[] {wsdlURI}), null);

9. WARNING: DiscouragedReference

Discouraged access: The field MSG_ERROR_WSDL_HAS_NO_SERVICE_ELEMENT from the type ConsumptionUIMessages is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

ValidateWSDLCommand.java :

49 : IStatus status = StatusUtils.errorStatus( NLS.bind(ConsumptionUIMessages.MSG_ERROR_WSDL_HAS_NO_SERVICE_ELEMENT, new Object[] {wsdlURI}), null);

10. WARNING: DiscouragedReference

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

ValidateWSDLCommand.java :

69 : public void setWebServicesParser(WebServicesParser webServicesParser)

Source File: org/eclipse/jst/ws/internal/axis/consumption/ui/util/ClasspathUtils.java
1. WARNING: DiscouragedReference

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

ClasspathUtils.java :

34 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

2. WARNING: DiscouragedReference

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

ClasspathUtils.java :

35 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

ClasspathUtils.java :

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

4. WARNING: DiscouragedReference

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

ClasspathUtils.java :

86 : if (J2EEUtils.isEARComponent(comp)) {

5. WARNING: DiscouragedReference

Discouraged access: The method isEARComponent(IVirtualComponent) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

ClasspathUtils.java :

86 : if (J2EEUtils.isEARComponent(comp)) {

6. WARNING: DiscouragedReference

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

ClasspathUtils.java :

92 : } else if (J2EEUtils.isWebComponent(comp) || J2EEUtils.isJavaComponent(comp)) {

7. WARNING: DiscouragedReference

Discouraged access: The method isWebComponent(IVirtualComponent) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

ClasspathUtils.java :

92 : } else if (J2EEUtils.isWebComponent(comp) || J2EEUtils.isJavaComponent(comp)) {

8. WARNING: DiscouragedReference

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

ClasspathUtils.java :

92 : } else if (J2EEUtils.isWebComponent(comp) || J2EEUtils.isJavaComponent(comp)) {

9. WARNING: DiscouragedReference

Discouraged access: The method isJavaComponent(IVirtualComponent) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

ClasspathUtils.java :

92 : } else if (J2EEUtils.isWebComponent(comp) || J2EEUtils.isJavaComponent(comp)) {

10. WARNING: DiscouragedReference

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

ClasspathUtils.java :

97 : IPackageFragmentRoot[] pkgFragmentRoot = ResourceUtils.getJavaPackageFragmentRoots(project);

11. WARNING: DiscouragedReference

Discouraged access: The method getJavaPackageFragmentRoots(IProject) from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

ClasspathUtils.java :

97 : IPackageFragmentRoot[] pkgFragmentRoot = ResourceUtils.getJavaPackageFragmentRoots(project);

12. WARNING: DiscouragedReference

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

ClasspathUtils.java :

105 : outputContainer = J2EEProjectUtilities.getOutputContainer(project, pkgFragmentRoot[i]);

13. WARNING: DiscouragedReference

Discouraged access: The method getOutputContainer(IProject, IPackageFragmentRoot) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.j2ee/@dot

ClasspathUtils.java :

105 : outputContainer = J2EEProjectUtilities.getOutputContainer(project, pkgFragmentRoot[i]);

14. WARNING: DiscouragedReference

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

ClasspathUtils.java :

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

15. WARNING: DiscouragedReference

Discouraged access: The method isWebComponent(IVirtualComponent) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

ClasspathUtils.java :

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

16. WARNING: DiscouragedReference

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

ClasspathUtils.java :

164 : if (J2EEUtils.isEARComponent(comp)) {

17. WARNING: DiscouragedReference

Discouraged access: The method isEARComponent(IVirtualComponent) from the type J2EEUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

ClasspathUtils.java :

164 : if (J2EEUtils.isEARComponent(comp)) {

Source File: org/eclipse/jst/ws/internal/axis/consumption/ui/util/WSDLUtils.java
1. WARNING: DiscouragedReference

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

WSDLUtils.java :

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

2. WARNING: DiscouragedReference

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

WSDLUtils.java :

167 : wsdlFactory = new WSDLFactoryImpl();

3. WARNING: DiscouragedReference

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

WSDLUtils.java :

167 : wsdlFactory = new WSDLFactoryImpl();

Source File: org/eclipse/jst/ws/internal/axis/consumption/ui/widgets/AxisMappingsFragment.java
1. WARNING: DiscouragedReference

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

AxisMappingsFragment.java :

13 : import org.eclipse.wst.command.internal.env.core.common.Condition;

2. WARNING: DiscouragedReference

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

AxisMappingsFragment.java :

14 : import org.eclipse.wst.command.internal.env.core.fragment.BooleanFragment;

3. WARNING: DiscouragedReference

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

AxisMappingsFragment.java :

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

4. WARNING: DiscouragedReference

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

AxisMappingsFragment.java :

18 : public class AxisMappingsFragment extends BooleanFragment

5. WARNING: DiscouragedReference

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

AxisMappingsFragment.java :

24 : super();

6. WARNING: DiscouragedReference

Discouraged access: The method setTrueFragment(CommandFragment) from the type BooleanFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisMappingsFragment.java :

25 : setTrueFragment( new SimpleFragment( "AxisMappingsWidget" ));

7. WARNING: DiscouragedReference

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

AxisMappingsFragment.java :

25 : setTrueFragment( new SimpleFragment( "AxisMappingsWidget" ));

8. WARNING: DiscouragedReference

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

AxisMappingsFragment.java :

25 : setTrueFragment( new SimpleFragment( "AxisMappingsWidget" ));

9. WARNING: DiscouragedReference

Discouraged access: The method setCondition(Condition) from the type BooleanFragment is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisMappingsFragment.java :

26 : setCondition( new Condition() { public boolean evaluate() { return showMappings_; } } );

10. WARNING: DiscouragedReference

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

AxisMappingsFragment.java :

26 : setCondition( new Condition()

Source File: org/eclipse/jst/ws/internal/axis/consumption/ui/widgets/AxisMappingsWidget.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisMappingsWidget.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type TableViewerWidget is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisMappingsWidget.java :

24 : import org.eclipse.jst.ws.internal.consumption.ui.widgets.TableViewerWidget;

3. WARNING: DiscouragedReference

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

AxisMappingsWidget.java :

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

4. WARNING: DiscouragedReference

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

AxisMappingsWidget.java :

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

5. WARNING: DiscouragedReference

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

AxisMappingsWidget.java :

36 : public class AxisMappingsWidget extends SimpleWidgetDataContributor

6. WARNING: DiscouragedReference

Discouraged access: The type TableViewerWidget is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisMappingsWidget.java :

40 : private TableViewerWidget mappings_;

7. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisMappingsWidget.java :

43 : private JavaWSDLParameter javaParameter_;

8. WARNING: DiscouragedReference

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

AxisMappingsWidget.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The constructor TableViewerWidget(String[], List, Object, byte) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisMappingsWidget.java :

79 : mappings_ = new TableViewerWidget( columns, initValues, new String[] {DEFAULT_PACKAGE, DEFAULT_NAMESPACE}, TableViewerWidget.MAP_ONE_TO_ONE); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The type TableViewerWidget is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisMappingsWidget.java :

79 : mappings_ = new TableViewerWidget( columns, initValues, new String[] {DEFAULT_PACKAGE, DEFAULT_NAMESPACE}, TableViewerWidget.MAP_ONE_TO_ONE); //$NON-NLS-1$

11. WARNING: DiscouragedReference

Discouraged access: The type TableViewerWidget is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisMappingsWidget.java :

79 : mappings_ = new TableViewerWidget( columns, initValues, new String[] {DEFAULT_PACKAGE, DEFAULT_NAMESPACE}, TableViewerWidget.MAP_ONE_TO_ONE); //$NON-NLS-1$

12. WARNING: DiscouragedReference

Discouraged access: The field MAP_ONE_TO_ONE from the type TableViewerWidget is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisMappingsWidget.java :

79 : mappings_ = new TableViewerWidget( columns, initValues, new String[] {DEFAULT_PACKAGE, DEFAULT_NAMESPACE}, TableViewerWidget.MAP_ONE_TO_ONE); //$NON-NLS-1$

13. WARNING: DiscouragedReference

Discouraged access: The constructor TableViewerWidget(String[], List, Object, byte) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisMappingsWidget.java :

85 : mappings_ = new TableViewerWidget( columns, initValues, new String[] {DEFAULT_NAMESPACE, DEFAULT_PACKAGE }, TableViewerWidget.MAP_MANY_TO_ONE); //$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The type TableViewerWidget is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisMappingsWidget.java :

85 : mappings_ = new TableViewerWidget( columns, initValues, new String[] {DEFAULT_NAMESPACE, DEFAULT_PACKAGE }, TableViewerWidget.MAP_MANY_TO_ONE); //$NON-NLS-1$

15. WARNING: DiscouragedReference

Discouraged access: The type TableViewerWidget is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisMappingsWidget.java :

85 : mappings_ = new TableViewerWidget( columns, initValues, new String[] {DEFAULT_NAMESPACE, DEFAULT_PACKAGE }, TableViewerWidget.MAP_MANY_TO_ONE); //$NON-NLS-1$

16. WARNING: DiscouragedReference

Discouraged access: The field MAP_MANY_TO_ONE from the type TableViewerWidget is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisMappingsWidget.java :

85 : mappings_ = new TableViewerWidget( columns, initValues, new String[] {DEFAULT_NAMESPACE, DEFAULT_PACKAGE }, TableViewerWidget.MAP_MANY_TO_ONE); //$NON-NLS-1$

17. WARNING: DiscouragedReference

Discouraged access: The method addControls(Composite, Listener) from the type TableViewerWidget is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisMappingsWidget.java :

88 : mappings_.addControls( parent, statusListener );

18. WARNING: DiscouragedReference

Discouraged access: The method getStatus() from the type TableViewerWidget is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisMappingsWidget.java :

95 : return mappings_.getStatus();

19. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisMappingsWidget.java :

98 : public void setJavaParameter( JavaWSDLParameter parameter )

20. WARNING: DiscouragedReference

Discouraged access: The type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisMappingsWidget.java :

103 : public JavaWSDLParameter getJavaParameter()

21. WARNING: DiscouragedReference

Discouraged access: The method getItems() from the type TableViewerWidget is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

AxisMappingsWidget.java :

108 : TableItem[] pairs = mappings_.getItems();

22. WARNING: DiscouragedReference

Discouraged access: The method setMappings(HashMap) from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisMappingsWidget.java :

114 : javaParameter_.setMappings(map);

23. WARNING: DiscouragedReference

Discouraged access: The method getBeanName() from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisMappingsWidget.java :

117 : String beanName = javaParameter_.getBeanName();

24. WARNING: DiscouragedReference

Discouraged access: The method setNamespace(String) from the type JavaWSDLParameter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.306.v200810082309.jar

AxisMappingsWidget.java :

124 : javaParameter_.setNamespace(tns);

Source File: org/eclipse/jst/ws/internal/axis/consumption/ui/widgets/AxisProxyWidget.java
1. WARNING: DiscouragedReference

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

AxisProxyWidget.java :

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

2. WARNING: DiscouragedReference

Discouraged access: The type UIUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisProxyWidget.java :

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

3. WARNING: DiscouragedReference

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

AxisProxyWidget.java :

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

4. WARNING: DiscouragedReference

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

AxisProxyWidget.java :

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

5. WARNING: DiscouragedReference

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

AxisProxyWidget.java :

33 : public class AxisProxyWidget extends SimpleWidgetDataContributor

6. WARNING: DiscouragedReference

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

AxisProxyWidget.java :

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

7. WARNING: DiscouragedReference

Discouraged access: The type UIUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisProxyWidget.java :

54 : UIUtils uiUtils = new UIUtils( pluginId_ );

8. WARNING: DiscouragedReference

Discouraged access: The constructor UIUtils(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisProxyWidget.java :

54 : UIUtils uiUtils = new UIUtils( pluginId_ );

9. WARNING: DiscouragedReference

Discouraged access: The type UIUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisProxyWidget.java :

54 : UIUtils uiUtils = new UIUtils( pluginId_ );

10. WARNING: DiscouragedReference

Discouraged access: The method createCheckbox(Composite, String, String, String) from the type UIUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisProxyWidget.java :

59 : genProxyCheckbox_ = uiUtils.createCheckbox( parent, AxisConsumptionUIMessages.CHECKBOX_GENPROXY, AxisConsumptionUIMessages.TOOLTIP_PWJB_CHECKBOX_GENPROXY, INFOPOP_PWJB_CHECKBOX_GENPROXY );

11. WARNING: DiscouragedReference

Discouraged access: The method createComposite(Composite, int, int, int) from the type UIUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisProxyWidget.java :

71 : Composite textGroup = uiUtils.createComposite( parent, 2, 5, 0 );

12. WARNING: DiscouragedReference

Discouraged access: The method createCombo(Composite, String, String, String, int) from the type UIUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisProxyWidget.java :

73 : outputFolderCombo_ = uiUtils.createCombo( textGroup, AxisConsumptionUIMessages.LABEL_FOLDER_NAME, AxisConsumptionUIMessages.TOOLTIP_PWJB_TEXT_FOLDER, INFOPOP_PWJB_TEXT_FOLDER, SWT.SINGLE | SWT.BORDER | SWT.READ_ONLY );

13. WARNING: DiscouragedReference

Discouraged access: The method createCheckbox(Composite, String, String, String) from the type UIUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.305.v200904081850.jar

AxisProxyWidget.java :

78 : showMappingsCheckbox_ = uiUtils.createCheckbox( parent, AxisConsumptionUIMessages.LABEL_EXPLORE_MAPPINGS_XML2BEAN, AxisConsumptionUIMessages.TOOLTIP_N2P_SHOW_MAPPINGS, INFOPOP_N2P_SHOW_MAPPINGS );

14. WARNING: DiscouragedReference

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

AxisProxyWidget.java :

98 : IPath[] paths = ResourceUtils.getAllJavaSourceLocations(clientProject);

15. WARNING: DiscouragedReference

Discouraged access: The method getAllJavaSourceLocations(IProject) from the type ResourceUtils is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws/@dot

AxisProxyWidget.java :

98 : IPath[] paths = ResourceUtils.getAllJavaSourceLocations(clientProject);

Source File: org/eclipse/jst/ws/internal/axis/consumption/ui/wizard/client/WebServiceClientAxisType.java
1. WARNING: DiscouragedReference

Discouraged access: The type ClientExtensionOutputCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

WebServiceClientAxisType.java :

25 : import org.eclipse.jst.ws.internal.consumption.ui.widgets.extensions.ClientExtensionOutputCommand;

2. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

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

3. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

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

4. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

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

5. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

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

6. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

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

7. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

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

8. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

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

9. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

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

10. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

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

11. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

41 : public class WebServiceClientAxisType implements CommandWidgetBinding

12. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

48 : public void registerDataMappings(DataMappingRegistry dataRegistry)

13. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

WebServiceClientAxisType.java :

51 : dataRegistry.addMapping( AxisClientDefaultingCommand.class, "CustomizeClientMappings", AxisProxyWidget.class );

14. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

WebServiceClientAxisType.java :

52 : dataRegistry.addMapping( AxisClientDefaultingCommand.class, "ProxyProjectFolder", AxisProxyWidget.class, "ProxyFolder", null );

15. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

WebServiceClientAxisType.java :

53 : dataRegistry.addMapping( AxisClientDefaultingCommand.class, "GenerateProxy", AxisProxyWidget.class);

16. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

WebServiceClientAxisType.java :

54 : dataRegistry.addMapping( AxisClientDefaultingCommand.class, "IsClientScenario", AxisProxyWidget.class);

17. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

WebServiceClientAxisType.java :

55 : dataRegistry.addMapping( AxisClientDefaultingCommand.class, "ClientProject", AxisProxyWidget.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

WebServiceClientAxisType.java :

56 : dataRegistry.addMapping( AxisClientDefaultingCommand.class, "JavaWSDLParam", AxisMappingsWidget.class, "JavaParameter", null);

19. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

WebServiceClientAxisType.java :

59 : dataRegistry.addMapping( AxisProxyWidget.class, "GenerateProxy", ClientExtensionOutputCommand.class );

20. WARNING: DiscouragedReference

Discouraged access: The type ClientExtensionOutputCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption.ui/@dot

WebServiceClientAxisType.java :

59 : dataRegistry.addMapping( AxisProxyWidget.class, "GenerateProxy", ClientExtensionOutputCommand.class );

21. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

WebServiceClientAxisType.java :

60 : dataRegistry.addMapping( AxisProxyWidget.class, "OutputFolder", DefaultsForClientJavaWSDLCommand.class );

22. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

WebServiceClientAxisType.java :

63 : dataRegistry.addMapping(AxisMappingsWidget.class, "JavaParameter", DefaultsForHTTPBasicAuthCommand.class, "JavaWSDLParam", null); //OK

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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

WebServiceClientAxisType.java :

64 : dataRegistry.addMapping(AxisMappingsWidget.class, "JavaParameter", DefaultsForClientJavaWSDLCommand.class, "JavaWSDLParam", null); //OK

24. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

WebServiceClientAxisType.java :

65 : dataRegistry.addMapping(AxisMappingsWidget.class, "JavaParameter", ValidateWSDLCommand.class, "JavaWSDLParam", null); //OK

25. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

WebServiceClientAxisType.java :

66 : dataRegistry.addMapping(AxisMappingsWidget.class, "JavaParameter", ClientCodeGenOperation.class, "JavaWSDLParam", null); //OK

26. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

73 : public void registerWidgetMappings(WidgetRegistry widgetRegistry)

27. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

76 : widgetRegistry.add( "AxisClientStart", AxisConsumptionUIMessages.PAGE_TITLE_WS_AXIS_PROXY, AxisConsumptionUIMessages.PAGE_DESC_WS_AXIS_PROXY, new WidgetContributorFactory() { public WidgetContributor create() { return new AxisProxyWidget(); } } );

28. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

79 : new WidgetContributorFactory()

29. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

81 : public WidgetContributor create()

30. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

87 : widgetRegistry.add( "AxisClientBeanMapping", AxisConsumptionUIMessages.PAGE_TITLE_WS_XML2PROXY, AxisConsumptionUIMessages.LABEL_EXPLORE_MAPPINGS_XML2BEAN, new WidgetContributorFactory() { public WidgetContributor create() { return new AxisMappingsWidget(AxisMappingsWidget.MODE_XML2PROXY ); } } );

31. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

90 : new WidgetContributorFactory()

32. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

92 : public WidgetContributor create()

33. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

102 : public CommandFragmentFactory create()

34. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

104 : return new CommandFragmentFactory()

35. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

106 : public CommandFragment create()

36. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

109 : return new SimpleFragment();

37. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

109 : return new SimpleFragment();

38. WARNING: DiscouragedReference

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

WebServiceClientAxisType.java :

116 : public void registerCanFinish(CanFinishRegistry canFinishRegistry)

Source File: org/eclipse/jst/ws/internal/axis/consumption/ui/wsrt/AxisClientConfigWidgetFactory.java
1. WARNING: DiscouragedReference

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

AxisClientConfigWidgetFactory.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.ui_1.1.2.v200811200248.jar

AxisClientConfigWidgetFactory.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.ui_1.1.2.v200811200248.jar

AxisClientConfigWidgetFactory.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.ui_1.1.2.v200811200248.jar

AxisClientConfigWidgetFactory.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.ui_1.1.2.v200811200248.jar

AxisClientConfigWidgetFactory.java :

21 : public class AxisClientConfigWidgetFactory implements INamedWidgetContributorFactory {

6. WARNING: DiscouragedReference

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

AxisClientConfigWidgetFactory.java :

23 : private INamedWidgetContributor proxyConfigWidget_;

7. WARNING: DiscouragedReference

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

AxisClientConfigWidgetFactory.java :

24 : private INamedWidgetContributor mappingsWidget_;

8. WARNING: DiscouragedReference

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

AxisClientConfigWidgetFactory.java :

26 : private WidgetBindingToWidgetFactoryAdapter adapter_;

9. WARNING: DiscouragedReference

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

AxisClientConfigWidgetFactory.java :

30 : adapter_ = new WidgetBindingToWidgetFactoryAdapter( new WebServiceClientAxisType() );

10. WARNING: DiscouragedReference

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

AxisClientConfigWidgetFactory.java :

30 : adapter_ = new WidgetBindingToWidgetFactoryAdapter( new WebServiceClientAxisType() );

11. WARNING: DiscouragedReference

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

AxisClientConfigWidgetFactory.java :

32 : proxyConfigWidget_ = adapter_.getWidget( "AxisClientStart" );

12. WARNING: DiscouragedReference

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

AxisClientConfigWidgetFactory.java :

33 : proxyWidget_ = (AxisProxyWidget)proxyConfigWidget_.getWidgetContributorFactory().create();

13. WARNING: DiscouragedReference

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

AxisClientConfigWidgetFactory.java :

33 : proxyWidget_ = (AxisProxyWidget)proxyConfigWidget_.getWidgetContributorFactory().create();

14. WARNING: DiscouragedReference

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

AxisClientConfigWidgetFactory.java :

34 : mappingsWidget_ = adapter_.getWidget( "AxisClientBeanMapping" );

15. WARNING: DiscouragedReference

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

AxisClientConfigWidgetFactory.java :

37 : public INamedWidgetContributor getFirstNamedWidget()

16. WARNING: DiscouragedReference

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

AxisClientConfigWidgetFactory.java :

42 : public INamedWidgetContributor getNextNamedWidget( INamedWidgetContributor widgetContributor)

17. WARNING: DiscouragedReference

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

AxisClientConfigWidgetFactory.java :

42 : public INamedWidgetContributor getNextNamedWidget( INamedWidgetContributor widgetContributor)

18. WARNING: DiscouragedReference

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

AxisClientConfigWidgetFactory.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.ui_1.1.2.v200811200248.jar

AxisClientConfigWidgetFactory.java :

49 : adapter_.registerDataMappings( dataRegistry );

Source File: org/eclipse/jst/ws/internal/axis/consumption/ui/wsrt/AxisWebServiceClient.java
1. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

29 : import org.eclipse.jst.ws.internal.common.StringToIProjectTransformer;

2. WARNING: DiscouragedReference

Discouraged access: The type BuildProjectCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

AxisWebServiceClient.java :

30 : import org.eclipse.jst.ws.internal.consumption.command.common.BuildProjectCommand;

3. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

31 : import org.eclipse.wst.command.internal.env.core.ICommandFactory;

4. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

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

5. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

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

6. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

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

7. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

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

8. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

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

9. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

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

10. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

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

11. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

41 : public class AxisWebServiceClient extends AbstractWebServiceClient

12. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

44 : public AxisWebServiceClient(WebServiceClientInfo info)

13. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

46 : super(info);

14. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

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

15. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

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

16. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

51 : ISelection sel, String project, String earProject)

17. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

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

18. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

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

19. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

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

20. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

62 : public ICommandFactory develop(IEnvironment env, IContext ctx, ISelection sel,

21. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

62 : public ICommandFactory develop(IEnvironment env, IContext ctx, ISelection sel,

22. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

62 : public ICommandFactory develop(IEnvironment env, IContext ctx, ISelection sel,

23. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

65 : EclipseEnvironment environment = (EclipseEnvironment)env;

24. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

65 : EclipseEnvironment environment = (EclipseEnvironment)env;

25. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

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

26. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

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

27. WARNING: DiscouragedReference

Discouraged access: The constructor BuildProjectCommand() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

AxisWebServiceClient.java :

79 : commands.add(new BuildProjectCommand());

28. WARNING: DiscouragedReference

Discouraged access: The type BuildProjectCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

AxisWebServiceClient.java :

79 : commands.add(new BuildProjectCommand());

29. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

80 : return new SimpleCommandFactory(commands);

30. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

80 : return new SimpleCommandFactory(commands);

31. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

83 : public ICommandFactory install(IEnvironment env, IContext ctx, ISelection sel,

32. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

83 : public ICommandFactory install(IEnvironment env, IContext ctx, ISelection sel,

33. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

83 : public ICommandFactory install(IEnvironment env, IContext ctx, ISelection sel,

34. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

89 : public ICommandFactory run(IEnvironment env, IContext ctx, ISelection sel,

35. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

89 : public ICommandFactory run(IEnvironment env, IContext ctx, ISelection sel,

36. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

89 : public ICommandFactory run(IEnvironment env, IContext ctx, ISelection sel,

37. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

95 : public void registerDataMappings(DataMappingRegistry registry)

38. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

98 : registry.addMapping(AxisClientInputCommand.class, "ClientProject", AxisClientDefaultingCommand.class, "ClientProject", new StringToIProjectTransformer());

39. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

99 : new StringToIProjectTransformer());

40. WARNING: DiscouragedReference

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

AxisWebServiceClient.java :

99 : new StringToIProjectTransformer());

41. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

105 : registry.addMapping(AxisClientInputCommand.class, "WsdlURL", AxisClientDefaultingCommand.class); // URI

42. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

112 : registry.addMapping(AxisClientInputCommand.class, "ClientServer", AxisClientDefaultingCommand.class);

43. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

114 : registry.addMapping(AxisClientInputCommand.class, "GenerateProxy", AxisClientDefaultingCommand.class);

44. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

116 : registry.addMapping(AxisClientDefaultingCommand.class, "JavaWSDLParam", DefaultsForHTTPBasicAuthCommand.class); //OK

45. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

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

46. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

118 : registry.addMapping(AxisClientDefaultingCommand.class, "WebServicesParser", DefaultsForHTTPBasicAuthCommand.class); //OK

47. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

123 : registry.addMapping(AxisClientDefaultingCommand.class, "JavaWSDLParam", DefaultsForClientJavaWSDLCommand.class);

48. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

124 : registry.addMapping(AxisClientDefaultingCommand.class, "ClientProject", DefaultsForClientJavaWSDLCommand.class, "ProxyProject", null);

49. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

130 : registry.addMapping(AxisClientDefaultingCommand.class, "WsdlURL", DefaultsForClientJavaWSDLCommand.class, "WSDLServiceURL", null); // URI

50. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

134 : registry.addMapping(AxisClientDefaultingCommand.class, "JavaWSDLParam", ValidateWSDLCommand.class);

51. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

135 : registry.addMapping(AxisClientDefaultingCommand.class, "WsdlServiceURL", ValidateWSDLCommand.class);

52. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

136 : registry.addMapping(AxisClientDefaultingCommand.class, "WebServicesParser", ValidateWSDLCommand.class);

53. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

139 : registry.addMapping(AxisClientDefaultingCommand.class, "JavaWSDLParam", ClientCodeGenOperation.class);

54. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

140 : registry.addMapping(AxisClientDefaultingCommand.class, "WsdlURL", ClientCodeGenOperation.class, "WsdlURI", null);

55. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

143 : registry.addMapping(AxisClientDefaultingCommand.class, "ClientProject", ClientCodeGenOperation.class, "Project", null);

56. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

146 : registry.addMapping(AxisClientDefaultingCommand.class, "WebServicesParser", ClientCodeGenOperation.class);

57. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

147 : registry.addMapping(DefaultsForClientJavaWSDLCommand.class, "OutputFolder", ClientCodeGenOperation.class );

58. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

150 : registry.addMapping(AxisClientDefaultingCommand.class, "ClientProject", BuildProjectCommand.class, "Project", null);

59. WARNING: DiscouragedReference

Discouraged access: The type BuildProjectCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

AxisWebServiceClient.java :

150 : registry.addMapping(AxisClientDefaultingCommand.class, "ClientProject", BuildProjectCommand.class, "Project", null);

60. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

151 : registry.addMapping(AxisClientDefaultingCommand.class, "ForceBuild", BuildProjectCommand.class);

61. WARNING: DiscouragedReference

Discouraged access: The type BuildProjectCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

AxisWebServiceClient.java :

151 : registry.addMapping(AxisClientDefaultingCommand.class, "ForceBuild", BuildProjectCommand.class);

62. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

152 : registry.addMapping(AxisClientDefaultingCommand.class, "ValidationManager", BuildProjectCommand.class);

63. WARNING: DiscouragedReference

Discouraged access: The type BuildProjectCommand is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jst.ws.consumption/wsc.jar

AxisWebServiceClient.java :

152 : registry.addMapping(AxisClientDefaultingCommand.class, "ValidationManager", BuildProjectCommand.class);

64. 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

154 : registry.addMapping(ClientCodeGenOperation.class, "ProxyBean", AxisClientOutputCommand.class, "ProxyBean", null);

65. WARNING: DiscouragedReference

Discouraged access: The method addMapping(Class, String, Class) from the type DataMappingRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.204.v200805140020.jar

AxisWebServiceClient.java :

155 : registry.addMapping(ClientCodeGenOperation.class, "ProxyEndpoint", AxisClientOutputCommand.class);