org.glassfish.jersey.server.model
Class ResourceMethodInvoker.Builder

java.lang.Object
  extended by org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
Enclosing class:
ResourceMethodInvoker

public static class ResourceMethodInvoker.Builder
extends Object

Resource method invoker "assisted" injection helper. The injectable builder API provides means for constructing a properly injected resource method invoker instances.


Constructor Summary
ResourceMethodInvoker.Builder()
           
 
Method Summary
 ResourceMethodInvoker build(InvocableResourceMethod method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceMethodInvoker.Builder

public ResourceMethodInvoker.Builder()
Method Detail

build

public ResourceMethodInvoker build(InvocableResourceMethod method)


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.