Class AbstractProtocolMethod<R>

java.lang.Object
org.alfresco.repo.virtual.ref.AbstractProtocolMethod<R>
Type Parameters:
R -
All Implemented Interfaces:
ProtocolMethod<R>
Direct Known Subclasses:
ApplyTemplateMethod, GetActualNodeRefMethod, GetAllSetPermissionsMethod, GetAspectsMethod, GetChildAssocsMethod, GetChildByIdMethod, GetParentReferenceMethod, GetPathMethod, GetReferenceType, GetSetPermissionsMethod, GetTemplatePathMethod, GetVanillaScriptInputStreamMethod, HasPermissionMethod, NewVirtualReferenceMethod

public abstract class AbstractProtocolMethod<R> extends Object implements ProtocolMethod<R>
Handles protocol method dispatch. Not supported: base protocol dispatches. The vanilla protocol can be handled by default as the virtual protocol.