Apache CXF API

org.apache.cxf.ws.security.wss4j
Class DelegatingCallbackHandler

java.lang.Object
  extended by org.apache.cxf.ws.security.wss4j.DelegatingCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class DelegatingCallbackHandler
extends Object
implements CallbackHandler


Constructor Summary
DelegatingCallbackHandler(CallbackHandler pwdHandler)
           
 
Method Summary
 void handle(Callback[] callbacks)
           
protected  void handleCallback(Callback c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingCallbackHandler

public DelegatingCallbackHandler(CallbackHandler pwdHandler)
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException

handleCallback

protected void handleCallback(Callback c)
                       throws IOException
Throws:
IOException

Apache CXF API

Apache CXF