it.imolinfo.jbi4ejb.jbi.wsdl
Class Jbi4EjbTypesDeserializer
java.lang.Object
it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbTypesDeserializer
- All Implemented Interfaces:
- javax.wsdl.extensions.ExtensionDeserializer
public class Jbi4EjbTypesDeserializer
- extends java.lang.Object
- implements javax.wsdl.extensions.ExtensionDeserializer
Deserializer for the Jbi4Ejb WSDL Extension (Types element), according with JWSDL specs.
See JSR 110.
- Author:
- Marco Piraccini
Method Summary |
javax.wsdl.extensions.ExtensibilityElement |
unmarshall(java.lang.Class parentType,
javax.xml.namespace.QName elementType,
org.w3c.dom.Element el,
javax.wsdl.Definition def,
javax.wsdl.extensions.ExtensionRegistry extReg)
Unmarshall the Jbi4EjbTypes extensibility element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jbi4EjbTypesDeserializer
public Jbi4EjbTypesDeserializer()
- Instantiates a new jbi4 ejb types deserializer.
unmarshall
public javax.wsdl.extensions.ExtensibilityElement unmarshall(java.lang.Class parentType,
javax.xml.namespace.QName elementType,
org.w3c.dom.Element el,
javax.wsdl.Definition def,
javax.wsdl.extensions.ExtensionRegistry extReg)
throws javax.wsdl.WSDLException
- Unmarshall the Jbi4EjbTypes extensibility element.
- Specified by:
unmarshall
in interface javax.wsdl.extensions.ExtensionDeserializer
- Parameters:
parentType
- the parent typeelementType
- the element typeel
- the elementdef
- the WSDL DefinitionextReg
- the extension registry
- Returns:
- the unmarhalled extensibility element
- Throws:
javax.wsdl.WSDLException
- if some problem occurs in unmarshalling
Copyright © 2007-2008 Imola Informatica. All Rights Reserved.