1 <?xml version="1.0" encoding="UTF-8"?>
 
   3     Copyright 2016 Huawei Technologies Co., Ltd.
 
   5     Licensed under the Apache License, Version 2.0 (the "License");
 
   6     you may not use this file except in compliance with the License.
 
   7     You may obtain a copy of the License at
 
   9         http://www.apache.org/licenses/LICENSE-2.0
 
  11     Unless required by applicable law or agreed to in writing, software
 
  12     distributed under the License is distributed on an "AS IS" BASIS,
 
  13     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
  14     See the License for the specific language governing permissions and
 
  15     limitations under the License.
 
  18 <beans xmlns="http://www.springframework.org/schema/beans"
 
  19     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:osgi="http://www.springframework.org/schema/osgi"
 
  20     xmlns:osgix="http://www.springframework.org/schema/osgi-compendium"
 
  21     xmlns:ctx="http://www.springframework.org/schema/context" xmlns:jaxrs="http://cxf.apache.org/jaxrs"
 
  22     xmlns:http-conf="http://cxf.apache.org/transports/http/configuration"
 
  23     xmlns:context="http://www.springframework.org/schema/context"
 
  25     http://www.springframework.org/schema/beans 
 
  26     http://www.springframework.org/schema/beans/spring-beans.xsd
 
  27     http://www.springframework.org/schema/osgi
 
  28     http://www.springframework.org/schema/osgi/spring-osgi.xsd
 
  29     http://www.springframework.org/schema/context    
 
  30     http://www.springframework.org/schema/context/spring-context.xsd
 
  31     http://www.springframework.org/schema/osgi-compendium 
 
  32     http://www.springframework.org/schema/osgi-compendium/spring-osgi-compendium.xsd
 
  33     http://cxf.apache.org/jaxrs 
 
  34     http://cxf.apache.org/schemas/jaxrs.xsd
 
  35     http://cxf.apache.org/transports/http/configuration 
 
  36     http://cxf.apache.org/schemas/configuration/http-conf.xsd
 
  37     http://www.springframework.org/schema/aop
 
  38     http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2.xsd 
 
  39     http://www.springframework.org/schema/aop/spring-aop-3.0.xsd">
 
  40     <bean class="org.openo.nfvo.jujuvnfmadapter.service.activator.ROAJujuServicePostProcessor"></bean>
 
  41     <bean class="org.openo.nfvo.jujuvnfmadapter.service.api.internalsvc.impl.JujuAdapterMgrService"></bean>