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.providers   
org.jboss.resteasy.plugins.providers.atom   
org.jboss.resteasy.plugins.providers.jaxb   
org.jboss.resteasy.plugins.providers.multipart   
org.jboss.resteasy.spi   
 

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
 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)
           
 Response ResourceMethodSecurityInterceptor.invoke(ResourceMethodContext ctx)
           
 Response ResourceMethodCacheControlInterceptor.invoke(ResourceMethodContext ctx)
           
 Response ResourceMethod.ResourceContext.proceed()
           
protected  void SynchronousDispatcher.writeJaxrsResponse(HttpResponse response, Response jaxrsResponse)
           
 void ResponseInvoker.writeTo(HttpResponse response)
           
 

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

Methods in org.jboss.resteasy.core.interception that throw WebApplicationException
 Response ResourceMethodInterceptor.invoke(ResourceMethodContext ctx)
           
 Response ResourceMethodContext.proceed()
           
 

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

Methods in org.jboss.resteasy.plugins.providers that throw WebApplicationException
 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)
           
 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)
           
 

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 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 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.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)
           
 java.lang.Object MultipartFormAnnotationReader.readFrom(java.lang.Class type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap httpHeaders, java.io.InputStream entityStream)
           
 void ListMultipartWriter.writeTo(java.util.List 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 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 MultipartFormAnnotationWriter.writeTo(java.lang.Object obj, 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.spi
 

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.
 



Copyright © 2009. All Rights Reserved.