Class NamespaceContextInterceptor

java.lang.Object
org.jboss.as.ee.component.NamespaceContextInterceptor
All Implemented Interfaces:
org.jboss.invocation.Interceptor

public final class NamespaceContextInterceptor extends Object implements org.jboss.invocation.Interceptor
An interceptor which imposes the given namespace context selector.
Author:
David M. Lloyd
  • Constructor Details

    • NamespaceContextInterceptor

      public NamespaceContextInterceptor(NamespaceContextSelector selector, org.jboss.msc.service.ServiceName deploymentUnitServiceName)
  • Method Details

    • processInvocation

      public Object processInvocation(org.jboss.invocation.InterceptorContext context) throws Exception
      Specified by:
      processInvocation in interface org.jboss.invocation.Interceptor
      Throws:
      Exception