Method
start
(BundleContext bundleContext)
Source from the content-addressed store, hash-verified
| 19 | * @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext) |
| 20 | */ |
| 21 | public void start(BundleContext bundleContext) throws Exception { |
| 22 | Activator.context = bundleContext; |
| 23 | OpenAS2Server openAS2Server = new OpenAS2Server.Builder().run(); |
| 24 | openAS2Registration = bundleContext.registerService(OpenAS2Server.class.getName(), openAS2Server, null); |
| 25 | } |
| 26 | |
| 27 | /* |
| 28 | * (non-Javadoc) |
Callers
nothing calls this directly
Tested by
no test coverage detected