CAMEL-8096 CxfEndpoint schema should support to publishEndpointUrl from the 
element attribute


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

Branch: refs/heads/camel-2.14.x
Commit: aed8459db5b59958c4cdcf369931a65adb2a0dcb
Parents: 03d040a
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Mon Dec 1 10:25:05 2014 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Thu Dec 4 09:51:40 2014 +0800

----------------------------------------------------------------------
 .../camel-cxf/src/main/resources/schema/blueprint/camel-cxf.xsd     | 1 +
 components/camel-cxf/src/main/resources/schema/cxfEndpoint.xsd      | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/aed8459d/components/camel-cxf/src/main/resources/schema/blueprint/camel-cxf.xsd
----------------------------------------------------------------------
diff --git 
a/components/camel-cxf/src/main/resources/schema/blueprint/camel-cxf.xsd 
b/components/camel-cxf/src/main/resources/schema/blueprint/camel-cxf.xsd
index 500f61a..dc22c9d 100644
--- a/components/camel-cxf/src/main/resources/schema/blueprint/camel-cxf.xsd
+++ b/components/camel-cxf/src/main/resources/schema/blueprint/camel-cxf.xsd
@@ -60,6 +60,7 @@
           <xsd:attribute name="loggingFeatureEnabled" type="xsd:boolean"/>
           <xsd:attribute name="loggingSizeLimit" type="xsd:integer" />
           <xsd:attribute name="continuationTimeout" type="xsd:long" />
+          <xsd:attribute name="publishedEndpointUrl" type="xsd:string" />
         </xsd:extension>
       </xsd:complexContent>
     </xsd:complexType>

http://git-wip-us.apache.org/repos/asf/camel/blob/aed8459d/components/camel-cxf/src/main/resources/schema/cxfEndpoint.xsd
----------------------------------------------------------------------
diff --git a/components/camel-cxf/src/main/resources/schema/cxfEndpoint.xsd 
b/components/camel-cxf/src/main/resources/schema/cxfEndpoint.xsd
index a9eff65..72f9741 100644
--- a/components/camel-cxf/src/main/resources/schema/cxfEndpoint.xsd
+++ b/components/camel-cxf/src/main/resources/schema/cxfEndpoint.xsd
@@ -59,6 +59,7 @@
           <xsd:attribute name="loggingSizeLimit" type="xsd:integer" />
           <xsd:attribute name="skipFaultLogging" type="xsd:boolean" />
           <xsd:attribute name="continuationTimeout" type="xsd:long" />
+          <xsd:attribute name="publishedEndpointUrl" type="xsd:string" />
         </xsd:extension>
       </xsd:complexContent>
     </xsd:complexType>

Reply via email to