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
 Set<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

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


Copyright © 2006-2013 Internet2. All Rights Reserved.