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

leon.urlshortener.url-shortener-tinyurl.0.2.0.source-code.metadata.xml Maven / Gradle / Ivy

Go to download

URL Shortener Service implementation using tinyurl (http://tinyurl.com)

The newest version!
<!--
 Copyright 2009 OW2 Chameleon
 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.
-->
<ipojo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="org.apache.felix.ipojo http://felix.apache.org/ipojo/schemas/CURRENT/core.xsd"
  xmlns="org.apache.felix.ipojo">
  <component classname="org.ow2.chameleon.tinyurl.TinyURLShortener">
    <provides>
        <property name="service.vendor" value="OW2 Chameleon - TinyURL" type="String"/>
        <property name="service.description" value="Provide an URL Shortener based on TinyURL" type="String"/>
        <property name="service.pid" value="org.ow2.chameleon.urlshortener.tinyURL" type="String"/>
      </provides>
    <properties>
      <property field="m_endpoint" name="endpoint"/>
      <property field="m_parameter" name="parameter"/>
    </properties>
  </component>

  <instance component="org.ow2.chameleon.tinyurl.TinyURLShortener">
    <property name="endpoint" value="http://tinyurl.com/api-create.php"/>
    <property name="parameter" value="url"/>
  </instance>
</ipojo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy