public class ClientProxyProvider extends Object
ProxyMethodHandler
Constructor and Description |
---|
ClientProxyProvider()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
<T> T |
getClientProxy(javax.enterprise.inject.spi.Bean<T> bean)
Gets a client proxy for a bean
Looks for a proxy in the pool.
|
String |
toString()
Gets a string representation
|
public <T> T getClientProxy(javax.enterprise.inject.spi.Bean<T> bean)
bean
- The bean to get a proxy topublic String toString()
public void clear()
Copyright © 2013 Seam Framework. All rights reserved.