|
||||||||||
| 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)
|
Iterable<javax.ws.rs.ext.ReaderInterceptor> |
getReaderInterceptors()
Get all writer interceptors applicable to the resource method
wrapped by this invoker. |
Iterable<RankedProvider<javax.ws.rs.container.ContainerRequestFilter>> |
getRequestFilters()
Get all bound request filters applicable to the resource method
wrapped by this invoker. |
Class<?> |
getResourceClass()
|
Method |
getResourceMethod()
|
Iterable<RankedProvider<javax.ws.rs.container.ContainerResponseFilter>> |
getResponseFilters()
Get all bound response filters applicable to the resource method
wrapped by this invoker. |
Iterable<javax.ws.rs.ext.WriterInterceptor> |
getWriterInterceptors()
Get all reader interceptors applicable to the resource method
wrapped by this invoker. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Method getResourceMethod()
getResourceMethod in interface javax.ws.rs.container.ResourceInfopublic Class<?> getResourceClass()
getResourceClass in interface javax.ws.rs.container.ResourceInfopublic ContainerResponse apply(ContainerRequest requestContext)
apply in interface Inflector<ContainerRequest,ContainerResponse>public Iterable<RankedProvider<javax.ws.rs.container.ContainerRequestFilter>> getRequestFilters()
resource method
wrapped by this invoker.
resource
method.public Iterable<RankedProvider<javax.ws.rs.container.ContainerResponseFilter>> getResponseFilters()
resource method
wrapped by this invoker.
resource
method.public Iterable<javax.ws.rs.ext.WriterInterceptor> getWriterInterceptors()
resource method
wrapped by this invoker.
resource method.public Iterable<javax.ws.rs.ext.ReaderInterceptor> getReaderInterceptors()
resource method
wrapped by this invoker.
resource method.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||