org.opensaml
Interface SAMLSOAPHTTPBinding
- All Superinterfaces:
- SAMLBinding, SAMLSOAPBinding
- All Known Implementing Classes:
- SOAPHTTPBindingProvider
- public interface SAMLSOAPHTTPBinding
- extends SAMLSOAPBinding
Interface for SAML SOAP HTTP binding implementations. The addHook method must
be synchronized by the caller with respect to other binding methods.
- Author:
- Scott Cantor
Nested Class Summary |
static interface |
SAMLSOAPHTTPBinding.HTTPHook
Callback interface provided by client application enabling
post-construction examination/modification of HTTP exchange. |
addHook
public void addHook(SAMLSOAPHTTPBinding.HTTPHook h)
- Attach an HTTP hook.
- Parameters:
h
- Hook interface to attach
addHook
public void addHook(SAMLSOAPHTTPBinding.HTTPHook h,
Object hookData)
- Attach an HTTP hook.
- Parameters:
h
- Hook interface to attachhookData
- Context data to pass to registered hooks
Copyright ? 2005 UCAID. All Rights Reserved.