com.google.gdata.client
Class Service.ClientInputProperties
java.lang.Object
com.google.gdata.client.Service.ClientStreamProperties
com.google.gdata.client.Service.ClientInputProperties
- All Implemented Interfaces:
- InputProperties, StreamProperties
- Enclosing class:
- Service
protected class Service.ClientInputProperties
- extends Service.ClientStreamProperties
- implements InputProperties
The ClientInputProperties class is an adaptor class that implements the
InputProperties
interface for content to be read from the target
service based upon its attributes and a Service.GDataRequest
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inputType
protected final ContentType inputType
Service.ClientInputProperties
protected Service.ClientInputProperties(Service.GDataRequest req,
java.lang.Class<?> expectType)
throws java.io.IOException,
ServiceException
- Throws:
java.io.IOException
ServiceException
Service.ClientInputProperties
protected Service.ClientInputProperties(ContentType inputType,
java.lang.Class<?> expectType)
throws java.io.IOException,
ServiceException
- Throws:
java.io.IOException
ServiceException
getContentType
public ContentType getContentType()
- Description copied from interface:
StreamProperties
- Returns the MIME content type of data on the stream.
- Specified by:
getContentType
in interface StreamProperties
- Returns:
- data content type
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
getRootMetadata
public ElementMetadata<?,?> getRootMetadata()
- Description copied from interface:
StreamProperties
- Returns the
ElementMetadata
for the root object that is being
read from or written to the stream. This metadata will already be
bound to the appropriate MetadataContext
for the currently
executing request.
- Specified by:
getRootMetadata
in interface StreamProperties
isPartial
public boolean isPartial()
- Overrides:
isPartial
in class Service.ClientStreamProperties