Uses of Class
javax.ws.rs.WebApplicationException

Packages that use WebApplicationException
com.restfully.shop.services   
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.cdi   
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.html   
org.jboss.resteasy.plugins.providers.jaxb   
org.jboss.resteasy.plugins.providers.jaxb.json   
org.jboss.resteasy.plugins.providers.multipart   
org.jboss.resteasy.security.doseta   
org.jboss.resteasy.spi   
org.jboss.resteasy.spi.interception   
org.jboss.resteasy.tests.context   
 

Uses of WebApplicationException in com.restfully.shop.services
 

Methods in com.restfully.shop.services that throw WebApplicationException
 Object JavaMarshaller.readFrom(Class type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap httpHeaders, InputStream is)
           
 void JavaMarshaller.writeTo(Object o, Class type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap httpHeaders, OutputStream os)
           
 

Uses of WebApplicationException in javax.ws.rs.core
 

Methods in javax.ws.rs.core that throw WebApplicationException
 void StreamingOutput.write(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(Class<T> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
          Read a type from the InputStream.
 void MessageBodyWriter.writeTo(T t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
          Write a type to an HTTP response.
 

Uses of WebApplicationException in org.jboss.resteasy.cdi
 

Methods in org.jboss.resteasy.cdi that throw WebApplicationException
 Object CdiConstructorInjector.construct(HttpRequest request, HttpResponse response)
           
 void CdiPropertyInjector.inject(HttpRequest request, HttpResponse response, Object target)
           
 

Uses of WebApplicationException in org.jboss.resteasy.core
 

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

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

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

Methods in org.jboss.resteasy.core.interception that throw WebApplicationException
 void MessageBodyWriterContextImpl.proceed()
           
 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
 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
 Document DocumentProvider.readFrom(Class<Document> clazz, Type type, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> headers, InputStream input)
           
 Object YamlProvider.readFrom(Class<Object> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 Object DefaultTextPlain.readFrom(Class type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap httpHeaders, InputStream entityStream)
           
 void DocumentProvider.writeTo(Document document, Class<?> clazz, Type type, Annotation[] annotation, MediaType mediaType, MultivaluedMap<String,Object> headers, OutputStream output)
           
 void YamlProvider.writeTo(Object t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void DefaultTextPlain.writeTo(Object o, Class type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap httpHeaders, 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(Class<Entry> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 org.apache.abdera.model.Entry AbderaEntryProvider.readFrom(Class<org.apache.abdera.model.Entry> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 Feed AtomFeedProvider.readFrom(Class<Feed> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 org.apache.abdera.model.Feed AbderaFeedProvider.readFrom(Class<org.apache.abdera.model.Feed> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 void AtomEntryProvider.writeTo(Entry entry, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void AbderaEntryProvider.writeTo(org.apache.abdera.model.Entry entry, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void AtomFeedProvider.writeTo(Feed feed, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void AbderaFeedProvider.writeTo(org.apache.abdera.model.Feed feed, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 

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

Methods in org.jboss.resteasy.plugins.providers.html that throw WebApplicationException
 void View.render(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Sets up the model in the request attributes, creates a dispatcher, and forwards the request.
 void Renderable.render(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Called to do the actual work of rendering a view.
 void Redirect.render(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void HtmlRenderableWriter.writeTo(Renderable viewingPleasure, Class type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap httpHeaders, OutputStream entityStream)
           
 

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

Methods in org.jboss.resteasy.plugins.providers.jaxb that throw WebApplicationException
 Object MapProvider.readFrom(Class<Object> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 Object CollectionProvider.readFrom(Class<Object> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 void MapProvider.writeTo(Object target, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void CollectionProvider.writeTo(Object entry, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, 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
 Object JsonMapProvider.readFrom(Class<Object> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 Object JsonCollectionProvider.readFrom(Class<Object> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 void JsonMapProvider.writeTo(Object target, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 void JsonCollectionProvider.writeTo(Object entry, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 

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

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

Uses of WebApplicationException in org.jboss.resteasy.security.doseta
 

Methods in org.jboss.resteasy.security.doseta that throw WebApplicationException
 Object DigitalVerificationInterceptor.read(MessageBodyReaderContext context)
           
 Object DigitalVerificationHeaderDecorator.read(MessageBodyReaderContext context)
           
 void DigitalSigningInterceptor.write(MessageBodyWriterContext context)
           
 void DigitalSigningHeaderDecorator.write(MessageBodyWriterContext context)
           
 

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
 Object ConstructorInjector.construct(HttpRequest request, HttpResponse response)
          construct inside the scope of an HTTP request.
 void PropertyInjector.inject(HttpRequest request, HttpResponse response, Object target)
          Inject values into annotated properties (fields/setter methods) of the target object.
 Object MethodInjector.invoke(HttpRequest request, HttpResponse response, 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()
           
 Object MessageBodyReaderContext.proceed()
           
 Object MessageBodyReaderInterceptor.read(MessageBodyReaderContext context)
           
 void MessageBodyWriterInterceptor.write(MessageBodyWriterContext context)
           
 

Uses of WebApplicationException in org.jboss.resteasy.tests.context
 

Methods in org.jboss.resteasy.tests.context that throw WebApplicationException
 void EndInterceptor.write(MessageBodyWriterContext context)
           
 void EncoderInterceptor.write(MessageBodyWriterContext context)
           
 void BeforeEncoderInterceptor.write(MessageBodyWriterContext context)
           
 void AfterEncoderInterceptor.write(MessageBodyWriterContext context)
           
 



Copyright © 2011. All Rights Reserved.