|
soap tutorial | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadriani.jws.template.marshalling.InformationType
public class InformationType
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 |
---|
protected StatusType localStatus
protected java.lang.String localMessage
protected RecordsType[] localRecords
protected boolean localRecordsTracker
Constructor Detail |
---|
public InformationType()
Method Detail |
---|
public StatusType getStatus()
public void setStatus(StatusType param)
param
- Statuspublic java.lang.String getMessage()
public void setMessage(java.lang.String param)
param
- Messagepublic RecordsType[] getRecords()
protected void validateRecords(RecordsType[] param)
public void setRecords(RecordsType[] param)
param
- Recordspublic void addRecords(RecordsType param)
param
- adriani.jws.template.marshalling.RecordsTypepublic static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader)
public org.apache.axiom.om.OMElement getOMElement(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
parentQName
- factory
-
org.apache.axis2.databinding.ADBException
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
javax.xml.stream.XMLStreamException
org.apache.axis2.databinding.ADBException
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
javax.xml.stream.XMLStreamException
org.apache.axis2.databinding.ADBException
public javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName) throws org.apache.axis2.databinding.ADBException
org.apache.axis2.databinding.ADBException
|
Build 19/03/2014 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |