public class EJBViewDescription extends ViewDescription
CLIENT_DISPATCHER_INTERCEPTOR_FACTORY
Constructor and Description |
---|
EJBViewDescription(ComponentDescription componentDescription,
String viewClassName,
MethodIntf methodIntf,
boolean ejb2xView) |
Modifier and Type | Method and Description |
---|---|
protected InjectionSource |
createInjectionSource(org.jboss.msc.service.ServiceName serviceName)
Create the injection source
|
ViewConfiguration |
createViewConfiguration(Class<?> viewClass,
ComponentConfiguration componentConfiguration,
org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory)
Creates view configuration.
|
boolean |
equals(Object o) |
EJBComponentDescription |
getComponentDescription()
Get the associated component description.
|
MethodIntf |
getMethodIntf() |
org.jboss.msc.service.ServiceName |
getServiceName()
Get the service name for this view.
|
int |
hashCode() |
boolean |
hasJNDIBindings() |
boolean |
isEjb2xView() |
getBindingNames, getConfigurators, getViewClassName, getViewNameParts, isSerializable, isUseWriteReplace, setSerializable, setUseWriteReplace, toString
public EJBViewDescription(ComponentDescription componentDescription, String viewClassName, MethodIntf methodIntf, boolean ejb2xView)
public MethodIntf getMethodIntf()
public ViewConfiguration createViewConfiguration(Class<?> viewClass, ComponentConfiguration componentConfiguration, org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory)
ViewDescription
createViewConfiguration
in class ViewDescription
viewClass
- view classcomponentConfiguration
- component configproxyFactory
- proxy factoryprotected InjectionSource createInjectionSource(org.jboss.msc.service.ServiceName serviceName)
ViewDescription
createInjectionSource
in class ViewDescription
serviceName
- The view service namepublic EJBComponentDescription getComponentDescription()
ViewDescription
getComponentDescription
in class ViewDescription
public org.jboss.msc.service.ServiceName getServiceName()
ViewDescription
getServiceName
in class ViewDescription
public boolean hasJNDIBindings()
public boolean isEjb2xView()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.