samples.userguide
Class PWCallback

java.lang.Object
  extended by samples.userguide.PWCallback
All Implemented Interfaces:
CallbackHandler

public class PWCallback
extends Object
implements CallbackHandler


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

Constructor Detail

PWCallback

public PWCallback()
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Method handle

Specified by:
handle in interface CallbackHandler
Parameters:
callbacks -
Throws:
IOException
UnsupportedCallbackException


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.