org.apache.woden.internal.wsdl20.extensions.soap
Class SOAPModuleDeserializer

java.lang.Object
  extended by org.apache.woden.internal.wsdl20.extensions.soap.SOAPModuleDeserializer
All Implemented Interfaces:
ExtensionDeserializer

public class SOAPModuleDeserializer
extends java.lang.Object
implements ExtensionDeserializer

Deserializes the <wsoap:module> extension element into a SOAPModuleElement.

Author:
jkaputin@apache.org

Constructor Summary
SOAPModuleDeserializer()
           
 
Method Summary
 ExtensionElement unmarshall(java.lang.Class parentType, java.lang.Object parent, QName elementType, XMLElement el, DescriptionElement desc, ExtensionRegistry extReg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPModuleDeserializer

public SOAPModuleDeserializer()
Method Detail

unmarshall

public ExtensionElement unmarshall(java.lang.Class parentType,
                                   java.lang.Object parent,
                                   QName elementType,
                                   XMLElement el,
                                   DescriptionElement desc,
                                   ExtensionRegistry extReg)
                            throws WSDLException
Specified by:
unmarshall in interface ExtensionDeserializer
Throws:
WSDLException


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.