Package org.opensaml.soap.common
Interface SOAPHandler
- All Superinterfaces:
Component,InitializableComponent,MessageHandler
Interface for
MessageHandlers that are specific to SOAP message processing.-
Method Summary
Modifier and TypeMethodDescriptionGet the set of SOAP header names that the handler indicates it understands.Methods inherited from interface net.shibboleth.shared.component.InitializableComponent
initialize, isInitializedMethods inherited from interface org.opensaml.messaging.handler.MessageHandler
invoke
-
Method Details
-
understandsHeaders
Get the set of SOAP header names that the handler indicates it understands.- Returns:
- unmodifiable set of understood header names, possibly empty
-