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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/parser/
H A DWSDLParserExtension.java52 * starts parsing WSDL with a fixed set of {@link WSDLParserExtension}s, and
54 * to provide a chance for {@link WSDLParserExtension} to parse such
81 * This allows the next {@link WSDLParserExtension} to see this
87 * No other {@link WSDLParserExtension}s are notified of this extension.
93 * so that {@link WSDLParserExtension} can relate what it's parsing
100 * is being built, {@link WSDLParserExtension} may not invoke any of
102 * {@link WSDLParserExtension} can hold on to those references, or put
106 * If {@link WSDLParserExtension} needs to query {@link WSDLModel},
111 * Also note that {@link WSDLParserExtension}s are called in no particular order.
112 * This interface is not designed for having multiple {@link WSDLParserExtension}
140 public abstract class WSDLParserExtension { class
[all...]

Completed in 255 milliseconds