org.apache.axis2.databinding
Class ADBSOAPModelBuilder.Body

java.lang.Object
  extended byorg.apache.axis2.databinding.ADBSOAPModelBuilder.Body
All Implemented Interfaces:
ADBBean
Enclosing class:
ADBSOAPModelBuilder

public static class ADBSOAPModelBuilder.Body
extends java.lang.Object
implements ADBBean


Method Summary
 javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)
          Serializes an ADBBean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPullParser

public javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)
Description copied from interface: ADBBean
Serializes an ADBBean. Gets the pull parser and fetches the XML pull events to represent the bean.

Specified by:
getPullParser in interface ADBBean
Parameters:
qName - the name of the element to be generated for this ADBBean.
Returns:
Returns a pull parser for this ADBBean.


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.