Client Transform Module

Identifier:
com.ps.consul.eclipse.core.ClientTransfomModule

Since:
3.0

Description:
Use this extension point to add java transformation module.

Configuration Markup:

<!ELEMENT extension (clientmodule)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point for additional client transform module.



<!ELEMENT clientmodule EMPTY>

<!ATTLIST clientmodule

class  CDATA #REQUIRED

module CDATA #REQUIRED>

An additional client transform module.



Examples:
<extension point="com.ps.consul.eclipse.core.ClientTransformmodule">
   <clientmodule
            class="class, which extends ClientTransformModule and implements IClientTransformModule"
            module="id of an com.ps.consul.transformer.module">
         </clientmodule>
</extension>