Class DirectEndpointComponent
java.lang.Object
org.citrusframework.endpoint.AbstractEndpointComponent
org.citrusframework.endpoint.direct.DirectEndpointComponent
- All Implemented Interfaces:
EndpointComponent
Direct endpoint component creates synchronous or asynchronous channel endpoint and sets configuration properties
accordingly.
- Since:
- 3.0
-
Field Summary
Fields inherited from interface org.citrusframework.endpoint.EndpointComponent
ENDPOINT_NAME, logger, RESOURCE_PATH, TYPE_RESOLVER -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor using the name for this component. -
Method Summary
Modifier and TypeMethodDescriptionprotected EndpointcreateEndpoint(String resourcePath, Map<String, String> parameters, TestContext context) Create endpoint instance from uri resource and parameters.Methods inherited from class org.citrusframework.endpoint.AbstractEndpointComponent
createEndpoint, enrichEndpointConfiguration, getEndpointConfigurationParameters, getName, getParameters, getParameterString
-
Constructor Details
-
DirectEndpointComponent
public DirectEndpointComponent()Default constructor using the name for this component.
-
-
Method Details
-
createEndpoint
protected Endpoint createEndpoint(String resourcePath, Map<String, String> parameters, TestContext context) Description copied from class:AbstractEndpointComponentCreate endpoint instance from uri resource and parameters.- Specified by:
createEndpointin classAbstractEndpointComponent- Returns:
-