Package com.consol.citrus.mail.client
Class MailEndpointComponent
- java.lang.Object
-
- com.consol.citrus.endpoint.AbstractEndpointComponent
-
- com.consol.citrus.mail.client.MailEndpointComponent
-
- All Implemented Interfaces:
EndpointComponent
public class MailEndpointComponent extends AbstractEndpointComponent
Component creates proper mail client from endpoint uri resource and parameters.- 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 MailEndpointComponent()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
-
-