org.jboss.aop.metadata
Interface MetaDataResolver

All Known Implementing Classes:
ConstructorMetaData, FieldMetaData, MethodMetaData, SimpleMetaData, ThreadMetaData

public interface MetaDataResolver

Classes implementing this interface use the context of the Invocation to find metadata For instance, MethodMetaData extracts the Method from the invocation.

Version:
$Revision: 37406 $
Author:
Bill Burke

Field Summary
static String EMPTY_TAG
          Name used for empty tag for annotations with no attributes
 
Method Summary
 SimpleMetaData getAllMetaData(Invocation invocation)
          Get all metadata that belong with the context of this invocation
 Object resolve(Invocation invocation, Object tag, Object attr)
           
 

Field Detail

EMPTY_TAG

static final String EMPTY_TAG
Name used for empty tag for annotations with no attributes

See Also:
Constant Field Values
Method Detail

resolve

Object resolve(Invocation invocation,
               Object tag,
               Object attr)

getAllMetaData

SimpleMetaData getAllMetaData(Invocation invocation)
Get all metadata that belong with the context of this invocation



Copyright © 2004 JBoss Inc. All Rights Reserved.