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()
EjbEndpointFacade
getEndpointClassLoader
in interface EjbEndpointFacade
public ComponentInvocation startInvocation()
EjbEndpointFacade
startInvocation
in interface EjbEndpointFacade
public void endInvocation(ComponentInvocation inv)
EjbEndpointFacade
endInvocation
in interface EjbEndpointFacade
Copyright © 2018. All rights reserved.