Class AbstractCallbackHandler

java.lang.Object
org.springframework.ws.soap.security.callback.AbstractCallbackHandler
All Implemented Interfaces:
CallbackHandler
Direct Known Subclasses:
AbstractWsPasswordCallbackHandler, CallbackHandlerChain

public abstract class AbstractCallbackHandler extends Object implements CallbackHandler
Abstract implementation of a CallbackHandler.
Since:
1.0.0
Author:
Arjen Poutsma
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.apache.commons.logging.Log
    Logger available to subclasses.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final void
    handle(Callback[] callbacks)
    Iterates over the given callbacks, and calls handleInternal for each of them.
    protected abstract void
    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