Package org.nuxeo.ecm.webengine.jaxrs
Interface ApplicationFactory
- All Known Implementing Classes:
APIModule
,AutomationModule
,DynamicApplicationFactory
,JAXRSRemotingApplication
,JAXRSTemplatesApplication
,SCIMModule
,ScimV2Module
,WebEngineModule
,WOPIModule
public interface ApplicationFactory
- Author:
- Bogdan Stefanescu
-
Method Summary
Modifier and TypeMethodDescriptionjavax.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.
-
Method Details
-
getApplication
javax.ws.rs.core.Application getApplication(org.osgi.framework.Bundle bundle, Map<String, String> args) throws ReflectiveOperationException, IOExceptionCreate a new application instance given the bundle declaring the application and the attributes specified in the manifest.- Parameters:
bundle
- the bundle defining the applicationargs
- the arguments parsed from manifest WebModule entry.- Throws:
ReflectiveOperationException
IOException
-