org.mule.registry
Interface RegistryDescriptor


public interface RegistryDescriptor

TODO document

Version:
$Revision: 7976 $
Author:
Ross Mason

Method Summary
 RegistryComponent getComponent()
           
 Object getConfiguration()
           
 boolean isComponent()
           
 boolean isServiceAssembly()
           
 boolean isServices()
           
 boolean isSharedLibrary()
           
 void validate()
           
 

Method Detail

getComponent

public RegistryComponent getComponent()

isServiceAssembly

public boolean isServiceAssembly()

isSharedLibrary

public boolean isSharedLibrary()

isComponent

public boolean isComponent()

isServices

public boolean isServices()

getConfiguration

public Object getConfiguration()

validate

public void validate()
              throws ValidationException
Throws:
ValidationException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.