Package org.citrusframework.jms.endpoint
Class JmsEndpointAdapter
java.lang.Object
org.citrusframework.endpoint.AbstractEndpointAdapter
org.citrusframework.jms.endpoint.JmsEndpointAdapter
- All Implemented Interfaces:
EndpointAdapter
Endpoint adapter forwards incoming requests to jms destination and waits for response
on reply destination. Provides jms endpoint for clients to connect to destinations in order to provide proper
response message.
- Since:
- 1.4
- Author:
- Christoph Deppisch
-
Constructor Summary
ConstructorsConstructorDescriptionJmsEndpointAdapter(JmsSyncEndpointConfiguration endpointConfiguration) Default constructor using endpoint configuration. -
Method Summary
Methods inherited from class org.citrusframework.endpoint.AbstractEndpointAdapter
getFallbackEndpointAdapter, getName, getTestContext, getTestContextFactory, handleMessage, setFallbackEndpointAdapter, setName, setTestContextFactory
-
Constructor Details
-
JmsEndpointAdapter
Default constructor using endpoint configuration.- Parameters:
endpointConfiguration-
-
-
Method Details
-
handleMessageInternal
- Specified by:
handleMessageInternalin classAbstractEndpointAdapter
-
getEndpoint
-
getEndpointConfiguration
-