Class MediationRegistryEntryImpl
- java.lang.Object
-
- org.apache.synapse.registry.RegistryEntryImpl
-
- org.wso2.carbon.mediation.registry.MediationRegistryEntryImpl
-
- All Implemented Interfaces:
org.apache.synapse.registry.RegistryEntry
public class MediationRegistryEntryImpl extends org.apache.synapse.registry.RegistryEntryImpl
The SynapseRegistryEntryImpl
conflicts theESBRegistryConstants.FILE
and theESBRegistryConstants.FOLDER
types because it is doing a validation, so this class is to get rid of that validation;
-
-
Constructor Summary
Constructors Constructor Description MediationRegistryEntryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
void
setType(String type)
String
toString()
-
-
-
Method Detail
-
setType
public void setType(String type)
- Overrides:
setType
in classorg.apache.synapse.registry.RegistryEntryImpl
-
getType
public String getType()
- Specified by:
getType
in interfaceorg.apache.synapse.registry.RegistryEntry
- Overrides:
getType
in classorg.apache.synapse.registry.RegistryEntryImpl
-
toString
public String toString()
- Overrides:
toString
in classorg.apache.synapse.registry.RegistryEntryImpl
-
-