org.apache.axis2.databinding
Class ADBSOAPModelBuilder.Header

java.lang.Object
  extended by org.apache.axis2.databinding.ADBSOAPModelBuilder.Header
All Implemented Interfaces:
Serializable, ADBBean
Enclosing class:
ADBSOAPModelBuilder

public static class ADBSOAPModelBuilder.Header
extends Object
implements ADBBean

See Also:
Serialized Form

Constructor Summary
ADBSOAPModelBuilder.Header()
           
 
Method Summary
 org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)
           
 XMLStreamReader getPullParser(QName qName)
          Serializes an ADBBean.
 void serialize(QName parentQName, XMLStreamWriter xmlWriter)
           
 void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ADBSOAPModelBuilder.Header

public ADBSOAPModelBuilder.Header()
Method Detail

getPullParser

public XMLStreamReader getPullParser(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.

getOMElement

public org.apache.axiom.om.OMElement getOMElement(QName parentQName,
                                                  org.apache.axiom.om.OMFactory factory)
                                           throws ADBException
Specified by:
getOMElement in interface ADBBean
Throws:
ADBException

serialize

public void serialize(QName parentQName,
                      XMLStreamWriter xmlWriter)
               throws XMLStreamException,
                      ADBException
Specified by:
serialize in interface ADBBean
Throws:
XMLStreamException
ADBException

serialize

public void serialize(QName parentQName,
                      XMLStreamWriter xmlWriter,
                      boolean serializeType)
               throws XMLStreamException,
                      ADBException
Specified by:
serialize in interface ADBBean
Throws:
XMLStreamException
ADBException


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.