Uses of Class
org.glassfish.ejb.deployment.descriptor.InterceptorBindingDescriptor
-
Packages that use InterceptorBindingDescriptor Package Description org.glassfish.ejb.deployment.descriptor org.glassfish.ejb.deployment.node -
-
Uses of InterceptorBindingDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type InterceptorBindingDescriptor Modifier and Type Method Description List<InterceptorBindingDescriptor>EjbBundleDescriptorImpl. getInterceptorBindings()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type InterceptorBindingDescriptor Modifier and Type Method Description voidEjbBundleDescriptorImpl. appendInterceptorBinding(InterceptorBindingDescriptor binding)voidEjbBundleDescriptorImpl. prependInterceptorBinding(InterceptorBindingDescriptor binding)Method parameters in org.glassfish.ejb.deployment.descriptor with type arguments of type InterceptorBindingDescriptor Modifier and Type Method Description voidEjbBundleDescriptorImpl. setInterceptorBindings(List<InterceptorBindingDescriptor> bindings) -
Uses of InterceptorBindingDescriptor in org.glassfish.ejb.deployment.node
Methods in org.glassfish.ejb.deployment.node that return InterceptorBindingDescriptor Modifier and Type Method Description InterceptorBindingDescriptorInterceptorBindingNode. getDescriptor()
-