Package org.apache.synapse
Interface Identifiable
-
- All Known Implementing Classes:
AspectConfiguration
public interface Identifiable
Identifiable indicates whether an abstraction can be identified
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Get the identifier of an abstraction
-
-
-
Method Detail
-
getId
String getId()
Get the identifier of an abstraction- Returns:
- String Representation of ID
-
-