public class EchoString extends Object implements ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
EchoString.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected String |
localInput
field for Input
|
protected boolean |
localInputTracker |
static QName |
MY_QNAME |
Constructor and Description |
---|
EchoString() |
Modifier and Type | Method and Description |
---|---|
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
|
public static final QName MY_QNAME
protected String localInput
protected boolean localInputTracker
public boolean isInputSpecified()
public String getInput()
public void setInput(String param)
param
- Inputpublic org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws ADBException
getOMElement
in interface ADBBean
parentQName
- factory
- ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, ADBException
serialize
in interface ADBBean
XMLStreamException
ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, ADBException
serialize
in interface ADBBean
XMLStreamException
ADBException
public XMLStreamReader getPullParser(QName qName) throws ADBException
getPullParser
in interface ADBBean
qName
- the name of the element to be generated for this ADBBean.ADBException
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.