Uses of Class
com.sun.xml.rpc.tools.wsdeploy.EndpointInfo
-
Packages that use EndpointInfo Package Description com.sun.xml.rpc.tools.wsdeploy -
-
Uses of EndpointInfo in com.sun.xml.rpc.tools.wsdeploy
Fields in com.sun.xml.rpc.tools.wsdeploy declared as EndpointInfo Modifier and Type Field Description protected EndpointInfoEndpointCompileTool. endpointInfoMethods in com.sun.xml.rpc.tools.wsdeploy that return EndpointInfo Modifier and Type Method Description protected EndpointInfoDeploymentDescriptorParser. parseEndpoint(XMLReader reader)Methods in com.sun.xml.rpc.tools.wsdeploy with parameters of type EndpointInfo Modifier and Type Method Description voidWebServicesInfo. add(EndpointInfo i)protected voidDeployTool. process(EndpointInfo endpointInfo, WebServicesInfo webServicesInfo)Constructors in com.sun.xml.rpc.tools.wsdeploy with parameters of type EndpointInfo Constructor Description EndpointCompileTool(OutputStream out, String program, EndpointInfo ei, WebServicesInfo wsi, File dir, String target, Properties props, String classpath, ProcessorNotificationListener l)
-