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, invokecreateInvocation, getImplMethod, init, onEndpointInstantiatedpublic 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 AbstractInvocationHandlerinvocation - 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 AbstractInvocationHandlerinvocation - current invocationException - if any error occursCopyright © 2015 JBoss, by Red Hat. All rights reserved.