This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.
@param parentType a class object indicating where in the WSDLdefinition this extension was encountered. For example, org.apache.woden.Binding.class would be used to indicate this extensibility element was found in the list of extensibility elements belonging to a org.apache.woden.Binding.
@param elementType the qname of the extensibility element
@param extension the extensibility element to serialize
@param pw the print writer on which to serialize the extension
@param desc the description element this extensibility element wasencountered in
@param extReg the ExtensionRegistry to use (if needed again)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.