registerEndpoint(classLoader);
// if a conventional authentication mechanism has NOT been configured
// for the endpoint create and install system handler for web services
// security
SystemHandlerDelegate securityHandlerDelegate = null;
if (!endpoint_.hasAuthMethod()) {
try {
ServerAuthConfig config = ServerAuthConfig.getConfig
(com.sun.enterprise.security.jauth.AuthConfig.SOAP,
endpoint_.getMessageSecurityBinding(),