com.google.gdata.wireformats.input
Class ForwardingInputProperties

java.lang.Object
  extended by com.google.gdata.wireformats.ForwardingStreamProperties
      extended by com.google.gdata.wireformats.input.ForwardingInputProperties
All Implemented Interfaces:
InputProperties, StreamProperties

public class ForwardingInputProperties
extends ForwardingStreamProperties
implements InputProperties

A InputProperties implementation that forwards all calls to another InputProperties.

Subclass this and override the methods you want modified to create a wrapper for InputProperties.


Constructor Summary
ForwardingInputProperties(InputProperties delegate)
           
 
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 class com.google.gdata.wireformats.ForwardingStreamProperties
getAltRegistry, getContentType, getExtensionProfile, getQueryParameter, getQueryParameterNames, getRootMetadata
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.gdata.wireformats.StreamProperties
getAltRegistry, getContentType, getExtensionProfile, getQueryParameter, getQueryParameterNames, getRootMetadata
 

Constructor Detail

ForwardingInputProperties

public ForwardingInputProperties(InputProperties delegate)
Method Detail

getRootType

public java.lang.Class<?> getRootType()
Description copied from interface: InputProperties
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.

Specified by:
getRootType in interface InputProperties