Class ChannelEndpointConfigParser
- java.lang.Object
-
- com.consol.citrus.config.annotation.ChannelEndpointConfigParser
-
- All Implemented Interfaces:
com.consol.citrus.config.annotation.AnnotationConfigParser<ChannelEndpointConfig,ChannelEndpoint>
public class ChannelEndpointConfigParser extends Object implements com.consol.citrus.config.annotation.AnnotationConfigParser<ChannelEndpointConfig,ChannelEndpoint>
- Since:
- 2.7.6
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description ChannelEndpointConfigParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelEndpointparse(ChannelEndpointConfig annotation, com.consol.citrus.spi.ReferenceResolver referenceResolver)
-
-
-
Method Detail
-
parse
public ChannelEndpoint parse(ChannelEndpointConfig annotation, com.consol.citrus.spi.ReferenceResolver referenceResolver)
- Specified by:
parsein interfacecom.consol.citrus.config.annotation.AnnotationConfigParser<ChannelEndpointConfig,ChannelEndpoint>
-
-