Uses of Interface
org.odata4j.producer.ComplexObjectResponse

Packages that use ComplexObjectResponse
org.odata4j.format   
org.odata4j.format.json   
org.odata4j.format.xml   
org.odata4j.producer The odata4j server-side (producer-side) API. 
 

Uses of ComplexObjectResponse in org.odata4j.format
 

Methods in org.odata4j.format that return types with arguments of type ComplexObjectResponse
 FormatWriter<ComplexObjectResponse> FormatWriterFactory.JsonWriters.getComplexObjectFormatWriter()
           
 FormatWriter<ComplexObjectResponse> FormatWriterFactory.AtomWriters.getComplexObjectFormatWriter()
           
 

Uses of ComplexObjectResponse in org.odata4j.format.json
 

Methods in org.odata4j.format.json with parameters of type ComplexObjectResponse
protected  void JsonComplexObjectFormatWriter.writeContent(UriInfo uriInfo, JsonWriter jw, ComplexObjectResponse target)
           
 

Uses of ComplexObjectResponse in org.odata4j.format.xml
 

Methods in org.odata4j.format.xml with parameters of type ComplexObjectResponse
 void AtomComplexFormatWriter.write(UriInfo uriInfo, Writer w, ComplexObjectResponse target)
           
 

Uses of ComplexObjectResponse in org.odata4j.producer
 

Methods in org.odata4j.producer that return ComplexObjectResponse
static ComplexObjectResponse Responses.complexObject(OComplexObject complexObject, String complexObjectName)
          Creates a new ComplexObjectResponse instance.
 



http://odata4j.org