org.apache.axis2.databinding
Class ADBSOAPModelBuilder.Envelope
java.lang.Object
org.apache.axis2.databinding.ADBSOAPModelBuilder.Envelope
- All Implemented Interfaces:
- java.io.Serializable, ADBBean
- Enclosing class:
- ADBSOAPModelBuilder
public static class ADBSOAPModelBuilder.Envelope
- extends java.lang.Object
- implements ADBBean
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPullParser
public javax.xml.stream.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.
serialize
public void serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter)
throws javax.xml.stream.XMLStreamException,
ADBException
- Specified by:
serialize
in interface ADBBean
- Throws:
javax.xml.stream.XMLStreamException
ADBException
serialize
public void serialize(QName parentQName,
org.apache.axiom.om.OMFactory factory,
MTOMAwareXMLStreamWriter xmlWriter,
boolean serializeType)
throws javax.xml.stream.XMLStreamException,
ADBException
- Specified by:
serialize
in interface ADBBean
- Throws:
javax.xml.stream.XMLStreamException
ADBException
Copyright © 2007 Apache Web Services Project. All Rights Reserved.