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, isPartial
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAltRegistry, getExtensionProfile, getQueryParameter, getQueryParameterNames
protected 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()
StreamProperties
getContentType
in interface StreamProperties
public ElementMetadata<?,?> getRootMetadata()
StreamProperties
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.getRootMetadata
in interface StreamProperties
public java.lang.String getCallback()