Package org.opensaml.soap.common
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.MessageHandlerInterface 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.
-