java.lang.Object
org.apache.tuscany.spi.model.ModelObject
org.apache.tuscany.spi.model.ComponentType<S,R,P>
org.apache.tuscany.spi.implementation.java.JavaMappedComponentType<S,R,P>
public class JavaMappedComponentType<S extends JavaMappedService,R extends JavaMappedReference,P extends JavaMappedProperty<?>>
- extends ComponentType<S,R,P>
A specialized component type definition whose services, references and properties can be mapped to the Java
programming model.
- Version:
- $Rev: 434281 $ $Date: 2006-08-23 18:43:12 -0700 (Wed, 23 Aug 2006) $
Method Summary |
Class<?> |
getImplClass()
Returns the implementation class associated with this component type. |
void |
setImplClass(Class<?> implClass)
Sets the implementation class associated with this component type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaMappedComponentType
public JavaMappedComponentType()
JavaMappedComponentType
public JavaMappedComponentType(Class<?> implClass)
getImplClass
public Class<?> getImplClass()
- Returns the implementation class associated with this component type.
- Returns:
- the implementation class associated with this component type
setImplClass
public void setImplClass(Class<?> implClass)
- Sets the implementation class associated with this component type.
- Parameters:
implClass
- the implementation class associated with this component type
-