org.alfresco.repo.audit
Interface PublicServiceIdentifier

All Known Implementing Classes:
PublicServiceIdentifierImpl

public interface PublicServiceIdentifier

This defines the API to identify the public service upon which a method invocation has been made.


Method Summary
 java.lang.String getPublicServiceName(org.aopalliance.intercept.MethodInvocation mi)
          Get the name of the public service for the method invocation.
 

Method Detail

getPublicServiceName

java.lang.String getPublicServiceName(org.aopalliance.intercept.MethodInvocation mi)
Get the name of the public service for the method invocation.

Parameters:
mi - the method invocation
Returns:
Returns the name of the public service or null if it is not recognized as a public service


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.