|
Invocation API 1.1.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyConfiguration | |
---|---|
org.jboss.invocation.proxy |
Uses of ProxyConfiguration in org.jboss.invocation.proxy |
---|
Methods in org.jboss.invocation.proxy that return ProxyConfiguration | |
---|---|
ProxyConfiguration<T> |
ProxyConfiguration.addAdditionalInterface(Class<?> additionalInterface)
Adds an additional interface the that proxy should implement |
ProxyConfiguration<T> |
ProxyConfiguration.setClassLoader(ClassLoader classLoader)
Sets the class loader that the proxy should be defined in |
ProxyConfiguration<T> |
ProxyConfiguration.setMetadataSource(ReflectionMetadataSource metadataSource)
|
ProxyConfiguration<T> |
ProxyConfiguration.setProtectionDomain(ProtectionDomain protectionDomain)
|
ProxyConfiguration<T> |
ProxyConfiguration.setProxyName(Package pkg,
String simpleName)
Sets the proxy name |
ProxyConfiguration<T> |
ProxyConfiguration.setProxyName(String proxyName)
Sets the proxy name |
ProxyConfiguration<T> |
ProxyConfiguration.setSuperClass(Class<T> superClass)
Sets the proxy superclass |
Constructors in org.jboss.invocation.proxy with parameters of type ProxyConfiguration | |
---|---|
ProxyFactory(ProxyConfiguration<T> proxyConfiguration)
Construct a new instance. |
|
Invocation API 1.1.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |