Interface SOAPHandler

All Superinterfaces:
Component, InitializableComponent, MessageHandler

public interface SOAPHandler extends MessageHandler
Interface for MessageHandlers that are specific to SOAP message processing.
  • Method Details

    • understandsHeaders

      @Nonnull Set<QName> understandsHeaders()
      Get the set of SOAP header names that the handler indicates it understands.
      Returns:
      unmodifiable set of understood header names, possibly empty