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 
CallbackHandlers. 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 SummaryFields inherited from class org.springframework.ws.soap.security.callback.AbstractCallbackHandlerlogger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidhandleInternal(Callback callback) Template method that should be implemented by subclasses.Methods inherited from class org.springframework.ws.soap.security.callback.AbstractCallbackHandlerhandle
- 
Constructor Details- 
CallbackHandlerChain
 
- 
- 
Method Details- 
getCallbackHandlers
- 
handleInternalDescription copied from class:AbstractCallbackHandlerTemplate method that should be implemented by subclasses.- Specified by:
- handleInternalin class- AbstractCallbackHandler
- Throws:
- IOException
- UnsupportedCallbackException
 
 
-