Look up the serializer to use for the extensibility element with the qname elementType, which was encountered as a child of the specified parentType.
@param parentType a class object indicating where in the WSDLdefinition this extension was encountered. For example, javax.wsdl.Binding.class would be used to indicate this extensibility element was found in the list of extensibility elements belonging to a javax.wsdl.Binding.
@param elementType the qname of the extensibility element
@return the extension serializer, if one was found. If none wasfound, the behavior depends on the value of the defaultSerializer property. If the defaultSerializer property is set to a non-null value, that value is returned; otherwise, a WSDLException is thrown.
@see #registerSerializer(Class,QName,ExtensionSerializer)
@see #setDefaultSerializer(ExtensionSerializer)
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.