m_xHandler = xHandler;
}
public void handle( XInteractionRequest xRequest ) {
try {
MasterPasswordRequest aMasterPasswordRequest;
if( xRequest.getRequest() instanceof MasterPasswordRequest ) {
aMasterPasswordRequest = (MasterPasswordRequest)xRequest.getRequest();
if( aMasterPasswordRequest != null ) {
XInteractionContinuation xContinuations[] = xRequest.getContinuations();
XInteractionSupplyAuthentication xAuthentication = null;