org.apache.synapse
Interface Nameable

All Known Subinterfaces:
Endpoint, MessageProcessor, MessageStore, Startup
All Known Implementing Classes:
AbstractEndpoint, AbstractMessageProcessor, AbstractMessageStore, AbstractStartup, AddressEndpoint, DefaultEndpoint, DynamicLoadbalanceEndpoint, FailoverEndpoint, IndirectEndpoint, InMemoryMessageStore, LoadbalanceEndpoint, RecipientListEndpoint, ResolvingEndpoint, SALoadbalanceEndpoint, SamplingProcessor, ScheduledMessageForwardingProcessor, ScheduledMessageProcessor, SequenceMediator, SimpleQuartz, TemplateEndpoint, WSDLEndpoint

public interface Nameable

Nameable indicates whether an abstraction has a name.


Method Summary
 String getName()
          Get the name of an abstraction
 void setName(String name)
          Set the name of an abstraction
 

Method Detail

getName

String getName()
Get the name of an abstraction

Returns:
String Representation of name

setName

void setName(String name)
Set the name of an abstraction

Parameters:
name - String Representation of name


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.