Searched defs:hasPortType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DSDDocument.java162 boolean hasPortType(); method in interface:SDDocument.WSDL
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DSDDocumentImpl.java133 boolean hasPortType = false;
148 hasPortType = true;
172 rootName,systemId,src,tns,hasPortType,hasService,importedDocs,allServices);
334 private final boolean hasPortType; field in class:SDDocumentImpl.WSDLImpl
338 public WSDLImpl(QName rootName, URL url, SDDocumentSource source, String targetNamespace, boolean hasPortType, argument
342 this.hasPortType = hasPortType;
351 public boolean hasPortType() { method in class:SDDocumentImpl.WSDLImpl
352 return hasPortType;

Completed in 30 milliseconds