Searched refs:ServiceDescriptor (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/parser/
H A DMetaDataResolver.java41 * Gives {@link com.sun.xml.internal.ws.api.wsdl.parser.ServiceDescriptor} resolved from the given location.
46 * @return {@link com.sun.xml.internal.ws.api.wsdl.parser.ServiceDescriptor} resolved from the location. It may be null in the cases when MetadataResolver
49 public abstract @Nullable ServiceDescriptor resolve(@NotNull URI location);
H A DServiceDescriptor.java38 public abstract class ServiceDescriptor { class
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DMetadataFinder.java41 import com.sun.xml.internal.ws.api.wsdl.parser.ServiceDescriptor;
286 ServiceDescriptor serviceDescriptor = null;
291 //we got the ServiceDescriptor, now break
308 private Element parseMetadata(@NotNull String systemId, @NotNull ServiceDescriptor serviceDescriptor) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DRuntimeWSDLParser.java42 import com.sun.xml.internal.ws.api.wsdl.parser.ServiceDescriptor;
189 ServiceDescriptor serviceDescriptor = null;
196 //we got the ServiceDescriptor, now break

Completed in 108 milliseconds