org.codehaus.xfire.message
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()
getValueAsCalendar
java.util.Calendar getValueAsCalendar()
getValueAsInt
int getValueAsInt()
getValueAsLong
long getValueAsLong()
getValueAsDouble
double getValueAsDouble()
getValueAsFloat
float getValueAsFloat()
getValueAsBoolean
boolean getValueAsBoolean()
getValueAsDate
java.util.Date getValueAsDate()
getValueAsDateTime
java.util.Date getValueAsDateTime()
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: