Searched refs:WSDL (Results 1 - 8 of 8) sorted by relevance

/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/
H A DLanguage.java34 WSDL enum constant in enum:Language
H A DModelLoader.java142 case WSDL:
197 case WSDL:
198 msg = new String[]{"WSDL","-wsdl"};
349 * Parses a set of schemas inside a WSDL file.
351 * A WSDL file may contain multiple {@code <xsd:schema>} elements.
H A DOptions.java617 schemaLanguage = Language.WSDL;
927 return Language.WSDL;
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/server/
H A DSDDocument.java59 * (such as schema, WSDL, ...)
68 * Returns true if this document is WSDL.
100 * so that it can produce the corret address information in the generated WSDL.
103 * An endpoint address resolver that gives endpoint address for a WSDL
146 * {@link SDDocument} that represents a WSDL.
148 interface WSDL extends SDDocument { interface in interface:SDDocument
156 * This WSDL has a portType definition
165 * This WSDL has a service definition
174 * All &lt;service> names that were in this WSDL, or empty set if there was none.
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/
H A DWSDLGenResolver.java48 * WSDLGenerator uses WSDLResolver while creating WSDL artifacts. WSDLResolver
77 SDDocument.WSDL wsdl = (SDDocument.WSDL) doc;
94 * Generates the concrete WSDL that contains service element.
96 * @return Result the generated concrete WSDL
128 * wsdl:import. If the metadata already contains abstract wsdl(i.e. a WSDL
131 * return null if abstract WSDL need not be generated
132 * Result the abstract WSDL
137 return null; // Don't generate abstract WSDL
181 * categories the generated documents into WSDL, Schem
[all...]
H A DEndpointFactory.java245 // Categorises the documents as WSDL, Schema etc
247 // Finds the primary WSDL and makes sure that metadata doesn't have
254 // create WSDL model
267 // ability to turn off the WSDL/Policy based features and its associated tubes.
269 //Even in case of Provider, merge all features configured via WSDL/Policy or deployment configuration
273 //Merge features from WSDL and other policy configuration
276 //No WSDL, so try to merge features from Policy configuration
291 // Generate WSDL for SEI endpoints(not for Provider endpoints)
294 // create WSDL model
299 // New Features might have been added in WSDL throug
[all...]
H A DSDDocumentImpl.java94 * @param src WSDL document infoset
138 // if WSDL, parse more
245 //generate the WSDL with utf-8 encoding and XML version 1.0
270 //generate the WSDL with utf-8 encoding and XML version 1.0
332 private static final class WSDLImpl extends SDDocumentImpl implements SDDocument.WSDL {
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/
H A DCClassInfo.java151 (schemaLanguage.equals(Language.XMLSCHEMA) || schemaLanguage.equals(Language.WSDL))) {

Completed in 56 milliseconds