public abstract class AbstractInvocationHandler
extends org.jboss.wsf.spi.invocation.InvocationHandler
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.logging.Logger |
log |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInvocationHandler()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.wsf.spi.invocation.Invocation |
createInvocation()
Creates invocation.
|
protected Method |
getImplMethod(Class<?> implClass,
Method seiMethod)
Returns implementation method that will be used for invocation.
|
Context |
getJNDIContext(org.jboss.wsf.spi.deployment.Endpoint ep) |
void |
init(org.jboss.wsf.spi.deployment.Endpoint endpoint)
Initialization method.
|
void |
onAfterInvocation(org.jboss.wsf.spi.invocation.Invocation invocation) |
void |
onBeforeInvocation(org.jboss.wsf.spi.invocation.Invocation invocation) |
void |
onEndpointInstantiated(org.jboss.wsf.spi.deployment.Endpoint endpoint,
org.jboss.wsf.spi.invocation.Invocation invocation) |
public final org.jboss.wsf.spi.invocation.Invocation createInvocation()
createInvocation in class org.jboss.wsf.spi.invocation.InvocationHandlerpublic void init(org.jboss.wsf.spi.deployment.Endpoint endpoint)
init in class org.jboss.wsf.spi.invocation.InvocationHandlerendpoint - endpointpublic Context getJNDIContext(org.jboss.wsf.spi.deployment.Endpoint ep) throws NamingException
NamingExceptionprotected final Method getImplMethod(Class<?> implClass, Method seiMethod) throws NoSuchMethodException
implClass - implementation endpoint classseiMethod - SEI interface method used for method finding algorithmNoSuchMethodException - if implementation method wasn't foundpublic void onEndpointInstantiated(org.jboss.wsf.spi.deployment.Endpoint endpoint,
org.jboss.wsf.spi.invocation.Invocation invocation)
throws Exception
onEndpointInstantiated in class org.jboss.wsf.spi.invocation.InvocationHandlerExceptionpublic void onBeforeInvocation(org.jboss.wsf.spi.invocation.Invocation invocation)
throws Exception
onBeforeInvocation in class org.jboss.wsf.spi.invocation.InvocationHandlerExceptionCopyright © 2015 JBoss, by Red Hat. All rights reserved.