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

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

public class SOAPHeaderBlockDeserializer
extends java.lang.Object
implements ExtensionDeserializer

Deserializes the <wsoap:header> extension element into a SOAPHeaderBlockElement.

Author:
jkaputin@apache.org

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

Constructor Detail

SOAPHeaderBlockDeserializer

public SOAPHeaderBlockDeserializer()
Method Detail

unmarshall

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


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