Assign image keyname and pubkey at vnf level
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / info / impl / src / main / resources / OSGI-INF / blueprint / blueprint.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xmlns:jaxrs="http://cxf.apache.org/blueprint/jaxrs">
6
7     <bean id="infoServlet"
8         class="com.highstreet.technologies.info.InfoServlet">
9     </bean>
10
11    <service interface="javax.servlet.http.HttpServlet" ref="infoServlet">
12         <service-properties>
13             <entry key="alias" value="/info" />
14         </service-properties>
15     </service>
16
17 </blueprint>