it.imolinfo.jbi4corba.jbi.wsdl
Class Jbi4CorbaBindingDeserializer

java.lang.Object
  extended by it.imolinfo.jbi4corba.jbi.wsdl.Jbi4CorbaBindingDeserializer
All Implemented Interfaces:
javax.wsdl.extensions.ExtensionDeserializer

public class Jbi4CorbaBindingDeserializer
extends Object
implements javax.wsdl.extensions.ExtensionDeserializer

Deserializer for the Jbi4Corba WSDL Extension (Binding element), according with JWSDL specs. See JSR 110.

Author:
Marco Piraccini

Constructor Summary
Jbi4CorbaBindingDeserializer()
          Default constructor.
 
Method Summary
 javax.wsdl.extensions.ExtensibilityElement unmarshall(Class parentType, QName elementType, Element el, javax.wsdl.Definition def, javax.wsdl.extensions.ExtensionRegistry extReg)
          Unmarshall the CorbaBinding.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jbi4CorbaBindingDeserializer

public Jbi4CorbaBindingDeserializer()
Default constructor.

Method Detail

unmarshall

public javax.wsdl.extensions.ExtensibilityElement unmarshall(Class parentType,
                                                             QName elementType,
                                                             Element el,
                                                             javax.wsdl.Definition def,
                                                             javax.wsdl.extensions.ExtensionRegistry extReg)
                                                      throws javax.wsdl.WSDLException
Unmarshall the CorbaBinding.

Specified by:
unmarshall in interface javax.wsdl.extensions.ExtensionDeserializer
Parameters:
parentType - The parent type
elementType - The element type
el - The element
def - The definition
extReg - The extension registry
Returns:
The return
Throws:
javax.wsdl.WSDLException - The WSDL exception


Copyright © 2005-2010 Imola Informatica. All Rights Reserved.