org.jboss.weld.injection
Class WeldInjectionPoint.WeldInjectionPointSerializationProxy<T,S>

java.lang.Object
  extended by org.jboss.weld.injection.WeldInjectionPoint.WeldInjectionPointSerializationProxy<T,S>
All Implemented Interfaces:
Serializable
Enclosing interface:
WeldInjectionPoint<T,S>

public abstract static class WeldInjectionPoint.WeldInjectionPointSerializationProxy<T,S>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
WeldInjectionPoint.WeldInjectionPointSerializationProxy(WeldInjectionPoint<T,S> injectionPoint)
           
 
Method Summary
protected  javax.enterprise.inject.spi.Bean<T> getDeclaringBean()
           
protected  String getDeclaringBeanId()
           
protected  WeldClass<?> getDeclaringWeldClass()
           
protected
<E extends org.jboss.weld.bootstrap.api.Service>
E
getService(Class<E> serviceClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeldInjectionPoint.WeldInjectionPointSerializationProxy

public WeldInjectionPoint.WeldInjectionPointSerializationProxy(WeldInjectionPoint<T,S> injectionPoint)
Method Detail

getDeclaringBean

protected javax.enterprise.inject.spi.Bean<T> getDeclaringBean()

getDeclaringWeldClass

protected WeldClass<?> getDeclaringWeldClass()

getDeclaringBeanId

protected String getDeclaringBeanId()

getService

protected <E extends org.jboss.weld.bootstrap.api.Service> E getService(Class<E> serviceClass)


Copyright © 2013 Seam Framework. All Rights Reserved.