org.mule.transport.cxf.wssec
Class ClientPasswordCallback

java.lang.Object
  extended by org.mule.transport.cxf.wssec.ClientPasswordCallback
All Implemented Interfaces:
CallbackHandler

public class ClientPasswordCallback
extends Object
implements CallbackHandler


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

Constructor Detail

ClientPasswordCallback

public ClientPasswordCallback()
Method Detail

setPassword

public static void setPassword(String password)

handle

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


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.