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