javax.wsdl.extensions
public interface ExtensionDeserializer
Method Summary | |
---|---|
ExtensibilityElement | unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg)
This method deserializes elements into instances of classes
which implement the ExtensibilityElement interface. |
Parameters: parentType a class object indicating where in the WSDL
document this extensibility element was encountered. For
example, javax.wsdl.Binding.class would be used to indicate
this element was encountered as an immediate child of
a