|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.xfire.aegis.AbstractMessageReader
public abstract class AbstractMessageReader
Basic type conversions for reading messages.
| Constructor Summary | |
|---|---|
AbstractMessageReader()
|
|
| Method Summary | |
|---|---|
boolean |
getValueAsBoolean()
|
double |
getValueAsDouble()
|
float |
getValueAsFloat()
|
int |
getValueAsInt()
|
long |
getValueAsLong()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.codehaus.xfire.aegis.MessageReader |
|---|
getLocalName, getName, getNamespace, getNextAttributeReader, getNextElementReader, getValue, hasMoreAttributeReaders, hasMoreElementReaders |
| Constructor Detail |
|---|
public AbstractMessageReader()
| Method Detail |
|---|
public int getValueAsInt()
getValueAsInt in interface MessageReaderMessageReader.getValueAsInt()public long getValueAsLong()
getValueAsLong in interface MessageReaderMessageReader.getValueAsLong()public double getValueAsDouble()
getValueAsDouble in interface MessageReaderMessageReader.getValueAsDouble()public float getValueAsFloat()
getValueAsFloat in interface MessageReaderMessageReader.getValueAsFloat()public boolean getValueAsBoolean()
getValueAsBoolean in interface MessageReaderMessageReader.getValueAsBoolean()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||