public final class InvocationHandlerJAXRPC extends AbstractInvocationHandlerJSE
log
Constructor and Description |
---|
InvocationHandlerJAXRPC()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
onAfterInvocation(org.jboss.wsf.spi.invocation.Invocation invocation)
Calls
ServiceLifecycle.destroy()
method on target bean if this bean implements
ServiceLifecycle interface. |
void |
onBeforeInvocation(org.jboss.wsf.spi.invocation.Invocation invocation)
Calls
ServiceLifecycle.init(Object)
method on target bean if this bean implements
ServiceLifecycle interface. |
getJNDIContext, invoke
createInvocation, getImplMethod, init, onEndpointInstantiated
public void onBeforeInvocation(org.jboss.wsf.spi.invocation.Invocation invocation) throws Exception
ServiceLifecycle.init(Object)
method on target bean if this bean implements
ServiceLifecycle
interface.onBeforeInvocation
in class AbstractInvocationHandler
invocation
- current invocationException
- if any error occurspublic void onAfterInvocation(org.jboss.wsf.spi.invocation.Invocation invocation) throws Exception
ServiceLifecycle.destroy()
method on target bean if this bean implements
ServiceLifecycle
interface.onAfterInvocation
in class AbstractInvocationHandler
invocation
- current invocationException
- if any error occursCopyright © 2013 JBoss, by Red Hat. All Rights Reserved.