org.mule.extras.wssecurity.callbackhandlers
Class MuleWsSecurityCallbackHandler
java.lang.Object
org.mule.extras.wssecurity.callbackhandlers.MuleWsSecurityCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
- public class MuleWsSecurityCallbackHandler
- extends Object
- implements CallbackHandler
Constructor Summary |
MuleWsSecurityCallbackHandler()
This is the standard Mule callback handler that gets a set of passwords from
the configuration file. |
Method Summary |
void |
handle(Callback[] callbacks)
This method handles the callback, i.e. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MuleWsSecurityCallbackHandler
public MuleWsSecurityCallbackHandler()
throws MuleException
- This is the standard Mule callback handler that gets a set of passwords from
the configuration file.
- Throws:
MuleException
- in case of any error
handle
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
- This method handles the callback, i.e. it checks whether the required password
is available
- Specified by:
handle
in interface CallbackHandler
- Throws:
IOException
UnsupportedCallbackException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.