Uses of Class
com.sun.xml.rpc.tools.wsdeploy.WebServicesInfo
-
Packages that use WebServicesInfo Package Description com.sun.xml.rpc.tools.wsdeploy -
-
Uses of WebServicesInfo in com.sun.xml.rpc.tools.wsdeploy
Fields in com.sun.xml.rpc.tools.wsdeploy declared as WebServicesInfo Modifier and Type Field Description protected WebServicesInfoEndpointClientCompileTool. webServicesInfoprotected WebServicesInfoEndpointCompileTool. webServicesInfoMethods in com.sun.xml.rpc.tools.wsdeploy that return WebServicesInfo Modifier and Type Method Description WebServicesInfoDeploymentDescriptorParser. parse(InputStream is)protected WebServicesInfoDeploymentDescriptorParser. parseWebServices(XMLReader reader)Methods in com.sun.xml.rpc.tools.wsdeploy with parameters of type WebServicesInfo Modifier and Type Method Description protected 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 WebServicesInfo Constructor Description EndpointClientCompileTool(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)
-