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:
java.io.Serializable
Enclosing interface:
WeldInjectionPoint<T,S>

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

See Also:
Serialized Form

Constructor Summary
WeldInjectionPoint.WeldInjectionPointSerializationProxy(WeldInjectionPoint<T,S> injectionPoint)
           
 
Method Summary
protected  javax.enterprise.inject.spi.Bean<T> getDeclaringBean()
           
protected  java.lang.String getDeclaringBeanId()
           
protected  WeldClass<?> getDeclaringWeldClass()
           
 
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 java.lang.String getDeclaringBeanId()


Copyright © 2008-2010 Seam Framework. All Rights Reserved.