MCPcopy Create free account
hub / github.com/OpenAS2/OpenAs2App / start

Method start

Bundle/src/main/java/org/openas2/osgi/Activator.java:21–25  ·  view source on GitHub ↗
(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

Calls 2

getNameMethod · 0.65
runMethod · 0.45

Tested by

no test coverage detected