|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.server.model.ResourceMethodInvoker
public class ResourceMethodInvoker
Server-side request-response inflector for invoking methods
of annotation-based resource classes.
| Nested Class Summary | |
|---|---|
static class |
ResourceMethodInvoker.Builder
Resource method invoker "assisted" injection helper. |
| Method Summary | |
|---|---|
ContainerResponse |
apply(ContainerRequest requestContext)
|
java.lang.Iterable<javax.ws.rs.ext.ReaderInterceptor> |
getReaderInterceptors()
Get all writer interceptors applicable to the resource method
wrapped by this invoker. |
java.lang.Iterable<RankedProvider<javax.ws.rs.container.ContainerRequestFilter>> |
getRequestFilters()
Get all bound request filters applicable to the resource method
wrapped by this invoker. |
java.lang.Class<?> |
getResourceClass()
|
java.lang.reflect.Method |
getResourceMethod()
|
java.lang.Iterable<RankedProvider<javax.ws.rs.container.ContainerResponseFilter>> |
getResponseFilters()
Get all bound response filters applicable to the resource method
wrapped by this invoker. |
java.lang.Iterable<javax.ws.rs.ext.WriterInterceptor> |
getWriterInterceptors()
Get all reader interceptors applicable to the resource method
wrapped by this invoker. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.reflect.Method getResourceMethod()
getResourceMethod in interface javax.ws.rs.container.ResourceInfopublic java.lang.Class<?> getResourceClass()
getResourceClass in interface javax.ws.rs.container.ResourceInfopublic ContainerResponse apply(ContainerRequest requestContext)
apply in interface Inflector<ContainerRequest,ContainerResponse>public java.lang.Iterable<RankedProvider<javax.ws.rs.container.ContainerRequestFilter>> getRequestFilters()
resource method
wrapped by this invoker.
resource
method.public java.lang.Iterable<RankedProvider<javax.ws.rs.container.ContainerResponseFilter>> getResponseFilters()
resource method
wrapped by this invoker.
resource
method.public java.lang.Iterable<javax.ws.rs.ext.WriterInterceptor> getWriterInterceptors()
resource method
wrapped by this invoker.
resource method.public java.lang.Iterable<javax.ws.rs.ext.ReaderInterceptor> getReaderInterceptors()
resource method
wrapped by this invoker.
resource method.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||