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, wait
createConsumer, createProducer
public AbstractEndpoint(EndpointConfiguration endpointConfiguration)
endpointConfiguration
- public EndpointConfiguration getEndpointConfiguration()
Endpoint
getEndpointConfiguration
in interface Endpoint
public String getConsumerName()
public String getProducerName()
public TestActor getActor()
public void setActor(TestActor actor)
public String getName()
Endpoint
public void setName(String name)
Endpoint
public void setBeanName(String name)
setBeanName
in interface org.springframework.beans.factory.BeanNameAware
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.