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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DLanguage.java36 WSDL enum constant in enum:Language
H A DModelLoader.java153 case WSDL:
214 case WSDL:
215 msg = new String[]{"WSDL","-wsdl"};
366 * Parses a set of schemas inside a WSDL file.
368 * A WSDL file may contain multiple <xsd:schema> elements.
H A DOptions.java572 schemaLanguage = Language.WSDL;
871 return Language.WSDL;
/openjdk7/jaxws/src/share/jaxws_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 <service> names that were in this WSDL, or empty set if there was none.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DEndpointFactory.java152 // Categorises the documents as WSDL, Schema etc
154 // Finds the primary WSDL and makes sure that metadata doesn't have
161 // create WSDL model
172 // ability to turn off the WSDL/Policy based features and its associated tubes.
174 //Even in case of Provider, merge all features configured via WSDL/Policy or deployment configuration
178 //Merge features from WSDL and other policy configuration
181 //No WSDL, so try to merge features from Policy configuration
196 // Generate WSDL for SEI endpoints(not for Provider endpoints)
199 // create WSDL model
204 // New Features might have been added in WSDL throug
[all...]
H A DWSDLGenResolver.java47 * WSDLGenerator uses WSDLResolver while creating WSDL artifacts. WSDLResolver
76 SDDocument.WSDL wsdl = (SDDocument.WSDL) doc;
93 * Generates the concrete WSDL that contains service element.
95 * @return Result the generated concrete WSDL
127 * wsdl:import. If the metadata already contains abstract wsdl(i.e. a WSDL
130 * return null if abstract WSDL need not be generated
131 * Result the abstract WSDL
136 return null; // Don't generate abstract WSDL
180 * categories the generated documents into WSDL, Schem
[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 {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCClassInfo.java151 (schemaLanguage.equals(Language.XMLSCHEMA) || schemaLanguage.equals(Language.WSDL))) {

Completed in 83 milliseconds