source: ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/common/XmlAble.as @ 206

Last change on this file since 206 was 206, checked in by patdui, 14 years ago
  • added as3httpclient for doing http DELETE commands etc...
  • implemented editor
  • Using Basic Header security to authorize POST and DELETEs
  • renamed Register to Importer
File size: 119 bytes
Line 
1package clarin.cmdi.componentregistry.common
2{
3    public interface XmlAble
4    {
5        function toXml():XML;
6    }
7}
Note: See TracBrowser for help on using the repository browser.