soap tutorial

adriani.jws.template.marshalling
Class InformationType

java.lang.Object
  extended by adriani.jws.template.marshalling.InformationType

public class InformationType
extends java.lang.Object

InformationType bean class


Nested Class Summary
static class InformationType.Factory
          Factory class that keeps the parse method
 
Field Summary
protected  java.lang.String localMessage
          field for Message
protected  RecordsType[] localRecords
          field for Records This was an Array!
protected  boolean localRecordsTracker
           
protected  StatusType localStatus
          field for Status
 
Constructor Summary
InformationType()
           
 
Method Summary
 void addRecords(RecordsType param)
          Auto generated add method for the array for convenience
 java.lang.String getMessage()
          Auto generated getter method
 org.apache.axiom.om.OMElement getOMElement(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory)
           
 javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)
          databinding method to get an XML representation of this object
 RecordsType[] getRecords()
          Auto generated getter method
 StatusType getStatus()
          Auto generated getter method
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 setMessage(java.lang.String param)
          Auto generated setter method
 void setRecords(RecordsType[] param)
          Auto generated setter method
 void setStatus(StatusType param)
          Auto generated setter method
protected  void validateRecords(RecordsType[] param)
          validate the array for Records
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localStatus

protected StatusType localStatus
field for Status


localMessage

protected java.lang.String localMessage
field for Message


localRecords

protected RecordsType[] localRecords
field for Records This was an Array!


localRecordsTracker

protected boolean localRecordsTracker
Constructor Detail

InformationType

public InformationType()
Method Detail

getStatus

public StatusType getStatus()
Auto generated getter method

Returns:
adriani.jws.template.marshalling.StatusType

setStatus

public void setStatus(StatusType param)
Auto generated setter method

Parameters:
param - Status

getMessage

public java.lang.String getMessage()
Auto generated getter method

Returns:
java.lang.String

setMessage

public void setMessage(java.lang.String param)
Auto generated setter method

Parameters:
param - Message

getRecords

public RecordsType[] getRecords()
Auto generated getter method

Returns:
adriani.jws.template.marshalling.RecordsType[]

validateRecords

protected void validateRecords(RecordsType[] param)
validate the array for Records


setRecords

public void setRecords(RecordsType[] param)
Auto generated setter method

Parameters:
param - Records

addRecords

public void addRecords(RecordsType param)
Auto generated add method for the array for convenience

Parameters:
param - adriani.jws.template.marshalling.RecordsType

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
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
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

Throws:
org.apache.axis2.databinding.ADBException

Build 19/03/2014

Morpheus Technologies - making the Zion software
Copyright © 2009-2014 Morpheus Technologies. All Rights Reserved