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