Searched defs:wsdlSource (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DWSServiceDelegate.java255 private WSDLModelImpl parseWSDL(URL wsdlDocumentLocation, Source wsdlSource) { argument
257 return RuntimeWSDLParser.parse(wsdlDocumentLocation, wsdlSource, createDefaultCatalogResolver(),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DRuntimeWSDLParser.java117 public static WSDLModelImpl parse(@Nullable URL wsdlLoc, @NotNull Source wsdlSource, @NotNull EntityResolver resolver, argument
120 return parse(wsdlLoc, wsdlSource, resolver, isClientSide, container, PolicyResolverFactory.create(),extensions);
132 public static WSDLModelImpl parse(@Nullable URL wsdlLoc, @NotNull Source wsdlSource, @NotNull EntityResolver resolver, argument
137 RuntimeWSDLParser wsdlParser = new RuntimeWSDLParser(wsdlSource.getSystemId(), new EntityResolverWrapper(resolver), isClientSide, container, policyResolver, extensions);
140 parser = wsdlParser.resolveWSDL(wsdlLoc, wsdlSource);
273 private Parser resolveWSDL(@Nullable URL wsdlLoc, @NotNull Source wsdlSource) throws IOException, SAXException, XMLStreamException { argument
274 String systemId = wsdlSource.getSystemId();
285 parser = new Parser(wsdlLoc, createReader(wsdlSource));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DWSEndpointReference.java1038 private @Nullable Source wsdlSource; field in class:WSEndpointReference.Metadata
1051 return wsdlSource;
1105 wsdlSource = new XMLStreamBufferSource(mark);
1120 wsdlSource = new StreamSource(wsdlLocation);
1136 wsdlSource = new XMLStreamBufferSource(mark);

Completed in 66 milliseconds