Class StaticEndpointAdapter
java.lang.Object
org.citrusframework.endpoint.AbstractEndpointAdapter
org.citrusframework.endpoint.adapter.StaticEndpointAdapter
- All Implemented Interfaces:
EndpointAdapter
- Direct Known Subclasses:
EmptyResponseEndpointAdapter,RequestDispatchingEndpointAdapter,StaticResponseEndpointAdapter,TimeoutProducingEndpointAdapter
Static endpoint adapter always responds with static response message. No endpoint is provided as this is a
static endpoint adapter. Clients trying to get endpoint for interaction will receive runtime exception.
- Since:
- 1.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.citrusframework.endpoint.AbstractEndpointAdapter
getFallbackEndpointAdapter, getName, getTestContext, getTestContextFactory, handleMessage, handleMessageInternal, setFallbackEndpointAdapter, setName, setTestContextFactory
-
Constructor Details
-
StaticEndpointAdapter
public StaticEndpointAdapter()
-
-
Method Details
-
getEndpoint
-
getEndpointConfiguration
-