com.google.gdata.wireformats.input
Interface InputProperties

All Superinterfaces:
StreamProperties
All Known Implementing Classes:
ForwardingInputProperties

public interface InputProperties
extends StreamProperties

The InputProperties interface represents properties of a input data being parsed.

See Also:
InputParser

Method Summary
 java.lang.Class<?> getRootType()
          Returns the expected root type that will be produced as a result of parsing the content.
 
Methods inherited from interface com.google.gdata.wireformats.StreamProperties
getAltRegistry, getContentType, getExtensionProfile, getQueryParameter, getQueryParameterNames, getRootMetadata
 

Method Detail

getRootType

java.lang.Class<?> getRootType()
Returns the expected root type that will be produced as a result of parsing the content. The parse result will be of this type or a subtype that extends or implements the root type.