All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.foundation.http-common.1.0.0-1.source-code.configSchema.xml Maven / Gradle / Ivy

Go to download

This project is the common library for http client and server in the cisco oss foundation runtime

The newest version!
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
  ~ Copyright 2015 Cisco Systems, Inc.
  ~
  ~  Licensed 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.
  -->

<NamespaceDefinitions xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/foundation-runtime/configuration/master/ccp_schema/CCP_XML.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<NamespaceDefinition>
		<NamespaceIdentifier version="TBD" name="TBD" />
       <Parameter name="service.sd" type="STRUCTURE" description="Host and Port configuration for Service Directory server" advanced="true" instantiationLevel="GLOBAL">
                   <StructureDefinition>
                       <StructureMemberDefinition name="host" type="STRING">
                           <DefaultValue>
                               <PrimitiveValue value="vcsdirsvc"/>
                           </DefaultValue>
                       </StructureMemberDefinition>
                       <StructureMemberDefinition name="port" type="INTEGER">
                           <DefaultValue>
                               <PrimitiveValue value="2013"/>
                           </DefaultValue>
                       </StructureMemberDefinition>
                   </StructureDefinition>
           <DefaultValue>
               <StructureValue>
                   <StructureMemberValue name="host" value="vcsdirsvc"/>
                   <StructureMemberValue name="port" value="2013"/>
               </StructureValue>
           </DefaultValue>
        </Parameter>
	</NamespaceDefinition>
</NamespaceDefinitions>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy