server
Class EchoString

java.lang.Object
  extended by server.EchoString
All Implemented Interfaces:
Serializable, ADBBean

public class EchoString
extends Object
implements ADBBean

EchoString bean class

See Also:
Serialized Form

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

MY_QNAME

public static final QName MY_QNAME

localInput

protected String localInput
field for Input


localInputTracker

protected boolean localInputTracker
Constructor Detail

EchoString

public EchoString()
Method Detail

isInputSpecified

public boolean isInputSpecified()

getInput

public String getInput()
Auto generated getter method

Returns:
java.lang.String

setInput

public void setInput(String param)
Auto generated setter method

Parameters:
param - Input

getOMElement

public org.apache.axiom.om.OMElement getOMElement(QName parentQName,
                                                  org.apache.axiom.om.OMFactory factory)
                                           throws ADBException
Specified by:
getOMElement in interface ADBBean
Parameters:
parentQName -
factory -
Returns:
org.apache.axiom.om.OMElement
Throws:
ADBException

serialize

public void serialize(QName parentQName,
                      XMLStreamWriter xmlWriter)
               throws XMLStreamException,
                      ADBException
Specified by:
serialize in interface ADBBean
Throws:
XMLStreamException
ADBException

serialize

public void serialize(QName parentQName,
                      XMLStreamWriter xmlWriter,
                      boolean serializeType)
               throws XMLStreamException,
                      ADBException
Specified by:
serialize in interface ADBBean
Throws:
XMLStreamException
ADBException

getPullParser

public XMLStreamReader getPullParser(QName qName)
                              throws ADBException
databinding method to get an XML representation of this object

Specified by:
getPullParser in interface ADBBean
Parameters:
qName - the name of the element to be generated for this ADBBean.
Returns:
Returns a pull parser for this ADBBean.
Throws:
ADBException


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.