|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb3.endpoint.reflect.EndpointProxy
public class EndpointProxy
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.
Constructor Summary | |
---|---|
EndpointProxy()
|
Method Summary | ||
---|---|---|
static
|
newProxyInstance(java.lang.ClassLoader loader,
java.io.Serializable session,
java.lang.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 |
---|
public EndpointProxy()
Method Detail |
---|
public static <T> T newProxyInstance(java.lang.ClassLoader loader, java.io.Serializable session, java.lang.Class<T> businessInterface, Endpoint endpoint)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |