|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.wireformats.ForwardingStreamProperties
com.google.gdata.wireformats.input.ForwardingInputProperties
public class 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
.
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 |
---|
clone, equals, finalize, 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 |
---|
public ForwardingInputProperties(InputProperties delegate)
Method Detail |
---|
public java.lang.Class<?> getRootType()
InputProperties
getRootType
in interface InputProperties
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |