Package org.apache.cxf.aegis.xml
Class AbstractMessageReader
java.lang.Object
org.apache.cxf.aegis.xml.AbstractMessageReader
- All Implemented Interfaces:
MessageReader
- Direct Known Subclasses:
AttributeReader,ElementReader
Basic type conversions for reading messages.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.aegis.xml.MessageReader
getAttributeReader, getLocalName, getName, getNamespace, getNamespaceForPrefix, getNextAttributeReader, getNextElementReader, getValue, hasMoreAttributeReaders, hasMoreElementReaders
-
Constructor Details
-
AbstractMessageReader
public AbstractMessageReader()
-
-
Method Details
-
readToEnd
public void readToEnd()- Specified by:
readToEndin interfaceMessageReader
-
isXsiNil
public boolean isXsiNil()- Specified by:
isXsiNilin interfaceMessageReader
-
hasValue
public boolean hasValue() -
getValueAsCharacter
public char getValueAsCharacter()- Specified by:
getValueAsCharacterin interfaceMessageReader- See Also:
-
getValueAsInt
public int getValueAsInt()- Specified by:
getValueAsIntin interfaceMessageReader
-
getValueAsLong
public long getValueAsLong()- Specified by:
getValueAsLongin interfaceMessageReader- See Also:
-
getValueAsDouble
public double getValueAsDouble()- Specified by:
getValueAsDoublein interfaceMessageReader- See Also:
-
getValueAsFloat
public float getValueAsFloat()- Specified by:
getValueAsFloatin interfaceMessageReader- See Also:
-
getValueAsBoolean
public boolean getValueAsBoolean()- Specified by:
getValueAsBooleanin interfaceMessageReader- See Also:
-
getXMLStreamReader
- Specified by:
getXMLStreamReaderin interfaceMessageReader
-