org.springframework.ws.soap.security.callback
Class CleanupCallback
java.lang.Object
org.springframework.ws.soap.security.callback.CleanupCallback
- All Implemented Interfaces:
- Serializable, Callback
public class CleanupCallback
- extends Object
- implements Callback, Serializable
Underlying security services instantiate and pass a CleanupCallback
to the handle
method of
a CallbackHandler
to clean up security state.
- Since:
- 1.0.4
- Author:
- Arjen Poutsma
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CleanupCallback
public CleanupCallback()
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.