Class WebServiceClientConfigParser
java.lang.Object
org.citrusframework.ws.config.annotation.WebServiceClientConfigParser
- All Implemented Interfaces:
org.citrusframework.config.annotation.AnnotationConfigParser<WebServiceClientConfig,WebServiceClient>
public class WebServiceClientConfigParser
extends Object
implements org.citrusframework.config.annotation.AnnotationConfigParser<WebServiceClientConfig,WebServiceClient>
- Since:
- 2.5
- Author:
- Christoph Deppisch
-
Field Summary
Fields inherited from interface org.citrusframework.config.annotation.AnnotationConfigParser
logger, parsers, RESOURCE_PATH, TYPE_RESOLVER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(WebServiceClientConfig annotation, ReferenceResolver referenceResolver)
-
Constructor Details
-
WebServiceClientConfigParser
public WebServiceClientConfigParser()
-
-
Method Details
-
parse
public WebServiceClient parse(WebServiceClientConfig annotation, ReferenceResolver referenceResolver) - Specified by:
parsein interfaceorg.citrusframework.config.annotation.AnnotationConfigParser<WebServiceClientConfig,WebServiceClient>
-