Moved callbackhandlerchain back to xwss package, because it's xws-specific.

This commit is contained in:
Arjen Poutsma
2008-02-09 23:17:58 +00:00
parent d74683bf34
commit 022eff3963
3 changed files with 178 additions and 3 deletions

View File

@@ -22,8 +22,6 @@ import javax.security.auth.callback.UnsupportedCallbackException;
import junit.framework.TestCase;
import org.springframework.ws.soap.security.callback.CallbackHandlerChain;
public class CallbackHandlerChainTest extends TestCase {
private CallbackHandler supported = new CallbackHandler() {