Class CallbackHandlerChain
java.lang.Object
org.springframework.ws.soap.security.callback.AbstractCallbackHandler
org.springframework.ws.soap.security.callback.CallbackHandlerChain
- All Implemented Interfaces:
CallbackHandler
Represents a chain of
CallbackHandler
s. For each callback, each of the handlers is called in term. If a
handler throws a UnsupportedCallbackException
, the next handler is tried.- Since:
- 1.5.0
- Author:
- Arjen Poutsma
-
Field Summary
Fields inherited from class org.springframework.ws.soap.security.callback.AbstractCallbackHandler
logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
handleInternal
(Callback callback) Template method that should be implemented by subclasses.Methods inherited from class org.springframework.ws.soap.security.callback.AbstractCallbackHandler
handle
-
Constructor Details
-
CallbackHandlerChain
-
-
Method Details
-
getCallbackHandlers
-
handleInternal
Description copied from class:AbstractCallbackHandler
Template method that should be implemented by subclasses.- Specified by:
handleInternal
in classAbstractCallbackHandler
- Throws:
IOException
UnsupportedCallbackException
-