Author: dandiep
Date: Tue Jun 5 13:47:06 2007
New Revision: 544625
URL: http://svn.apache.org/viewvc?view=rev&rev=544625
Log:
Forgot a file.
Added:
incubator/cxf/trunk/common/common/src/main/java/org/apache/cxf/configuration/spring/SimpleBeanDefinitionParser.java
(with props)
Added:
incubator/cxf/trunk/common/common/src/main/java/org/apache/cxf/configuration/spring/SimpleBeanDefinitionParser.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/common/src/main/java/org/apache/cxf/configuration/spring/SimpleBeanDefinitionParser.java?view=auto&rev=544625
==============================================================================
---
incubator/cxf/trunk/common/common/src/main/java/org/apache/cxf/configuration/spring/SimpleBeanDefinitionParser.java
(added)
+++
incubator/cxf/trunk/common/common/src/main/java/org/apache/cxf/configuration/spring/SimpleBeanDefinitionParser.java
Tue Jun 5 13:47:06 2007
@@ -0,0 +1,33 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.cxf.configuration.spring;
+
+/**
+ * This bean parser will map all the attributes to properties on the bean.
+ *
+ */
+public class SimpleBeanDefinitionParser extends AbstractBeanDefinitionParser {
+
+ public SimpleBeanDefinitionParser(Class beanClass) {
+ super();
+ setBeanClass(beanClass);
+ }
+
+}
Propchange:
incubator/cxf/trunk/common/common/src/main/java/org/apache/cxf/configuration/spring/SimpleBeanDefinitionParser.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/cxf/trunk/common/common/src/main/java/org/apache/cxf/configuration/spring/SimpleBeanDefinitionParser.java
------------------------------------------------------------------------------
svn:executable = *
Propchange:
incubator/cxf/trunk/common/common/src/main/java/org/apache/cxf/configuration/spring/SimpleBeanDefinitionParser.java
------------------------------------------------------------------------------
svn:keywords = Rev Date