|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface should be implemented by classes which deserialize org.w3c.dom.Elements into extension-specific instances of ExtensionElement.
Copied from WSDL4J.
Method Summary | |
ExtensionElement |
unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensionElement interface. |
Method Detail |
public ExtensionElement unmarshall(java.lang.Class parentType, java.lang.Object parent, QName extType, XMLElement extEl, DescriptionElement desc, ExtensionRegistry extReg) throws WSDLException
parentType
- a class object indicating where in the WSDL
document this extension element was encountered. For
example, javax.wsdl.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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |