|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleResponse | |
---|---|
org.odata4j.format | |
org.odata4j.format.json | |
org.odata4j.format.xml | |
org.odata4j.producer | The odata4j server-side (producer-side) API. |
Uses of SimpleResponse in org.odata4j.format |
---|
Methods in org.odata4j.format that return types with arguments of type SimpleResponse | |
---|---|
FormatWriter<SimpleResponse> |
FormatWriterFactory.JsonWriters.getSimpleFormatWriter()
|
FormatWriter<SimpleResponse> |
FormatWriterFactory.AtomWriters.getSimpleFormatWriter()
|
Uses of SimpleResponse in org.odata4j.format.json |
---|
Methods in org.odata4j.format.json with parameters of type SimpleResponse | |
---|---|
protected void |
JsonSimpleFormatWriter.writeContent(UriInfo uriInfo,
JsonWriter jw,
SimpleResponse target)
|
Uses of SimpleResponse in org.odata4j.format.xml |
---|
Methods in org.odata4j.format.xml with parameters of type SimpleResponse | |
---|---|
void |
AtomSimpleFormatWriter.write(UriInfo uriInfo,
Writer w,
SimpleResponse target)
|
Uses of SimpleResponse in org.odata4j.producer |
---|
Methods in org.odata4j.producer that return SimpleResponse | |
---|---|
static SimpleResponse |
Responses.simple(EdmSimpleType<?> type,
Object value)
|
static SimpleResponse |
Responses.simple(EdmSimpleType<?> type,
String name,
Object value)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |