Uses of Class
javax.ws.rs.WebApplicationException

Packages that use WebApplicationException
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
org.jboss.resteasy.core   
org.jboss.resteasy.core.interception   
org.jboss.resteasy.plugins.cache.server   
org.jboss.resteasy.plugins.interceptors   
org.jboss.resteasy.plugins.interceptors.encoding   
org.jboss.resteasy.plugins.providers   
org.jboss.resteasy.plugins.providers.atom   
org.jboss.resteasy.plugins.providers.jaxb   
org.jboss.resteasy.plugins.providers.jaxb.json   
org.jboss.resteasy.plugins.providers.multipart   
org.jboss.resteasy.spi   
org.jboss.resteasy.spi.interception   
 

Uses of WebApplicationException in javax.ws.rs.core
 

Methods in javax.ws.rs.core that throw WebApplicationException
 void StreamingOutput.write(java.io.OutputStream output)
          Called to write the message body.
 

Uses of WebApplicationException in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext that throw WebApplicationException
 T MessageBodyReader.readFrom(java.lang.Class<T> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
          Read a type from the InputStream.
 void MessageBodyWriter.writeTo(T t, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
          Write a type to an HTTP response.
 

Uses of WebApplicationException in org.jboss.resteasy.core
 

Methods in org.jboss.resteasy.core with parameters of type WebApplicationException
protected  void SynchronousDispatcher.handleWebApplicationException(HttpResponse response, WebApplicationException wae)
           
 

Methods in org.jboss.resteasy.core that throw WebApplicationException
 java.lang.Object ConstructorInjectorImpl.construct(HttpRequest request, HttpResponse httpResponse)
           
 java.lang.Object MethodInjectorImpl.invoke(HttpRequest request, HttpResponse httpResponse, java.lang.Object resource)
           
 

Uses of WebApplicationException in org.jboss.resteasy.core.interception
 

Methods in org.jboss.resteasy.core.interception that throw WebApplicationException
 void MessageBodyWriterContextImpl.proceed()
           
 java.lang.Object MessageBodyReaderContextImpl.proceed()
           
 

Uses of WebApplicationException in org.jboss.resteasy.plugins.cache.server
 

Methods in org.jboss.resteasy.plugins.cache.server that throw WebApplicationException
 ServerResponse ServerCacheHitInterceptor.preProcess(HttpRequest request, ResourceMethod method)
           
 void ServerCacheInterceptor.write(MessageBodyWriterContext context)
           
 

Uses of WebApplicationException in org.jboss.resteasy.plugins.interceptors
 

Methods in org.jboss.resteasy.plugins.interceptors that throw WebApplicationException
 ServerResponse SecurityInterceptor.preProcess(HttpRequest request, ResourceMethod method)
           
 

Uses of WebApplicationException in org.jboss.resteasy.plugins.interceptors.encoding
 

Methods in org.jboss.resteasy.plugins.interceptors.encoding that throw WebApplicationException
 java.lang.Object GZIPDecodingInterceptor.read(MessageBodyReaderContext context)
           
 void ServerContentEncodingHeaderInterceptor.write(MessageBodyWriterContext context)
           
 void GZIPEncodingInterceptor.write(MessageBodyWriterContext context)
           
 void ContentEncodingHeaderInterceptor.write(MessageBodyWriterContext context)
           
 

Uses of WebApplicationException in org.jboss.resteasy.plugins.providers
 

Methods in org.jboss.resteasy.plugins.providers that throw WebApplicationException
 org.w3c.dom.Document DocumentProvider.readFrom(java.lang.Class<org.w3c.dom.Document> clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> headers, java.io.InputStream input)
           
 java.lang.Object YamlProvider.readFrom(java.lang.Class<java.lang.Object> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 java.lang.Object DefaultTextPlain.readFrom(java.lang.Class type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap httpHeaders, java.io.InputStream entityStream)
           
 void DocumentProvider.writeTo(org.w3c.dom.Document document, java.lang.Class<?> clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotation, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> headers, java.io.OutputStream output)
           
 void YamlProvider.writeTo(java.lang.Object t, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 void DefaultTextPlain.writeTo(java.lang.Object o, java.lang.Class type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap httpHeaders, java.io.OutputStream entityStream)
           
 

Uses of WebApplicationException in org.jboss.resteasy.plugins.providers.atom
 

Methods in org.jboss.resteasy.plugins.providers.atom that throw WebApplicationException
 Entry AtomEntryProvider.readFrom(java.lang.Class<Entry> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 org.apache.abdera.model.Entry AbderaEntryProvider.readFrom(java.lang.Class<org.apache.abdera.model.Entry> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 Feed AtomFeedProvider.readFrom(java.lang.Class<Feed> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 org.apache.abdera.model.Feed AbderaFeedProvider.readFrom(java.lang.Class<org.apache.abdera.model.Feed> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 void AtomEntryProvider.writeTo(Entry entry, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 void AbderaEntryProvider.writeTo(org.apache.abdera.model.Entry entry, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 void AtomFeedProvider.writeTo(Feed feed, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 void AbderaFeedProvider.writeTo(org.apache.abdera.model.Feed feed, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 

Uses of WebApplicationException in org.jboss.resteasy.plugins.providers.jaxb
 

Methods in org.jboss.resteasy.plugins.providers.jaxb that throw WebApplicationException
 java.lang.Object MapProvider.readFrom(java.lang.Class<java.lang.Object> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 java.lang.Object CollectionProvider.readFrom(java.lang.Class<java.lang.Object> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 void MapProvider.writeTo(java.lang.Object target, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 void CollectionProvider.writeTo(java.lang.Object entry, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 

Uses of WebApplicationException in org.jboss.resteasy.plugins.providers.jaxb.json
 

Methods in org.jboss.resteasy.plugins.providers.jaxb.json that throw WebApplicationException
 java.lang.Object JsonMapProvider.readFrom(java.lang.Class<java.lang.Object> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 java.lang.Object JsonCollectionProvider.readFrom(java.lang.Class<java.lang.Object> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 void JsonMapProvider.writeTo(java.lang.Object target, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 void JsonCollectionProvider.writeTo(java.lang.Object entry, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 

Uses of WebApplicationException in org.jboss.resteasy.plugins.providers.multipart
 

Methods in org.jboss.resteasy.plugins.providers.multipart that throw WebApplicationException
 java.util.List<?> ListMultipartReader.readFrom(java.lang.Class<java.util.List<?>> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 java.util.Map<?,?> MapMultipartFormDataReader.readFrom(java.lang.Class<java.util.Map<?,?>> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 MultipartFormDataInput MultipartFormDataReader.readFrom(java.lang.Class<MultipartFormDataInput> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 MultipartInput MultipartReader.readFrom(java.lang.Class<MultipartInput> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 MultipartRelatedInput MultipartRelatedReader.readFrom(java.lang.Class<MultipartRelatedInput> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 java.lang.Object XopWithMultipartRelatedReader.readFrom(java.lang.Class<java.lang.Object> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 java.lang.Object MultipartFormAnnotationReader.readFrom(java.lang.Class<java.lang.Object> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
protected  void AbstractMultipartRelatedWriter.writeRelated(MultipartRelatedOutput multipartRelatedOutput, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 void ListMultipartWriter.writeTo(java.util.List<java.lang.Object> list, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 void MapMultipartFormDataWriter.writeTo(java.util.Map<java.lang.String,java.lang.Object> map, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 void MultipartFormDataWriter.writeTo(MultipartFormDataOutput multipartFormDataOutput, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 void MultipartWriter.writeTo(MultipartOutput multipartOutput, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 void MultipartRelatedWriter.writeTo(MultipartRelatedOutput multipartRelatedOutput, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 void XopWithMultipartRelatedWriter.writeTo(java.lang.Object t, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 void MultipartFormAnnotationWriter.writeTo(java.lang.Object obj, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 

Uses of WebApplicationException in org.jboss.resteasy.spi
 

Subclasses of WebApplicationException in org.jboss.resteasy.spi
 class NoLogWebApplicationException
          WebApplicationExceptions are logged by RESTEasy.
 

Methods in org.jboss.resteasy.spi that throw WebApplicationException
 java.lang.Object ConstructorInjector.construct(HttpRequest request, HttpResponse response)
          construct inside the scope of an HTTP request.
 void PropertyInjector.inject(HttpRequest request, HttpResponse response, java.lang.Object target)
          Inject values into annotated properties (fields/setter methods) of the target object.
 java.lang.Object MethodInjector.invoke(HttpRequest request, HttpResponse response, java.lang.Object target)
          Invoke on a method in the context of an HTTP request.
 

Uses of WebApplicationException in org.jboss.resteasy.spi.interception
 

Methods in org.jboss.resteasy.spi.interception that throw WebApplicationException
 ServerResponse PreProcessInterceptor.preProcess(HttpRequest request, ResourceMethod method)
          Preprocess resource method invocation
 void MessageBodyWriterContext.proceed()
           
 java.lang.Object MessageBodyReaderContext.proceed()
           
 java.lang.Object MessageBodyReaderInterceptor.read(MessageBodyReaderContext context)
           
 void MessageBodyWriterInterceptor.write(MessageBodyWriterContext context)
           
 



Copyright © 2009. All Rights Reserved.