Class EmptyResponseEndpointAdapter

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

    public class EmptyResponseEndpointAdapter
    extends StaticEndpointAdapter
    Endpoint adapter always returning empty response message.
    Since:
    1.4
    Author:
    Christoph Deppisch
    • Constructor Detail

      • EmptyResponseEndpointAdapter

        public EmptyResponseEndpointAdapter()
    • 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: