Interface SOAPHandler

  • All Superinterfaces:
    net.shibboleth.utilities.java.support.component.Component, net.shibboleth.utilities.java.support.component.InitializableComponent, org.opensaml.messaging.handler.MessageHandler

    public interface SOAPHandler
    extends org.opensaml.messaging.handler.MessageHandler
    Interface for MessageHandlers that are specific to SOAP message processing.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Set<QName> understandsHeaders()
      Get the set of SOAP header names that the handler indicates it understands.
      • Methods inherited from interface net.shibboleth.utilities.java.support.component.InitializableComponent

        initialize, isInitialized
      • Methods inherited from interface org.opensaml.messaging.handler.MessageHandler

        invoke
    • Method Detail

      • 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