Uses of Class
com.sun.xml.rpc.tools.wsdeploy.WebServicesInfo
Packages that use WebServicesInfo
-
Uses of WebServicesInfo in com.sun.xml.rpc.tools.wsdeploy
Fields in com.sun.xml.rpc.tools.wsdeploy declared as WebServicesInfoModifier and TypeFieldDescriptionprotected WebServicesInfoEndpointClientCompileTool.webServicesInfoprotected WebServicesInfoEndpointCompileTool.webServicesInfoMethods in com.sun.xml.rpc.tools.wsdeploy that return WebServicesInfoModifier and TypeMethodDescriptionDeploymentDescriptorParser.parse(InputStream is) protected WebServicesInfoDeploymentDescriptorParser.parseWebServices(XMLReader reader) Methods in com.sun.xml.rpc.tools.wsdeploy with parameters of type WebServicesInfoModifier and TypeMethodDescriptionprotected voidDeployTool.createRuntimeDescriptor(WebServicesInfo webServicesInfo) protected voidDeployTool.defineServletsAndListeners(WebServicesInfo webServicesInfo) protected voidDeployTool.process(EndpointInfo endpointInfo, WebServicesInfo webServicesInfo) protected voidDeployTool.process(WebServicesInfo webServicesInfo) Constructors in com.sun.xml.rpc.tools.wsdeploy with parameters of type WebServicesInfoModifierConstructorDescriptionEndpointClientCompileTool(OutputStream out, String program, WebServicesInfo wsi, ArrayList list, File dir, String target, String classpath, ProcessorNotificationListener l) EndpointCompileTool(OutputStream out, String program, EndpointInfo ei, WebServicesInfo wsi, File dir, String target, Properties props, String classpath, ProcessorNotificationListener l) EndpointCompileTool(OutputStream out, String program, WebServicesInfo wsi, ArrayList list, File dir, String target, Properties props, String classpath, ProcessorNotificationListener l)