Interface WeldClientProxy

  • All Superinterfaces:
    WeldConstruct

    public interface WeldClientProxy
    extends WeldConstruct
    An extension to WeldConstruct interface which denotes a client proxy object. All Weld client proxies implement this interface hence allowing access to underlying Bean metadata and contextual instance.
    Author:
    Matej Novotny
    • Method Detail

      • getMetadata

        WeldClientProxy.Metadata getMetadata()
        Retrieve a wrapper class contextual metadata.
        Returns:
        wrapper allowing access to contextual instance and Bean metadata