Class JmsSyncEndpointConfigParser
java.lang.Object
org.citrusframework.jms.config.annotation.JmsSyncEndpointConfigParser
- All Implemented Interfaces:
AnnotationConfigParser<JmsSyncEndpointConfig,JmsSyncEndpoint>
public class JmsSyncEndpointConfigParser
extends Object
implements AnnotationConfigParser<JmsSyncEndpointConfig,JmsSyncEndpoint>
- 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(JmsSyncEndpointConfig annotation, ReferenceResolver referenceResolver)
-
Constructor Details
-
JmsSyncEndpointConfigParser
public JmsSyncEndpointConfigParser()
-
-
Method Details
-
parse
- Specified by:
parsein interfaceAnnotationConfigParser<JmsSyncEndpointConfig,JmsSyncEndpoint>
-