Package com.consol.citrus.channel
Class ChannelEndpointComponent
- java.lang.Object
-
- com.consol.citrus.endpoint.AbstractEndpointComponent
-
- com.consol.citrus.channel.ChannelEndpointComponent
-
- All Implemented Interfaces:
EndpointComponent
public class ChannelEndpointComponent extends AbstractEndpointComponent
Channel endpoint component creates synchronous or asynchronous channel endpoint and sets configuration properties accordingly.- Since:
- 1.4.1
- Author:
- Christoph Deppisch
-
-
Field Summary
-
Fields inherited from interface com.consol.citrus.endpoint.EndpointComponent
ENDPOINT_NAME, LOG, RESOURCE_PATH, TYPE_RESOLVER
-
-
Constructor Summary
Constructors Constructor Description ChannelEndpointComponent()Default constructor using the name for this component.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EndpointcreateEndpoint(String resourcePath, Map<String,String> parameters, TestContext context)-
Methods inherited from class com.consol.citrus.endpoint.AbstractEndpointComponent
createEndpoint, enrichEndpointConfiguration, getEndpointConfigurationParameters, getName, getParameters, getParameterString
-
-
-
-
Method Detail
-
createEndpoint
protected Endpoint createEndpoint(String resourcePath, Map<String,String> parameters, TestContext context)
- Specified by:
createEndpointin classAbstractEndpointComponent
-
-