|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Endpoint | |
---|---|
org.jboss.ejb3.endpoint | |
org.jboss.ejb3.endpoint.reflect |
Uses of Endpoint in org.jboss.ejb3.endpoint |
---|
Classes in org.jboss.ejb3.endpoint that implement Endpoint | |
---|---|
class |
AbstractEndpoint
An implementation of Endpoint that holds the association with an optional SessionFactory. |
Uses of Endpoint in org.jboss.ejb3.endpoint.reflect |
---|
Methods in org.jboss.ejb3.endpoint.reflect with parameters of type Endpoint | ||
---|---|---|
static
|
EndpointProxy.newProxyInstance(ClassLoader loader,
Serializable session,
Class<T> businessInterface,
Endpoint endpoint)
|
Constructors in org.jboss.ejb3.endpoint.reflect with parameters of type Endpoint | |
---|---|
EndpointInvocationHandler(Endpoint endpoint,
Serializable session,
Class<?> invokedBusinessInterface)
Creates an invocation handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |