|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Invocation | |
---|---|
org.jboss.wsf.spi.invocation |
Uses of Invocation in org.jboss.wsf.spi.invocation |
---|
Methods in org.jboss.wsf.spi.invocation that return Invocation | |
---|---|
abstract Invocation |
InvocationHandler.createInvocation()
Create a container specific invocation |
Methods in org.jboss.wsf.spi.invocation with parameters of type Invocation | |
---|---|
boolean |
HandlerCallback.callFaultHandlerChain(Invocation wsInv,
UnifiedHandlerMetaData.HandlerType type,
java.lang.Exception ex)
Handlers are beeing called through the HandlerCallback from the EJB interceptor |
boolean |
HandlerCallback.callRequestHandlerChain(Invocation wsInv,
UnifiedHandlerMetaData.HandlerType type)
Handlers are beeing called through the HandlerCallback from the EJB interceptor |
boolean |
HandlerCallback.callResponseHandlerChain(Invocation wsInv,
UnifiedHandlerMetaData.HandlerType type)
Handlers are beeing called through the HandlerCallback from the EJB interceptor |
abstract void |
InvocationHandler.invoke(Endpoint ep,
Invocation inv)
Invoke the the service endpoint |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |