Package org.jboss.weld.proxy
Interface WeldClientProxy
-
- All Superinterfaces:
WeldConstruct
public interface WeldClientProxy extends WeldConstruct
An extension toWeldConstructinterface which denotes a client proxy object. All Weld client proxies implement this interface hence allowing access to underlyingBeanmetadata and contextual instance.- Author:
- Matej Novotny
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWeldClientProxy.Metadata
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WeldClientProxy.MetadatagetMetadata()Retrieve a wrapper class contextual metadata.
-
-
-
Method Detail
-
getMetadata
WeldClientProxy.Metadata getMetadata()
Retrieve a wrapper class contextual metadata.- Returns:
- wrapper allowing access to contextual instance and
Beanmetadata
-
-