public class EjbEndpointFacadeImpl extends Object implements EjbEndpointFacade
| Constructor and Description |
|---|
EjbEndpointFacadeImpl(BaseContainer container,
EjbContainerUtil util) |
| Modifier and Type | Method and Description |
|---|---|
void |
endInvocation(ComponentInvocation inv)
Perform post-processing for the web service endpoint invocation.
|
ClassLoader |
getEndpointClassLoader()
Returns the application class loader associated with this
web service endpoint.
|
ComponentInvocation |
startInvocation()
Start an invocation for the EJB web service endpoint.
|
public EjbEndpointFacadeImpl(BaseContainer container, EjbContainerUtil util)
public ClassLoader getEndpointClassLoader()
EjbEndpointFacadegetEndpointClassLoader in interface EjbEndpointFacadepublic ComponentInvocation startInvocation()
EjbEndpointFacadestartInvocation in interface EjbEndpointFacadepublic void endInvocation(ComponentInvocation inv)
EjbEndpointFacadeendInvocation in interface EjbEndpointFacadeCopyright © 2017. All rights reserved.