public abstract class AbstractEndpoint extends Object implements Endpoint, org.springframework.beans.factory.BeanNameAware
| Constructor and Description |
|---|
AbstractEndpoint(EndpointConfiguration endpointConfiguration)
Default constructor using endpoint configuration.
|
| Modifier and Type | Method and Description |
|---|---|
TestActor |
getActor()
Gets the actor.
|
String |
getConsumerName()
Gets the endpoints consumer name.
|
EndpointConfiguration |
getEndpointConfiguration()
Gets the endpoint configuration holding all endpoint specific properties such as
endpoint uri, connection timeout, ports, etc.
|
String |
getName()
Gets the endpoint name usually the Spring bean name.
|
String |
getProducerName()
Gets the endpoints producer name.
|
void |
setActor(TestActor actor)
Sets the actor.
|
void |
setBeanName(String name) |
void |
setName(String name)
Sets the endpoint name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateConsumer, createProducerpublic AbstractEndpoint(EndpointConfiguration endpointConfiguration)
endpointConfiguration - public EndpointConfiguration getEndpointConfiguration()
EndpointgetEndpointConfiguration in interface Endpointpublic String getConsumerName()
public String getProducerName()
public TestActor getActor()
public void setActor(TestActor actor)
public String getName()
Endpointpublic void setName(String name)
Endpointpublic void setBeanName(String name)
setBeanName in interface org.springframework.beans.factory.BeanNameAwareCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.