org.springframework.ws.soap.security.xwss.callback
Class XwssCallbackHandlerChain
java.lang.Object
org.springframework.ws.soap.security.callback.AbstractCallbackHandler
org.springframework.ws.soap.security.callback.CallbackHandlerChain
org.springframework.ws.soap.security.xwss.callback.XwssCallbackHandlerChain
- All Implemented Interfaces:
- CallbackHandler
public class XwssCallbackHandlerChain
- extends CallbackHandlerChain
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.0.0
- Author:
- Arjen Poutsma
Method Summary |
protected void |
handleInternal(Callback callback)
Template method that should be implemented by subclasses. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XwssCallbackHandlerChain
public XwssCallbackHandlerChain(CallbackHandler[] callbackHandlers)
handleInternal
protected void handleInternal(Callback callback)
throws IOException,
UnsupportedCallbackException
- Description copied from class:
AbstractCallbackHandler
- Template method that should be implemented by subclasses.
- Overrides:
handleInternal
in class CallbackHandlerChain
- Throws:
IOException
UnsupportedCallbackException
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.