if ((namespaceName == null) || (namespaceName.equals("")))
namespaceName = Domain.getDefaultNamespace();
while (namespaceName.startsWith("/"))
namespaceName = namespaceName.substring(1);
token = Domain.accessNamespace
(new SecurityToken(this), namespaceName);
}
// if logging for the request/response is required initialise the
// facades
if (token.getLogger().isEnabled