Package org.citrusframework.endpoint
Class AbstractEndpoint
java.lang.Object
org.citrusframework.endpoint.AbstractEndpoint
- Direct Known Subclasses:
AbstractServer,DirectEndpoint
Abstract message endpoint handles send/receive timeout setting and test actors.
- Since:
- 1.4
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractEndpoint(EndpointConfiguration endpointConfiguration) Default constructor using endpoint configuration. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.citrusframework.endpoint.Endpoint
createConsumer, createProducer
-
Constructor Details
-
AbstractEndpoint
Default constructor using endpoint configuration.- Parameters:
endpointConfiguration-
-
-
Method Details
-
getEndpointConfiguration
- Specified by:
getEndpointConfigurationin interfaceEndpoint
-
getConsumerName
Gets the endpoints consumer name.- Returns:
-
getProducerName
Gets the endpoints producer name.- Returns:
-
getActor
-
setActor
-
getName
-
setName
-