src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/writer/WSDLGeneratorExtension.java

changeset 397
b99d7e355d4b
parent 368
0989ad8c0860
child 637
9c07ef4934dd
equal deleted inserted replaced
393:6cdc6ed98780 397:b99d7e355d4b
1 /* 1 /*
2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
40 * There are a number of methods that will be invoked allowing the extensions 40 * There are a number of methods that will be invoked allowing the extensions
41 * to be generated on various WSDL elements. 41 * to be generated on various WSDL elements.
42 * <p/> 42 * <p/>
43 * The JAX-WS WSDLGenerator uses TXW to serialize the WSDL out to XML. 43 * The JAX-WS WSDLGenerator uses TXW to serialize the WSDL out to XML.
44 * More information about TXW can be located at 44 * More information about TXW can be located at
45 * <a href="http://txw.dev.java.net">http://txw.dev.java.net</a>. 45 * <a href="http://txw.java.net">http://txw.java.net</a>.
46 */ 46 */
47 public abstract class WSDLGeneratorExtension { 47 public abstract class WSDLGeneratorExtension {
48 /** 48 /**
49 * Called at the very beginning of the process. 49 * Called at the very beginning of the process.
50 * <p/> 50 * <p/>

mercurial