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

/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextServices.java93 boolean hasService(Class serviceClass); method in interface:BeanContextServices
H A DBeanContextServicesSupport.java745 public synchronized boolean hasService(Class serviceClass) { method in class:BeanContextServicesSupport
759 return bcs == null ? false : bcs.hasService(serviceClass);
/openjdk7/jaxws/src/share/jaxws_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.java461 if (!wsdlDoc.hasService()) {
488 if (wsdlDoc.hasService()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DSDDocument.java171 boolean hasService(); method in interface:SDDocument.WSDL
/openjdk7/langtools/src/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.java1335 if (ServiceProxy.hasService(Processor.class, urls))

Completed in 254 milliseconds