org.mule.registry
Class ComponentType
java.lang.Object
org.mule.registry.ComponentType
- public class ComponentType
- extends Object
Represents a Component type in the registry
- Version:
- $Revision: 7976 $
- Author:
- Ross Mason
MULE_COMPONENT
public static final ComponentType MULE_COMPONENT
MULE_CONNECTOR_COMPONENT
public static final ComponentType MULE_CONNECTOR_COMPONENT
MULE_TRANSFORMER_COMPONENT
public static final ComponentType MULE_TRANSFORMER_COMPONENT
MULE_AGENT_COMPONENT
public static final ComponentType MULE_AGENT_COMPONENT
JBI_ENGINE_COMPONENT
public static final ComponentType JBI_ENGINE_COMPONENT
JBI_BINDING_COMPONENT
public static final ComponentType JBI_BINDING_COMPONENT
COMPONENT_TYPES
public static final ComponentType[] COMPONENT_TYPES
ComponentType
public ComponentType(String name,
String description)
getName
public String getName()
getDescription
public String getDescription()
equals
public boolean equals(Object o)
hashCode
public int hashCode()
toString
public String toString()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.