JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

org.jboss.interceptor.spi.metadata
Interface MethodMetadata

All Known Implementing Classes:
DefaultMethodMetadata

public interface MethodMetadata

Abstraction of a source of metadata information about a method. Allows the framework client to configure their own way of providing method metadata, rather than relying exclusively on Java reflection.

Author:
Marius Bogoevici

Method Summary
 Method getJavaMethod()
           
 Class<?> getReturnType()
           
 Set<InterceptionType> getSupportedInterceptionTypes()
           
 

Method Detail

getJavaMethod

Method getJavaMethod()

getSupportedInterceptionTypes

Set<InterceptionType> getSupportedInterceptionTypes()

getReturnType

Class<?> getReturnType()

JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.