Test webapp

adriani.webapp.axis
Class ExtensionMapper

java.lang.Object
  extended by adriani.webapp.axis.ExtensionMapper

public class ExtensionMapper
extends java.lang.Object

Placeholder class. This class is used only when the XML element defined in the WSDL document contains other nested XML elements. In this very simple example, since the Element_1 and Element_2 elements do not contain nested elements (extensions), this class is empty.
Hence this class it's NOT NECESSARY to compile this package!


Constructor Summary
ExtensionMapper()
           
 
Method Summary
static java.lang.Object getTypeObject(java.lang.String namespaceURI, java.lang.String typeName, javax.xml.stream.XMLStreamReader reader)
          Return the object element, extending ADBBean, representing the inner XML element having name typeName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionMapper

public ExtensionMapper()
Method Detail

getTypeObject

public static java.lang.Object getTypeObject(java.lang.String namespaceURI,
                                             java.lang.String typeName,
                                             javax.xml.stream.XMLStreamReader reader)
                                      throws java.lang.Exception
Return the object element, extending ADBBean, representing the inner XML element having name typeName.

Parameters:
namespaceURI - the namespace used by these elements (e.g. "http://www.example.org").
typeName - the text name of the XML element (e.g. "myTag").
reader - the XMLStreamReader used by the parse() method of the element's Factory class.
Throws:
java.lang.Exception

Build 10/01/2013

Morpheus Quality Technologies - making the Zion software
Copyright © 2009-2013 Stefano Adriani. All Rights Reserved