Package org.jboss.weld.proxy
Interface WeldClientProxy
- All Superinterfaces:
WeldConstruct
An extension to
WeldConstruct interface which denotes a client proxy object. All Weld client proxies implement this
interface hence allowing access to the underlying bean WeldClientProxy.Metadata.- Author:
- Matej Novotny
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn abstraction allowing access toBeanmetadata as well as the contextual instance -
Method Summary
Modifier and TypeMethodDescriptionRetrieve a wrapper class contextual metadata.
-
Method Details
-
getMetadata
WeldClientProxy.Metadata getMetadata()Retrieve a wrapper class contextual metadata.- Returns:
- wrapper allowing access to contextual instance and
Beanmetadata
-