public class

ForwardingOutputProperties

extends ForwardingStreamProperties
implements OutputProperties
java.lang.Object
   ↳ com.google.gdata.wireformats.ForwardingStreamProperties
     ↳ com.google.gdata.wireformats.output.ForwardingOutputProperties

Class Overview

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.

Summary

[Expand]
Inherited Fields
From class com.google.gdata.wireformats.ForwardingStreamProperties
Public Constructors
ForwardingOutputProperties(OutputProperties delegate)
[Expand]
Inherited Methods
From class com.google.gdata.wireformats.ForwardingStreamProperties
From class java.lang.Object
From interface com.google.gdata.wireformats.StreamProperties

Public Constructors

public ForwardingOutputProperties (OutputProperties delegate)

Parameters
delegate