cisco.uc.cuae.unity.messaging
Class MessagingStub.GetMessagePropsResponse

java.lang.Object
  extended by cisco.uc.cuae.unity.messaging.MessagingStub.GetMessagePropsResponse
All Implemented Interfaces:
java.io.Serializable, org.apache.axis2.databinding.ADBBean
Enclosing class:
MessagingStub

public static class MessagingStub.GetMessagePropsResponse
extends java.lang.Object
implements org.apache.axis2.databinding.ADBBean

See Also:
Serialized Form

Nested Class Summary
static class MessagingStub.GetMessagePropsResponse.Factory
          Factory class that keeps the parse method
 
Field Summary
protected  MessagingStub.PropInfo_type0 localPropInfo
          field for PropInfo
static javax.xml.namespace.QName MY_QNAME
           
 
Constructor Summary
MessagingStub.GetMessagePropsResponse()
           
 
Method Summary
 org.apache.axiom.om.OMElement getOMElement(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory)
           
 MessagingStub.PropInfo_type0 getPropInfo()
          Auto generated getter method
 javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)
          databinding method to get an XML representation of this object
static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader)
          isReaderMTOMAware
 void serialize(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory, org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter)
           
 void serialize(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory, org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter, boolean serializeType)
           
 void setPropInfo(MessagingStub.PropInfo_type0 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 javax.xml.namespace.QName MY_QNAME

localPropInfo

protected MessagingStub.PropInfo_type0 localPropInfo
field for PropInfo

Constructor Detail

MessagingStub.GetMessagePropsResponse

public MessagingStub.GetMessagePropsResponse()
Method Detail

getPropInfo

public MessagingStub.PropInfo_type0 getPropInfo()
Auto generated getter method

Returns:
PropInfo_type0

setPropInfo

public void setPropInfo(MessagingStub.PropInfo_type0 param)
Auto generated setter method

Parameters:
param - PropInfo

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(javax.xml.namespace.QName parentQName,
                                                  org.apache.axiom.om.OMFactory factory)
                                           throws org.apache.axis2.databinding.ADBException
Parameters:
parentQName -
factory -
Returns:
org.apache.axiom.om.OMElement
Throws:
org.apache.axis2.databinding.ADBException

serialize

public void serialize(javax.xml.namespace.QName parentQName,
                      org.apache.axiom.om.OMFactory factory,
                      org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter)
               throws javax.xml.stream.XMLStreamException,
                      org.apache.axis2.databinding.ADBException
Specified by:
serialize in interface org.apache.axis2.databinding.ADBBean
Throws:
javax.xml.stream.XMLStreamException
org.apache.axis2.databinding.ADBException

serialize

public void serialize(javax.xml.namespace.QName parentQName,
                      org.apache.axiom.om.OMFactory factory,
                      org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter,
                      boolean serializeType)
               throws javax.xml.stream.XMLStreamException,
                      org.apache.axis2.databinding.ADBException
Specified by:
serialize in interface org.apache.axis2.databinding.ADBBean
Throws:
javax.xml.stream.XMLStreamException
org.apache.axis2.databinding.ADBException

getPullParser

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

Specified by:
getPullParser in interface org.apache.axis2.databinding.ADBBean
Throws:
org.apache.axis2.databinding.ADBException


Copyright © 2008. All Rights Reserved.