public class Service.ClientOutputProperties extends Service.ClientStreamProperties implements OutputProperties
OutputProperties interface for content to be written to the
target service based upon its attributes and a Service.GDataRequest.| Modifier and Type | Field and Description |
|---|---|
protected ContentType |
requestType |
queryMap, req| Constructor and Description |
|---|
Service.ClientOutputProperties(ContentType requestType,
java.lang.Object source) |
Service.ClientOutputProperties(Service.GDataRequest req,
java.lang.Object source) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCallback() |
ContentType |
getContentType()
Returns the MIME content type of data on the stream.
|
ElementMetadata<?,?> |
getRootMetadata()
Returns the
ElementMetadata for the root object that is being
read from or written to the stream. |
getAltFormat, getAltRegistry, getExtensionProfile, getGDataRequest, getMetadataContext, getParameterMap, getQueryParameter, getQueryParameterNames, getRequestVersion, isPartialclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAltRegistry, getExtensionProfile, getQueryParameter, getQueryParameterNamesprotected final ContentType requestType
public Service.ClientOutputProperties(Service.GDataRequest req, java.lang.Object source)
public Service.ClientOutputProperties(ContentType requestType, java.lang.Object source)
public ContentType getContentType()
StreamPropertiesgetContentType in interface StreamPropertiespublic ElementMetadata<?,?> getRootMetadata()
StreamPropertiesElementMetadata 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.getRootMetadata in interface StreamPropertiespublic java.lang.String getCallback()