# predix-machine-starter-bundle
This repository contains a sample bundle that shows how to create a consumer component and host a rest service.
The SimpleServiceImpl.java class shows how to create a osgi component with init method(activate()) and destroy method (deactivate()).
The TestHttpServer class shows how to host a rest end point.