Uses of Class
org.odata4j.exceptions.ODataProducerException

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
 

Methods in org.odata4j.consumer that throw ODataProducerException
 ODataClientResponse ODataClient.callFunction(ODataClientRequest request)
           
 ODataClientResponse AbstractODataClient.callFunction(ODataClientRequest request)
           
 ODataClientResponse ODataClient.createEntity(ODataClientRequest request)
           
 ODataClientResponse AbstractODataClient.createEntity(ODataClientRequest request)
           
 void ODataClient.createLink(ODataClientRequest request)
           
 void AbstractODataClient.createLink(ODataClientRequest request)
           
 void ODataClient.deleteEntity(ODataClientRequest request)
           
 void AbstractODataClient.deleteEntity(ODataClientRequest request)
           
 void ODataClient.deleteLink(ODataClientRequest request)
           
 void AbstractODataClient.deleteLink(ODataClientRequest request)
           
protected abstract  ODataClientResponse AbstractODataClient.doRequest(FormatType reqType, ODataClientRequest request, Response.StatusType... expectedResponseStatus)
           
 Void ConsumerUpdateLinkRequest.execute()
           
 Enumerable<OEntityId> ConsumerQueryLinksRequest.execute()
           
 Enumerable<T> ConsumerQueryEntitiesRequest.execute()
           
 T ConsumerGetEntityRequest.execute()
           
 Enumerable<T> ConsumerFunctionCallRequest.execute()
           
 void ConsumerEntityModificationRequest.execute()
           
 Void ConsumerDeleteLinkRequest.execute()
           
 Void ConsumerDeleteEntityRequest.execute()
           
 Void ConsumerCreateLinkRequest.execute()
           
 T ConsumerCreateEntityRequest.execute()
           
 int ConsumerCountRequest.execute()
           
 Iterable<AtomCollectionInfo> ODataClient.getCollections(ODataClientRequest request)
           
 Iterable<AtomCollectionInfo> AbstractODataClient.getCollections(ODataClientRequest request)
           
 ODataClientResponse ODataClient.getEntities(ODataClientRequest request)
           
 ODataClientResponse AbstractODataClient.getEntities(ODataClientRequest request)
           
 ODataClientResponse ODataClient.getEntity(ODataClientRequest request)
           
 ODataClientResponse AbstractODataClient.getEntity(ODataClientRequest request)
           
 Enumerable<EntitySetInfo> ODataConsumer.getEntitySets()
          Lists all top-level entity-sets for the OData service.
 Enumerable<EntitySetInfo> AbstractODataConsumer.getEntitySets()
           
 Iterable<SingleLink> ODataClient.getLinks(ODataClientRequest request)
           
 Iterable<SingleLink> AbstractODataClient.getLinks(ODataClientRequest request)
           
 EdmDataServices ODataClient.getMetadata(ODataClientRequest request)
           
 EdmDataServices AbstractODataClient.getMetadata(ODataClientRequest request)
           
 String ODataClient.requestBody(FormatType formatType, ODataClientRequest request)
           
 void ODataClient.updateEntity(ODataClientRequest request)
           
 void AbstractODataClient.updateEntity(ODataClientRequest request)
           
 void ODataClient.updateLink(ODataClientRequest request)
           
 void AbstractODataClient.updateLink(ODataClientRequest request)
           
 

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)
           
 



http://odata4j.org