org.codehaus.xfire.aegis
Interface MessageReader
- All Known Implementing Classes:
- AbstractMessageReader, AttributeReader, ElementReader, YOMReader
public interface MessageReader
A MessageReader. You must call getNextChildReader() until hasMoreChildReaders()
returns false.
- Author:
- Dan Diephouse
getValue
java.lang.String getValue()
getValueAsInt
int getValueAsInt()
getValueAsLong
long getValueAsLong()
getValueAsDouble
double getValueAsDouble()
getValueAsFloat
float getValueAsFloat()
getValueAsBoolean
boolean getValueAsBoolean()
hasMoreAttributeReaders
boolean hasMoreAttributeReaders()
getNextAttributeReader
MessageReader getNextAttributeReader()
hasMoreElementReaders
boolean hasMoreElementReaders()
getNextElementReader
MessageReader getNextElementReader()
getName
javax.xml.namespace.QName getName()
getLocalName
java.lang.String getLocalName()
- Get the local name of the element this reader represents.
- Returns:
getNamespace
java.lang.String getNamespace()
- Returns:
Copyright © 2004-2005 Codehaus. All Rights Reserved.