org.jboss.ejb3.endpoint.reflect
Class EndpointProxy
java.lang.Object
org.jboss.ejb3.endpoint.reflect.EndpointProxy
public class EndpointProxy
- extends Object
Create an ordinary Proxy for an Endpoint.
This is more an utility class for unit testing, than something that's actually
usable in real scenarios. The assumption is that users of an Endpoint will
use EndpointInvocationHandler.
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointProxy
public EndpointProxy()
newProxyInstance
public static <T> T newProxyInstance(ClassLoader loader,
Serializable session,
Class<T> businessInterface,
Endpoint endpoint)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.