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