org.apache.woden.internal.wsdl20.extensions.http
Class HTTPHeaderDeserializer
java.lang.Object
org.apache.woden.internal.wsdl20.extensions.http.HTTPHeaderDeserializer
- All Implemented Interfaces:
- ExtensionDeserializer
- public class HTTPHeaderDeserializer
- extends java.lang.Object
- implements ExtensionDeserializer
Deserializes the <whttp:header> extension element into a HTTPHeaderElement.
- Author:
- John Kaputin (jkaputin@apache.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPHeaderDeserializer
public HTTPHeaderDeserializer()
unmarshall
public ExtensionElement unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
throws WSDLException
- Description copied from interface:
ExtensionDeserializer
- This method deserializes elements into instances of classes
which implement the ExtensionElement interface. The
return value should be explicitly cast to the more-specific
implementing type.
- Specified by:
unmarshall
in interface ExtensionDeserializer
- Parameters:
parentType
- a class object indicating where in the WSDL
document this extension element was encountered. For
example, javax.wsdl.Binding.class would be used to indicate
this element was encountered as an immediate child of
a <wsdl:binding> element.parent
- the parent object of this extension elementextType
- the qname of the extension element to deserializeextEl
- the extension elementdesc
- the <description> this extension element was
encountered inextReg
- the ExtensionRegistry to use (if needed again)
- Throws:
WSDLException
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.