it.imolinfo.jbi4ejb.jbi.wsdl
Class Jbi4EjbBindingDeserializer
java.lang.Object
it.imolinfo.jbi4ejb.jbi.wsdl.Jbi4EjbBindingDeserializer
- All Implemented Interfaces:
- javax.wsdl.extensions.ExtensionDeserializer
public class Jbi4EjbBindingDeserializer
- extends java.lang.Object
- implements javax.wsdl.extensions.ExtensionDeserializer
Deserializer for the Jbi4Ejb WSDL Extension (Binding 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 WSDL to obtain a Jbi4EjbBinding element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jbi4EjbBindingDeserializer
public Jbi4EjbBindingDeserializer()
- Instantiates a new jbi4 ejb binding 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 WSDL to obtain a
Jbi4EjbBinding element.
- Specified by:
unmarshall in interface javax.wsdl.extensions.ExtensionDeserializer
- Parameters:
parentType - the parent typeelementType - the element typeel - the element to parsedef - the WSDL definitionextReg - the ExtensionRegistry
- Returns:
- the
jbi4EjbBinding Extensibility element
- Throws:
javax.wsdl.WSDLException - if some problem occurs in unmarshalling- See Also:
ExtensionDeserializer.unmarshall(java.lang.Class,
javax.xml.namespace.QName, org.w3c.dom.Element,
javax.wsdl.Definition, javax.wsdl.extensions.ExtensionRegistry)
Copyright © 2007-2008 Imola Informatica. All Rights Reserved.