public interface ExtensionDeserializer
Modifier and Type | Method and Description |
---|---|
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.
|
ExtensibilityElement unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) throws WSDLException
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 elementType
- the qname of the extensibility elementel
- the extensibility element to deserializedef
- the definition this extensibility element was
encountered inextReg
- the ExtensionRegistry to use (if needed again)WSDLException
Copyright © 2019 JBoss by Red Hat. All rights reserved.