org.glassfish.jersey.internal
Class ProviderBinder.ProviderBinderModule

java.lang.Object
  extended by org.glassfish.jersey.internal.inject.AbstractModule
      extended by org.glassfish.jersey.internal.ProviderBinder.ProviderBinderModule
All Implemented Interfaces:
DynamicConfiguration, Binder, Module
Enclosing class:
ProviderBinder

public static class ProviderBinder.ProviderBinderModule
extends AbstractModule

Module which registers ProviderBinder into the the HK2 services.


Constructor Summary
ProviderBinder.ProviderBinderModule()
           
 
Method Summary
protected  void configure()
          Implement to provide module binding definitions using the exposed binding methods.
 
Methods inherited from class org.glassfish.jersey.internal.inject.AbstractModule
addActiveDescriptor, addActiveDescriptor, addUnbindFilter, bind, bind, bind, commit, install
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderBinder.ProviderBinderModule

public ProviderBinder.ProviderBinderModule()
Method Detail

configure

protected void configure()
Description copied from class: AbstractModule
Implement to provide module binding definitions using the exposed binding methods.

Specified by:
configure in class AbstractModule


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