Searched refs:hasService (Results 1 - 7 of 7) sorted by relevance

/openjdk9/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
777 return bcs == null ? false : bcs.hasService(serviceClass);
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/
H A DSDDocumentImpl.java134 boolean hasService = false;
156 hasService = true;
172 rootName,systemId,src,tns,hasPortType,hasService,importedDocs,allServices);
335 private final boolean hasService; field in class:SDDocumentImpl.WSDLImpl
339 boolean hasService, Set<String> imports,Set<QName> allServices) {
343 this.hasService = hasService;
355 public boolean hasService() { method in class:SDDocumentImpl.WSDLImpl
356 return hasService;
338 WSDLImpl(QName rootName, URL url, SDDocumentSource source, String targetNamespace, boolean hasPortType, boolean hasService, Set<String> imports,Set<QName> allServices) argument
H A DEndpointFactory.java756 if (!wsdlDoc.hasService()) {
783 if (wsdlDoc.hasService()) {
/openjdk9/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
/openjdk9/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
H A DJavacProcessingEnvironment.java1487 if (ServiceProxy.hasService(Processor.class, urls))

Completed in 86 milliseconds