Updated Branches:
  refs/heads/master e1764350e -> a46217d57

CAMEL-6971 Added the get method of schemaLocations


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a46217d5
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a46217d5
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a46217d5

Branch: refs/heads/master
Commit: a46217d57cbe753fc1ff99cb9276296f52992fc3
Parents: 4b9be47
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Tue Nov 19 17:15:00 2013 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Tue Nov 19 17:15:27 2013 +0800

----------------------------------------------------------------------
 .../java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a46217d5/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java
----------------------------------------------------------------------
diff --git 
a/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java
 
b/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java
index 1e1296b..0b4c816 100644
--- 
a/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java
+++ 
b/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java
@@ -408,6 +408,10 @@ public class CxfRsEndpoint extends DefaultEndpoint 
implements HeaderFilterStrate
     public void setSchemaLocations(List<String> schemas) {
         this.schemaLocations = schemas;    
     }
+    
+    public List<String> getSchemaLocations() {
+        return schemaLocations;
+    }
 
     /**
      * See documentation of {@link BindingStyle}.

Reply via email to