Uses of Class
org.glassfish.web.deployment.util.WebServerInfo
-
Packages that use WebServerInfo Package Description org.glassfish.webservices -
-
Uses of WebServerInfo in org.glassfish.webservices
Methods in org.glassfish.webservices that return WebServerInfo Modifier and Type Method Description WebServerInfoWsUtil. getWebServerInfoForDAS()Methods in org.glassfish.webservices with parameters of type WebServerInfo 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)
-