Uses of Interface
com.sun.enterprise.config.serverbeans.HttpService
-
Packages that use HttpService Package Description com.sun.enterprise.config.serverbeans -
-
Uses of HttpService in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return HttpService Modifier and Type Method Description static HttpServiceHttpService.Duck. createDefaultConfig(Config c)HttpServiceConfig. getHttpService()Gets the value of the httpService property.Methods in com.sun.enterprise.config.serverbeans with parameters of type HttpService Modifier and Type Method Description static List<String>HttpService.Duck. getNonAdminVirtualServerList(HttpService target)static VirtualServerHttpService.Duck. getVirtualServerByName(HttpService target, String name)voidConfig. setHttpService(HttpService value)Sets the value of the httpService property.
-