Package org.opensaml.soap.common
Interface SOAPHandler
-
- All Superinterfaces:
Component,InitializableComponent,MessageHandler
public interface SOAPHandler extends MessageHandler
Interface forMessageHandlers 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
-
-