JavaScript is disabled on your browser.
All Implemented Interfaces:
org.glassfish.jersey.spi.ComponentProvider
public class SpringComponentProvider
extends Object
implements ComponentProvider
Custom ComponentProvider class.
Responsible for 1) bootstrapping Jersey 2 Spring integration and
2) making Jersey skip JAX-RS Spring component life-cycle management and leave it to us.
Author:
Marko Asplund (marko.asplund at yahoo.com)
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Methods inherited from interface org.glassfish.jersey.spi.ComponentProvider
bind
Method Detail
done
public void done()
Specified by:
done in interface org.glassfish.jersey.spi.ComponentProvider
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.