|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectserver.EchoString
public class EchoString
EchoString bean class
| Nested Class Summary | |
|---|---|
static class |
EchoString.Factory
Factory class that keeps the parse method |
| Field Summary | |
|---|---|
protected String |
localInput
field for Input |
protected boolean |
localInputTracker
|
static QName |
MY_QNAME
|
| Constructor Summary | |
|---|---|
EchoString()
|
|
| Method Summary | |
|---|---|
String |
getInput()
Auto generated getter method |
org.apache.axiom.om.OMElement |
getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
XMLStreamReader |
getPullParser(QName qName)
databinding method to get an XML representation of this object |
boolean |
isInputSpecified()
|
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter)
|
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
setInput(String 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 |
|---|
public static final QName MY_QNAME
protected String localInput
protected boolean localInputTracker
| Constructor Detail |
|---|
public EchoString()
| Method Detail |
|---|
public boolean isInputSpecified()
public String getInput()
public void setInput(String param)
param - Input
public org.apache.axiom.om.OMElement getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
throws ADBException
getOMElement in interface ADBBeanparentQName - factory -
ADBException
public void serialize(QName parentQName,
XMLStreamWriter xmlWriter)
throws XMLStreamException,
ADBException
serialize in interface ADBBeanXMLStreamException
ADBException
public void serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType)
throws XMLStreamException,
ADBException
serialize in interface ADBBeanXMLStreamException
ADBException
public XMLStreamReader getPullParser(QName qName)
throws ADBException
getPullParser in interface ADBBeanqName - the name of the element to be generated for this ADBBean.
ADBException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||