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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLModel.java49 public interface WSDLModel extends WSDLExtensible { interface in inherits:WSDLExtensible
109 * Gives the PolicyMap associated with the WSDLModel
120 * Main purpose of this class is to parsing of a WSDL and get the {@link WSDLModel} from it.
124 * Parses WSDL from the given wsdlLoc and gives a {@link WSDLModel} built from it.
130 * @return A {@link WSDLModel} built from the given wsdlLocation}
135 public static @NotNull WSDLModel parse(XMLEntityResolver.Parser wsdlEntityParser, XMLEntityResolver resolver, boolean isClientSide, WSDLParserExtension... extensions) throws IOException, XMLStreamException, SAXException {
140 * Parses WSDL from the given wsdlLoc and gives a {@link WSDLModel} built from it.
147 * @return A {@link WSDLModel} built from the given wsdlLocation}
152 public static @NotNull WSDLModel parse(XMLEntityResolver.Parser wsdlEntityParser, XMLEntityResolver resolver, boolean isClientSide, @NotNull Container container, WSDLParserExtension... extensions) throws IOException, XMLStreamException, SAXException {
158 * Parses WSDL from the given wsdlLoc and gives a {@link WSDLModel} buil
[all...]

Completed in 27 milliseconds