Package org.jboss.as.ejb3.component
Class EJBViewConfiguration
java.lang.Object
org.jboss.as.ee.component.ViewConfiguration
org.jboss.as.ejb3.component.EJBViewConfiguration
Jakarta Enterprise Beans specific view configuration.
- Author:
- Richard Opalka
-
Constructor Summary
ConstructorsConstructorDescriptionEJBViewConfiguration(Class<?> viewClass, ComponentConfiguration componentConfiguration, org.jboss.msc.service.ServiceName viewServiceName, org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory, org.jboss.metadata.ejb.spec.MethodInterfaceType methodIntf) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.metadata.ejb.spec.MethodInterfaceTypeMethods inherited from class org.jboss.as.ee.component.ViewConfiguration
addAsyncMethod, addClientInterceptor, addClientInterceptor, addClientPostConstructInterceptor, addClientPreDestroyInterceptor, addViewInterceptor, addViewInterceptor, getAsyncMethods, getBindingConfigurations, getClientInterceptors, getClientPostConstructInterceptors, getClientPreDestroyInterceptors, getComponentConfiguration, getDependencies, getPrivateData, getProxyFactory, getViewClass, getViewInstanceFactory, getViewInterceptors, getViewServiceName, getViewToComponentMethodMap, putPrivateData, setViewInstanceFactory
-
Constructor Details
-
EJBViewConfiguration
public EJBViewConfiguration(Class<?> viewClass, ComponentConfiguration componentConfiguration, org.jboss.msc.service.ServiceName viewServiceName, org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory, org.jboss.metadata.ejb.spec.MethodInterfaceType methodIntf)
-
-
Method Details
-
getMethodIntf
public org.jboss.metadata.ejb.spec.MethodInterfaceType getMethodIntf()
-