Package org.apache.synapse.unittest
Class TestMediationRegistryEntryImpl
- java.lang.Object
-
- org.apache.synapse.registry.RegistryEntryImpl
-
- org.apache.synapse.unittest.TestMediationRegistryEntryImpl
-
- All Implemented Interfaces:
RegistryEntry
public class TestMediationRegistryEntryImpl extends RegistryEntryImpl
The SynapseRegistryEntryImpl
. is doing a validation, so this class is to get rid of that validation;
-
-
Constructor Summary
Constructors Constructor Description TestMediationRegistryEntryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
The type of the resource - optionalvoid
setType(String type)
String
toString()
-
Methods inherited from class org.apache.synapse.registry.RegistryEntryImpl
getCachableDuration, getCreated, getDescription, getKey, getLastModified, getName, getVersion, setCachableDuration, setCreated, setDescription, setKey, setLastModified, setName, setVersion
-
-
-
-
Method Detail
-
setType
public void setType(String type)
- Overrides:
setType
in classRegistryEntryImpl
-
getType
public String getType()
Description copied from interface:RegistryEntry
The type of the resource - optional- Specified by:
getType
in interfaceRegistryEntry
- Overrides:
getType
in classRegistryEntryImpl
-
toString
public String toString()
- Overrides:
toString
in classRegistryEntryImpl
-
-