public final class InvocationHandlerJAXWS extends AbstractInvocationHandlerJSE
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, invoke
createInvocation, getImplMethod, init
public void onEndpointInstantiated(org.jboss.wsf.spi.deployment.Endpoint endpoint, org.jboss.wsf.spi.invocation.Invocation invocation)
onEndpointInstantiated
in class AbstractInvocationHandler
endpoint
- used for predestroy phase registration processinvocation
- current invocationpublic void onBeforeInvocation(org.jboss.wsf.spi.invocation.Invocation invocation)
onBeforeInvocation
in class AbstractInvocationHandler
invocation
- current invocationpublic void onAfterInvocation(org.jboss.wsf.spi.invocation.Invocation invocation)
onAfterInvocation
in class AbstractInvocationHandler
invocation
- current invocationCopyright © 2017 JBoss, by Red Hat. All rights reserved.