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, onEndpointInstantiated
protected 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.InvocationHandler
endpoint
- 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 AbstractInvocationHandler
NamingException
Copyright © 2012. All Rights Reserved.