com.google.gdata.wireformats.output
Class ForwardingOutputProperties

java.lang.Object
  extended by com.google.gdata.wireformats.ForwardingStreamProperties
      extended by com.google.gdata.wireformats.output.ForwardingOutputProperties
All Implemented Interfaces:
OutputProperties, StreamProperties

public class ForwardingOutputProperties
extends ForwardingStreamProperties
implements OutputProperties

A OutputProperties implementation that forwards all calls to another OutputProperties.

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


Constructor Summary
ForwardingOutputProperties(OutputProperties delegate)
           
 
Method Summary
 
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

ForwardingOutputProperties

public ForwardingOutputProperties(OutputProperties delegate)