}
if ( beanClassHasAnnotation(Restrict.class) )
{
if (beanClassHasAnnotation("javax.jws.WebService"))
{
addInterceptor( new Interceptor( new WSSecurityInterceptor(), this ) );
}
else
{
addInterceptor( new Interceptor( new SecurityInterceptor(), this ) );
}