package org.easysoa.registry.types; /** * * @author mkalam-alami * */ public interface SoftwareComponent extends SoaNode { public static final String DOCTYPE = "SoftwareComponent"; }