Uses of Class
jakarta.ws.rs.ProcessingException
-
Packages that use ProcessingException Package Description jakarta.ws.rs.client The JAX-RS client APIorg.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.client.authentication Provides core client authentication mechanisms.org.glassfish.jersey.client.internal Jersey client-side internal classes.org.glassfish.jersey.message.internal Common Jersey internal messaging classes.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes.org.glassfish.jersey.server.spi.internal Jersey server-side internal service provider contract (SPI) classes. -
-
Uses of ProcessingException in jakarta.ws.rs.client
Subclasses of ProcessingException in jakarta.ws.rs.client Modifier and Type Class Description classResponseProcessingExceptionJAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g. -
Uses of ProcessingException in org.glassfish.jersey.client
Methods in org.glassfish.jersey.client that throw ProcessingException Modifier and Type Method Description ResponseJerseyInvocation.Builder. delete()<T> TJerseyInvocation.Builder. delete(GenericType<T> responseType)<T> TJerseyInvocation.Builder. delete(Class<T> responseType)ResponseJerseyInvocation.Builder. get()<T> TJerseyInvocation.Builder. get(GenericType<T> responseType)<T> TJerseyInvocation.Builder. get(Class<T> responseType)ResponseJerseyInvocation.Builder. head()ResponseJerseyInvocation. invoke()<T> TJerseyInvocation. invoke(GenericType<T> responseType)<T> TJerseyInvocation. invoke(Class<T> responseType)ResponseJerseyInvocation.Builder. method(String name)ResponseJerseyInvocation.Builder. method(String name, Entity<?> entity)<T> TJerseyInvocation.Builder. method(String name, Entity<?> entity, GenericType<T> responseType)<T> TJerseyInvocation.Builder. method(String name, Entity<?> entity, Class<T> responseType)<T> TJerseyInvocation.Builder. method(String name, GenericType<T> responseType)<T> TJerseyInvocation.Builder. method(String name, Class<T> responseType)ResponseJerseyInvocation.Builder. options()<T> TJerseyInvocation.Builder. options(GenericType<T> responseType)<T> TJerseyInvocation.Builder. options(Class<T> responseType)ResponseJerseyInvocation.Builder. post(Entity<?> entity)<T> TJerseyInvocation.Builder. post(Entity<?> entity, GenericType<T> responseType)<T> TJerseyInvocation.Builder. post(Entity<?> entity, Class<T> responseType)ResponseJerseyInvocation.Builder. put(Entity<?> entity)<T> TJerseyInvocation.Builder. put(Entity<?> entity, GenericType<T> responseType)<T> TJerseyInvocation.Builder. put(Entity<?> entity, Class<T> responseType)<T> TClientResponse. readEntity(GenericType<T> entityType)Read the message entity input stream as an instance of specified Java type using aMessageBodyReaderthat supports mapping the message entity stream onto the requested type.<T> TClientResponse. readEntity(GenericType<T> entityType, Annotation[] annotations)Read the message entity input stream as an instance of specified Java type using aMessageBodyReaderthat supports mapping the message entity stream onto the requested type.<T> TClientResponse. readEntity(Class<T> entityType)Read the message entity input stream as an instance of specified Java type using aMessageBodyReaderthat supports mapping the message entity stream onto the requested type.<T> TClientResponse. readEntity(Class<T> entityType, Annotation[] annotations)Read the message entity input stream as an instance of specified Java type using aMessageBodyReaderthat supports mapping the message entity stream onto the requested type.ResponseJerseyInvocation.Builder. trace()<T> TJerseyInvocation.Builder. trace(GenericType<T> responseType)<T> TJerseyInvocation.Builder. trace(Class<T> responseType) -
Uses of ProcessingException in org.glassfish.jersey.client.authentication
Subclasses of ProcessingException in org.glassfish.jersey.client.authentication Modifier and Type Class Description classRequestAuthenticationExceptionException thrown by security request authentication.classResponseAuthenticationExceptionException thrown by security response authentication. -
Uses of ProcessingException in org.glassfish.jersey.client.internal
Subclasses of ProcessingException in org.glassfish.jersey.client.internal Modifier and Type Class Description classClientResponseProcessingExceptionThis is a representation of a @{link ProcessingException} containing a @{link ClientResponse} instance. -
Uses of ProcessingException in org.glassfish.jersey.message.internal
Subclasses of ProcessingException in org.glassfish.jersey.message.internal Modifier and Type Class Description classHeaderValueExceptionProcessing exceptionindicating that an attempt to read a value of a header failed.classMessageBodyProcessingExceptionJersey exception signaling that error occurred during reading or writing message body (entity).classMessageBodyProviderNotFoundExceptionJersey processing exception signaling that no appropriate MessageBodyReader or MessageBodyWriter was found.Methods in org.glassfish.jersey.message.internal that throw ProcessingException Modifier and Type Method Description booleanInboundMessageContext. bufferEntity()Buffer the entity stream (if not empty).booleanOutboundJaxrsResponse. bufferEntity()voidEntityInputStream. close()voidOutboundJaxrsResponse. close()<T> TOutboundJaxrsResponse. readEntity(GenericType<T> entityType)<T> TOutboundJaxrsResponse. readEntity(GenericType<T> entityType, Annotation[] annotations)<T> TOutboundJaxrsResponse. readEntity(Class<T> type)<T> TOutboundJaxrsResponse. readEntity(Class<T> type, Annotation[] annotations) -
Uses of ProcessingException in org.glassfish.jersey.server
Subclasses of ProcessingException in org.glassfish.jersey.server Modifier and Type Class Description classContainerExceptionException thrown by the container components in to notify Jersey runtime about any errors. -
Uses of ProcessingException in org.glassfish.jersey.server.spi
Methods in org.glassfish.jersey.server.spi that throw ProcessingException Modifier and Type Method Description <T> TContainerProvider. createContainer(Class<T> type, Application application)Create an container of a given type.<T extends WebServer>
TWebServerProvider. createServer(Class<T> type, Application application, JerseySeBootstrapConfiguration configuration)Creates a server of a given type which runs the given application using the given bootstrap configuration.<T extends WebServer>
TWebServerProvider. createServer(Class<T> type, Class<? extends Application> applicationClass, JerseySeBootstrapConfiguration configuration)Creates a server of a given type which runs the given application using the given bootstrap configuration. -
Uses of ProcessingException in org.glassfish.jersey.server.spi.internal
Methods in org.glassfish.jersey.server.spi.internal that throw ProcessingException Modifier and Type Method Description ResponseResourceMethodDispatcher. dispatch(Object resource, ContainerRequest request)Reflectively dispatch a request to the underlyinginvocable resource methodvia the configuredinvocation handlerusing the provided resource class instance.
-