org.systinet.wasp.dd
Interface ImplementablePart

All Superinterfaces:
DeploymentPart
All Known Subinterfaces:
Handler, HeaderProcessor, Interceptor, Listener, Module, ServiceInstance, ServiceMediator, Transport

public interface ImplementablePart
extends DeploymentPart

This interface represents part of deployment descriptor that can contain implementation class name.

Since:
4.0
Component:
Core

Method Summary
 java.lang.String getImplementationClass()
          Returns the name of the implementation class.
 void setImplementationClass(java.lang.String implClass)
          Sets the implementation class of the object.
 
Methods inherited from interface org.systinet.wasp.dd.DeploymentPart
getDeploymentDescriptor
 

Method Detail

getImplementationClass

public java.lang.String getImplementationClass()
Returns the name of the implementation class.

Returns:
the name of the implementation class

setImplementationClass

public void setImplementationClass(java.lang.String implClass)
Sets the implementation class of the object. No checks are performed if the implementation class exists.

Parameters:
implClass - name of the implementation class