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

public abstract class StaticEndpointAdapter extends AbstractEndpointAdapter
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 Details

    • StaticEndpointAdapter

      public StaticEndpointAdapter()
  • Method Details