public final class InvocationHandlerJAXWS extends AbstractInvocationHandlerJSE
log| Constructor and Description |
|---|
InvocationHandlerJAXWS() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterInvocation(org.jboss.wsf.spi.invocation.Invocation invocation)
Cleanups injected webservice context on target bean.
|
void |
onBeforeInvocation(org.jboss.wsf.spi.invocation.Invocation invocation)
Injects webservice context on target bean.
|
void |
onEndpointInstantiated(org.jboss.wsf.spi.deployment.Endpoint endpoint,
org.jboss.wsf.spi.invocation.Invocation invocation)
Injects resources on target bean and calls post construct method.
|
getJNDIContext, invokecreateInvocation, getImplMethod, initpublic void onEndpointInstantiated(org.jboss.wsf.spi.deployment.Endpoint endpoint,
org.jboss.wsf.spi.invocation.Invocation invocation)
onEndpointInstantiated in class AbstractInvocationHandlerendpoint - used for predestroy phase registration processinvocation - current invocationpublic void onBeforeInvocation(org.jboss.wsf.spi.invocation.Invocation invocation)
onBeforeInvocation in class AbstractInvocationHandlerinvocation - current invocationpublic void onAfterInvocation(org.jboss.wsf.spi.invocation.Invocation invocation)
onAfterInvocation in class AbstractInvocationHandlerinvocation - current invocationCopyright © 2015 JBoss, by Red Hat. All rights reserved.