org.jboss.ejb3.endpoint.reflect
Class EndpointProxy

java.lang.Object
  extended by 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

Constructor Summary
EndpointProxy()
           
 
Method Summary
static
<T> T
newProxyInstance(ClassLoader loader, Serializable session, Class<T> businessInterface, Endpoint endpoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointProxy

public EndpointProxy()
Method Detail

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.