Package com.sun.ejb.containers
Class EjbEndpointFacadeImpl
- java.lang.Object
-
- com.sun.ejb.containers.EjbEndpointFacadeImpl
-
- All Implemented Interfaces:
org.glassfish.ejb.api.EjbEndpointFacade
public class EjbEndpointFacadeImpl extends Object implements org.glassfish.ejb.api.EjbEndpointFacade
A facade for container services to be used by web services runtime.- Author:
- Kenneth Saks
-
-
Constructor Summary
Constructors Constructor Description EjbEndpointFacadeImpl(BaseContainer container, EjbContainerUtil util)Creates a facade for container services to be used by web services runtime.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendInvocation(org.glassfish.api.invocation.ComponentInvocation inv)ClassLoadergetEndpointClassLoader()org.glassfish.api.invocation.ComponentInvocationstartInvocation()
-
-
-
Constructor Detail
-
EjbEndpointFacadeImpl
public EjbEndpointFacadeImpl(BaseContainer container, EjbContainerUtil util)
Creates a facade for container services to be used by web services runtime.- Parameters:
container-util-
-
-
Method Detail
-
getEndpointClassLoader
public ClassLoader getEndpointClassLoader()
- Specified by:
getEndpointClassLoaderin interfaceorg.glassfish.ejb.api.EjbEndpointFacade
-
startInvocation
public org.glassfish.api.invocation.ComponentInvocation startInvocation()
- Specified by:
startInvocationin interfaceorg.glassfish.ejb.api.EjbEndpointFacade
-
endInvocation
public void endInvocation(org.glassfish.api.invocation.ComponentInvocation inv)
- Specified by:
endInvocationin interfaceorg.glassfish.ejb.api.EjbEndpointFacade
-
-