org.opensaml.ws.soap.common
Interface SOAPHandler

All Superinterfaces:
Handler

public interface SOAPHandler
extends Handler

Interface for Handler's that are specific to SOAP message processing.


Method Summary
 java.util.Set<javax.xml.namespace.QName> understandsHeaders()
          Get the set of SOAP header names that the handler indicates it understands.
 
Methods inherited from interface org.opensaml.ws.message.handler.Handler
invoke
 

Method Detail

understandsHeaders

java.util.Set<javax.xml.namespace.QName> understandsHeaders()
Get the set of SOAP header names that the handler indicates it understands.

Returns:
unmodifiable set of understood header names, possibly empty


Copyright © 2006-2011 Internet2. All Rights Reserved.