org.apache.axis2.databinding.types.soapencoding
Class AnyType

java.lang.Object
  extended by org.apache.axis2.databinding.types.soapencoding.AnyType
All Implemented Interfaces:
java.io.Serializable, ADBBean

public class AnyType
extends java.lang.Object
implements ADBBean

AnyType bean class

See Also:
Serialized Form

Nested Class Summary
static class AnyType.Factory
          Factory class that keeps the parse method
 
Field Summary
protected  org.apache.axiom.om.OMElement localAnyType
          field for AnyType
static QName MY_QNAME
           
 
Constructor Summary
AnyType()
           
 
Method Summary
 org.apache.axiom.om.OMElement getAnyType()
          Auto generated getter method
 org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)
           
 javax.xml.stream.XMLStreamReader getPullParser(QName qName)
          databinding method to get an XML representation of this object
static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader)
          isReaderMTOMAware
 void serialize(QName parentQName, org.apache.axiom.om.OMFactory factory, MTOMAwareXMLStreamWriter xmlWriter)
           
 void serialize(QName parentQName, org.apache.axiom.om.OMFactory factory, MTOMAwareXMLStreamWriter xmlWriter, boolean serializeType)
           
 void setAnyType(org.apache.axiom.om.OMElement param)
          Auto generated setter method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MY_QNAME

public static final QName MY_QNAME

localAnyType

protected org.apache.axiom.om.OMElement localAnyType
field for AnyType

Constructor Detail

AnyType

public AnyType()
Method Detail

getAnyType

public org.apache.axiom.om.OMElement getAnyType()
Auto generated getter method

Returns:
org.apache.axiom.om.OMElement

setAnyType

public void setAnyType(org.apache.axiom.om.OMElement param)
Auto generated setter method

Parameters:
param - AnyType

isReaderMTOMAware

public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader)
isReaderMTOMAware

Returns:
true if the reader supports MTOM

getOMElement

public org.apache.axiom.om.OMElement getOMElement(QName parentQName,
                                                  org.apache.axiom.om.OMFactory factory)
                                           throws ADBException
Parameters:
parentQName -
factory -
Returns:
org.apache.axiom.om.OMElement
Throws:
ADBException

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

getPullParser

public javax.xml.stream.XMLStreamReader getPullParser(QName qName)
                                               throws ADBException
databinding method to get an XML representation of this object

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.
Throws:
ADBException


Copyright ? 2007 Apache Web Services Project. All Rights Reserved.