Package org.citrusframework.ws.client
Class WebServiceEndpointComponent
java.lang.Object
org.citrusframework.endpoint.AbstractEndpointComponent
org.citrusframework.ws.client.WebServiceEndpointComponent
- All Implemented Interfaces:
EndpointComponent
Component creates proper web service client from endpoint uri resource and parameters.
- Since:
- 1.4.1
-
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) Methods inherited from class org.citrusframework.endpoint.AbstractEndpointComponent
createEndpoint, enrichEndpointConfiguration, getEndpointConfigurationParameters, getName, getParameters, getParameterString
-
Constructor Details
-
WebServiceEndpointComponent
public WebServiceEndpointComponent()Default constructor using the name for this component.
-
-
Method Details
-
createEndpoint
protected Endpoint createEndpoint(String resourcePath, Map<String, String> parameters, TestContext context) - Specified by:
createEndpointin classAbstractEndpointComponent
-