public class UnknownExtensionDeserializer extends Object implements ExtensionDeserializer
Copied from WSDL4J.
UnknownExtensionElement
,
UnknownExtensionSerializer
Constructor and Description |
---|
UnknownExtensionDeserializer() |
Modifier and Type | Method and Description |
---|---|
ExtensionElement |
unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
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 extType, XMLElement extEl, DescriptionElement desc, ExtensionRegistry extReg) throws WSDLException
ExtensionDeserializer
unmarshall
in interface ExtensionDeserializer
parentType
- 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 elementextType
- the qname of the extension element to deserializeextEl
- the extension elementdesc
- the <description> this extension element was
encountered inextReg
- the ExtensionRegistry to use (if needed again)WSDLException
Copyright © 2005–2016 Apache Software Foundation. All rights reserved.