public class SOAPModuleDeserializer extends Object implements ExtensionDeserializer
| Constructor and Description |
|---|
SOAPModuleDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionElement |
unmarshall(Class parentType,
Object parent,
QName elementType,
XMLElement el,
DescriptionElement desc,
ExtensionRegistry extReg)
This method deserializes elements into instances of classes
which implement the ExtensionElement interface.
|
public ExtensionElement unmarshall(Class parentType, Object parent, QName elementType, XMLElement el, DescriptionElement desc, ExtensionRegistry extReg) throws WSDLException
ExtensionDeserializerunmarshall in interface ExtensionDeserializerparentType - a class object indicating where in the WSDL
document this extension element was encountered. For
example, org.apache.woden.Binding.class would be used to indicate
this element was encountered as an immediate child of
a <wsdl:binding> element.parent - the parent object of this extension elementelementType - the qname of the extension element to deserializeel - the extension elementdesc - the <description> this extension element was
encountered inextReg - the ExtensionRegistry to use (if needed again)WSDLExceptionCopyright © 2005–2019 Apache Software Foundation. All rights reserved.