Uses of Class
org.jboss.wsf.spi.invocation.Invocation
-
Packages that use Invocation Package Description org.jboss.wsf.spi.invocation -
-
Uses of Invocation in org.jboss.wsf.spi.invocation
Methods in org.jboss.wsf.spi.invocation that return Invocation Modifier and Type Method and Description abstract Invocation
InvocationHandler. createInvocation()
Create a container specific invocationMethods in org.jboss.wsf.spi.invocation with parameters of type Invocation Modifier and Type Method and Description boolean
HandlerCallback. callFaultHandlerChain(Invocation wsInv, UnifiedHandlerMetaData.HandlerType type, Exception ex)
Handlers are being called through the HandlerCallback from the EJB interceptorboolean
HandlerCallback. callRequestHandlerChain(Invocation wsInv, UnifiedHandlerMetaData.HandlerType type)
Handlers are being called through the HandlerCallback from the EJB interceptorboolean
HandlerCallback. callResponseHandlerChain(Invocation wsInv, UnifiedHandlerMetaData.HandlerType type)
Handlers are being called through the HandlerCallback from the EJB interceptorabstract void
InvocationHandler. invoke(Endpoint ep, Invocation inv)
Invoke the the service endpointabstract void
InvocationHandler. onAfterInvocation(Invocation invocation)
Template method for notifying subclasses that endpoint method invocation was completed.abstract void
InvocationHandler. onBeforeInvocation(Invocation invocation)
Template method for notifying subclasses that endpoint method is going to be invoked.abstract void
InvocationHandler. onEndpointInstantiated(Endpoint endpoint, Invocation invocation)
Template method for notifying subclasses that endpoint instance have been instantiated.
-
Copyright © 2018 JBoss, by Red Hat. All rights reserved.