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

com.atomscat.freeswitch.xml.handler.XmlCurlHandler Maven / Gradle / Ivy

The newest version!
package com.atomscat.freeswitch.xml.handler;


import com.atomscat.freeswitch.xml.domain.XmlCurl;

/**
 * 

XmlCurlHandler interface.

* * @author : zhouhailin * @version $Id: $Id */ public interface XmlCurlHandler { /** *

xmlCurl.

* * @param xmlCurl a {@link XmlCurl} object. */ String handleXmlCurl(XmlCurl xmlCurl); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy