unmarshall
public ExtensibilityElement unmarshall(Class parentType,
QName elementType,
Element el,
Definition def,
ExtensionRegistry extReg)
throws WSDLException
This method deserializes elements into instances of classes
which implement the ExtensibilityElement interface. The
return value should be explicitly cast to the more-specific
implementing type.
- Specified by:
unmarshall
in interface ExtensionDeserializer
- 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 element.
elementType
- the qname of the extensibility element
el
- the extensibility element to deserialize
def
- the definition this extensibility element was
encountered in
extReg
- the ExtensionRegistry to use (if needed again)
- Throws:
WSDLException