Uses of Class
org.glassfish.ejb.deployment.descriptor.InterceptorBindingDescriptor
Packages that use InterceptorBindingDescriptor
-
Uses of InterceptorBindingDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type InterceptorBindingDescriptorMethods in org.glassfish.ejb.deployment.descriptor with parameters of type InterceptorBindingDescriptorModifier and TypeMethodDescriptionvoidEjbBundleDescriptorImpl.appendInterceptorBinding(InterceptorBindingDescriptor binding) Adds the binding as the last in the internal list.voidEjbBundleDescriptorImpl.prependInterceptorBinding(InterceptorBindingDescriptor binding) Adds the binding as the first in the internal list.Method parameters in org.glassfish.ejb.deployment.descriptor with type arguments of type InterceptorBindingDescriptorModifier and TypeMethodDescriptionvoidEjbBundleDescriptorImpl.setInterceptorBindings(List<InterceptorBindingDescriptor> bindings) Clears the internal list and adds all bindings in the same order. -
Uses of InterceptorBindingDescriptor in org.glassfish.ejb.deployment.node
Methods in org.glassfish.ejb.deployment.node that return InterceptorBindingDescriptor