public class MethodResolutionUtils extends Object
Constructor and Description |
---|
MethodResolutionUtils() |
Modifier and Type | Method and Description |
---|---|
static Method |
resolveMethod(org.jboss.metadata.ejb.spec.MethodMetaData methodData,
Class<?> componentClass,
DeploymentReflectionIndex reflectionIndex) |
static Method |
resolveMethod(org.jboss.metadata.ejb.spec.NamedMethodMetaData methodData,
Class<?> componentClass,
DeploymentReflectionIndex reflectionIndex) |
static Method |
resolveMethod(String methodName,
org.jboss.metadata.ejb.spec.MethodParametersMetaData parameters,
Class<?> componentClass,
DeploymentReflectionIndex reflectionIndex) |
static Collection<Method> |
resolveMethods(org.jboss.metadata.ejb.spec.NamedMethodMetaData methodData,
Class<?> componentClass,
DeploymentReflectionIndex reflectionIndex) |
static Collection<Method> |
resolveMethods(String methodName,
org.jboss.metadata.ejb.spec.MethodParametersMetaData parameters,
Class<?> componentClass,
DeploymentReflectionIndex reflectionIndex) |
public static Method resolveMethod(org.jboss.metadata.ejb.spec.NamedMethodMetaData methodData, Class<?> componentClass, DeploymentReflectionIndex reflectionIndex) throws DeploymentUnitProcessingException
public static Method resolveMethod(org.jboss.metadata.ejb.spec.MethodMetaData methodData, Class<?> componentClass, DeploymentReflectionIndex reflectionIndex) throws DeploymentUnitProcessingException
public static Collection<Method> resolveMethods(org.jboss.metadata.ejb.spec.NamedMethodMetaData methodData, Class<?> componentClass, DeploymentReflectionIndex reflectionIndex) throws DeploymentUnitProcessingException
public static Method resolveMethod(String methodName, org.jboss.metadata.ejb.spec.MethodParametersMetaData parameters, Class<?> componentClass, DeploymentReflectionIndex reflectionIndex) throws DeploymentUnitProcessingException
public static Collection<Method> resolveMethods(String methodName, org.jboss.metadata.ejb.spec.MethodParametersMetaData parameters, Class<?> componentClass, DeploymentReflectionIndex reflectionIndex) throws DeploymentUnitProcessingException
Copyright © 2014 JBoss by Red Hat. All rights reserved.