public class DynamicApplicationFactory extends Object implements ApplicationFactory
| Constructor and Description |
|---|
DynamicApplicationFactory() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Application |
getApplication(org.osgi.framework.Bundle bundle,
Map<String,String> args)
Create a new application instance given the bundle declaring the application and the attributes specified in the
manifest.
|
public DynamicApplicationFactory()
public javax.ws.rs.core.Application getApplication(org.osgi.framework.Bundle bundle, Map<String,String> args) throws ReflectiveOperationException, IOException
ApplicationFactorygetApplication in interface ApplicationFactorybundle - the bundle defining the applicationargs - the arguments parsed from manifest WebModule entry.ReflectiveOperationExceptionIOExceptionCopyright © 2018 Nuxeo. All rights reserved.