|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ODataProducerException | |
---|---|
org.odata4j.consumer | The odata4j client-side (consumer-side) API. |
org.odata4j.core | Core odata4j concepts. |
org.odata4j.cxf.consumer | |
org.odata4j.exceptions | |
org.odata4j.producer | The odata4j server-side (producer-side) API. |
org.odata4j.producer.resources |
Uses of ODataProducerException in org.odata4j.consumer |
---|
Uses of ODataProducerException in org.odata4j.core |
---|
Methods in org.odata4j.core that throw ODataProducerException | |
---|---|
Enumerable<T> |
OQueryRequest.execute()
Sends the query-request to the OData service, returning a client-side Enumerable for subsequent in-memory operations. |
void |
OModifyRequest.execute()
Sends the modification request to the OData service. |
T |
OEntityRequest.execute()
Sends the entity-request to the OData service and returns the response. |
T |
OCreateRequest.execute()
Sends the create-request to the OData service and returns the newly created entity. |
int |
OCountRequest.execute()
Sends the count-request to the OData service and returns the result. |
Uses of ODataProducerException in org.odata4j.cxf.consumer |
---|
Methods in org.odata4j.cxf.consumer that throw ODataProducerException | |
---|---|
protected ODataClientResponse |
ODataCxfClient.doRequest(FormatType reqType,
ODataClientRequest request,
Response.StatusType... expectedResponseStatus)
|
String |
ODataCxfClient.requestBody(FormatType formatType,
ODataClientRequest request)
|
Uses of ODataProducerException in org.odata4j.exceptions |
---|
Classes in org.odata4j.exceptions with type parameters of type ODataProducerException | |
---|---|
interface |
ExceptionFactory<T extends ODataProducerException>
A factory for instances of a specific sub-class of ODataProducerException . |
Subclasses of ODataProducerException in org.odata4j.exceptions | |
---|---|
class |
BadRequestException
|
class |
ForbiddenException
|
class |
MethodNotAllowedException
|
class |
NotAcceptableException
|
class |
NotAuthorizedException
|
class |
NotFoundException
|
class |
NotImplementedException
|
class |
ServerErrorException
|
class |
UnsupportedMediaTypeException
|
Methods in org.odata4j.exceptions that return ODataProducerException | |
---|---|
static ODataProducerException |
ODataProducerExceptions.create(Response.StatusType status,
OError error)
Creates a new ODataProducerException . |
Uses of ODataProducerException in org.odata4j.producer |
---|
Methods in org.odata4j.producer with parameters of type ODataProducerException | |
---|---|
boolean |
ErrorResponseExtension.returnInnerError(HttpHeaders httpHeaders,
UriInfo uriInfo,
ODataProducerException exception)
This method is called before an error response is created and sent to the client. |
Uses of ODataProducerException in org.odata4j.producer.resources |
---|
Methods in org.odata4j.producer.resources with parameters of type ODataProducerException | |
---|---|
static ErrorResponse |
ExceptionMappingProvider.getErrorResponse(ODataProducerException exception,
boolean includeInnerError)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |