| java.lang.Object | ||
| ↳ | com.google.gdata.wireformats.ForwardingStreamProperties | |
| ↳ | com.google.gdata.wireformats.input.ForwardingInputProperties | |
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.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delegate | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.wireformats.ForwardingStreamProperties
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the expected root type that will be produced as a result of parsing
the content.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.wireformats.ForwardingStreamProperties
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.wireformats.StreamProperties
| |||||||||||
From interface
com.google.gdata.wireformats.input.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.