Package org.apache.synapse
Interface Nameable
-
- All Known Subinterfaces:
Endpoint
,MessageProcessor
,MessageStore
,Startup
- All Known Implementing Classes:
AbstractEndpoint
,AbstractMessageProcessor
,AbstractMessageStore
,AbstractStartup
,AddressEndpoint
,BasicAuthConfiguredHTTPEndpoint
,ClassEndpoint
,DefaultEndpoint
,DynamicLoadbalanceEndpoint
,FailoverEndpoint
,FailoverScheduledMessageForwardingProcessor
,HTTPEndpoint
,IndirectEndpoint
,InMemoryStore
,JDBCMessageStore
,JmsStore
,LoadbalanceEndpoint
,OAuthConfiguredHTTPEndpoint
,RabbitMQStore
,RecipientListEndpoint
,ResequenceMessageStore
,ResolvingEndpoint
,SALoadbalanceEndpoint
,SamplingProcessor
,ScheduledMessageForwardingProcessor
,ScheduledMessageProcessor
,SequenceMediator
,ServiceDynamicLoadbalanceEndpoint
,StartUpController
,TemplateEndpoint
,WSDLEndpoint
public interface Nameable
Nameable indicates whether an abstraction has a name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Get the name of an abstractionvoid
setName(String name)
Set the name of an abstraction
-