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