Uses of Class
com.sun.enterprise.deployment.WebService
-
-
Uses of WebService in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return WebService Modifier and Type Method Description WebServiceWebServiceEndpoint. getWebService()WebServiceWebServicesDescriptor. getWebServiceByName(String webServiceName)Methods in com.sun.enterprise.deployment that return types with arguments of type WebService Modifier and Type Method Description Collection<WebService>WebServicesDescriptor. getWebServices()Methods in com.sun.enterprise.deployment with parameters of type WebService Modifier and Type Method Description voidWebServicesDescriptor. addWebService(WebService descriptor)voidWebServicesDescriptor. removeWebService(WebService descriptor)voidWebServiceEndpoint. setWebService(WebService service)Constructors in com.sun.enterprise.deployment with parameters of type WebService Constructor Description WebService(WebService other)copy constructor. -
Uses of WebService in com.sun.enterprise.deployment.node.runtime
Methods in com.sun.enterprise.deployment.node.runtime with parameters of type WebService Modifier and Type Method Description NodeWebServiceRuntimeNode. writeDescriptor(Node parent, String nodeName, WebService webService)write the descriptor class to a DOM tree and return it -
Uses of WebService in com.sun.enterprise.deployment.node.ws
Methods in com.sun.enterprise.deployment.node.ws with parameters of type WebService Modifier and Type Method Description NodeWLWebServiceNode. writeDescriptor(Node parent, String nodeName, WebService descriptor) -
Uses of WebService in com.sun.enterprise.deployment.util
Methods in com.sun.enterprise.deployment.util with parameters of type WebService Modifier and Type Method Description voidModuleContentLinker. accept(WebService webService)voidModuleContentValidator. accept(WebService webService)protected voidTracerVisitor. accept(WebService webService) -
Uses of WebService in org.glassfish.ejb.deployment.util
Methods in org.glassfish.ejb.deployment.util with parameters of type WebService Modifier and Type Method Description voidEjbBundleValidator. accept(WebService webService) -
Uses of WebService in org.glassfish.webservices
Methods in org.glassfish.webservices with parameters of type WebService Modifier and Type Method Description voidWsUtil. generateFinalWsdl(URL wsdlFileUrl, WebService webService, WebServerInfo wsi, File finalWsdlFile)Transform the deployed WSDL document for a given webservice by replacing the ENDPOINT ADDRESS for each port with the actual endpoint address on which it will be listening.voidWsUtil. generateFinalWsdl(URL wsdlFileUrl, WebService webService, WebServerInfo wsi, OutputStream outputStream)booleanWsUtil. isJAXWSbasedService(WebService ws)URLWebServicesDeployer. resolveCatalog(File catalogFile, String wsdlFile, WebService ws)protected voidWebServicesDeployer. setupJaxWSServiceForDeployment(DeploymentContext dc, WebService ws) -
Uses of WebService in org.glassfish.webservices.node
Methods in org.glassfish.webservices.node that return WebService Modifier and Type Method Description protected WebServiceWebServiceNode. createDescriptor()Methods in org.glassfish.webservices.node with parameters of type WebService Modifier and Type Method Description NodeWebServiceNode. writeDescriptor(Node parent, String nodeName, WebService descriptor)write the method descriptor class to a query-method DOM tree and return it
-