Searched defs:hasService (Results 1 - 5 of 5) sorted by relevance

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/processing/
H A DServiceProxy.java134 public static boolean hasService(Class<?> service, URL[] urls) method in class:ServiceProxy
/openjdk10/jdk/src/java.desktop/share/classes/java/beans/beancontext/
H A DBeanContextServices.java94 boolean hasService(Class<?> serviceClass); method in interface:BeanContextServices
H A DBeanContextServicesSupport.java763 public synchronized boolean hasService(Class<?> serviceClass) { method in class:BeanContextServicesSupport
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/server/
H A DSDDocument.java171 boolean hasService(); method in interface:SDDocument.WSDL
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/
H A DSDDocumentImpl.java335 private final boolean hasService; field in class:SDDocumentImpl.WSDLImpl
355 public boolean hasService() { method in class:SDDocumentImpl.WSDLImpl
338 WSDLImpl(QName rootName, URL url, SDDocumentSource source, String targetNamespace, boolean hasPortType, boolean hasService, Set<String> imports,Set<QName> allServices) argument

Completed in 104 milliseconds