public abstract class AbstractInvocationHandlerJSE extends AbstractInvocationHandler
log| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInvocationHandlerJSE()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
getJNDIContext(org.jboss.wsf.spi.deployment.Endpoint ep) |
void |
invoke(org.jboss.wsf.spi.deployment.Endpoint endpoint,
org.jboss.wsf.spi.invocation.Invocation invocation)
Invokes method on endpoint implementation.
|
createInvocation, getImplMethod, init, onAfterInvocation, onBeforeInvocation, onEndpointInstantiatedprotected AbstractInvocationHandlerJSE()
public final void invoke(org.jboss.wsf.spi.deployment.Endpoint endpoint,
org.jboss.wsf.spi.invocation.Invocation invocation)
throws Exception
AbstractInvocationHandler.onBeforeInvocation(Invocation) template method),
AbstractInvocationHandler.onAfterInvocation(Invocation) template method).
invoke in class org.jboss.wsf.spi.invocation.InvocationHandlerendpoint - which method is going to be invokedinvocation - current invocationException - if any error occurspublic Context getJNDIContext(org.jboss.wsf.spi.deployment.Endpoint ep) throws NamingException
getJNDIContext in class AbstractInvocationHandlerNamingExceptionCopyright © 2015 JBoss, by Red Hat. All rights reserved.