Class TimeoutProducingEndpointAdapter

  • All Implemented Interfaces:
    com.consol.citrus.endpoint.EndpointAdapter

    public class TimeoutProducingEndpointAdapter
    extends StaticEndpointAdapter
    Endpoint adapter produces no response message forcing a request timeout on client side.
    Since:
    1.4
    Author:
    Christoph Deppisch
    • Constructor Detail

      • TimeoutProducingEndpointAdapter

        public TimeoutProducingEndpointAdapter()
    • Method Detail

      • handleMessageInternal

        public com.consol.citrus.message.Message handleMessageInternal​(com.consol.citrus.message.Message message)
        Description copied from class: AbstractEndpointAdapter
        Subclasses must implement this method in order to handle incoming request message. If this method does not return any response message fallback endpoint adapter is invoked for processing.
        Specified by:
        handleMessageInternal in class AbstractEndpointAdapter
        Returns: