|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.wsdl.extensions.UnknownExtensionDeserializer
This class is used to deserialize arbitrary elements into UnknownExtensibilityElement instances.
| Constructor Summary | |
UnknownExtensionDeserializer()
|
|
| Method Summary | |
ExtensibilityElement |
unmarshall(java.lang.Class parentType,
QName elementType,
org.w3c.dom.Element el,
Definition def,
ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UnknownExtensionDeserializer()
| Method Detail |
public ExtensibilityElement unmarshall(java.lang.Class parentType,
QName elementType,
org.w3c.dom.Element el,
Definition def,
ExtensionRegistry extReg)
throws WSDLException
ExtensionDeserializer
unmarshall in interface ExtensionDeserializerparentType - 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||