Uses of Interface
org.apache.axis2.jaxws.core.InvocationContext
Packages that use InvocationContext
Package
Description
-
Uses of InvocationContext in org.apache.axis2.jaxws
Methods in org.apache.axis2.jaxws with parameters of type InvocationContextModifier and TypeMethodDescriptionprotected voidBindingProvider.checkMaintainSessionState(MessageContext mc, InvocationContext ic) Check for maintain session state enablement either in the MessageContext.isMaintainSession() or in the ServiceContext properties. -
Uses of InvocationContext in org.apache.axis2.jaxws.client.async
Constructors in org.apache.axis2.jaxws.client.async with parameters of type InvocationContextModifierConstructorDescriptionCallbackFuture(InvocationContext ic, jakarta.xml.ws.AsyncHandler handler) -
Uses of InvocationContext in org.apache.axis2.jaxws.core
Classes in org.apache.axis2.jaxws.core that implement InvocationContextModifier and TypeClassDescriptionclassAn implementation of the InvocationContext interface.Methods in org.apache.axis2.jaxws.core that return InvocationContextModifier and TypeMethodDescriptionstatic InvocationContextInvocationContextFactory.createInvocationContext(jakarta.xml.ws.Binding binding) Creates an instance of an InvocationContext based on the Binding that was passed in.MessageContext.getInvocationContext()Methods in org.apache.axis2.jaxws.core with parameters of type InvocationContext -
Uses of InvocationContext in org.apache.axis2.jaxws.core.controller
Methods in org.apache.axis2.jaxws.core.controller that return InvocationContextModifier and TypeMethodDescriptionInvocationController.invoke(InvocationContext ic) Performs a synchronous (blocking) invocation of a target service.Methods in org.apache.axis2.jaxws.core.controller with parameters of type InvocationContextModifier and TypeMethodDescriptionInvocationController.invoke(InvocationContext ic) Performs a synchronous (blocking) invocation of a target service.jakarta.xml.ws.ResponseInvocationController.invokeAsync(InvocationContext ic) Performs an asynchronous (non-blocking) invocation of the client based on a callback model.Future<?>InvocationController.invokeAsync(InvocationContext ic, jakarta.xml.ws.AsyncHandler asyncHandler) Performs an asynchronous (non-blocking) invocation of the client based on a polling model.voidInvocationController.invokeOneWay(InvocationContext ic) Performs a one-way invocation of the client. -
Uses of InvocationContext in org.apache.axis2.jaxws.core.controller.impl
Methods in org.apache.axis2.jaxws.core.controller.impl that return InvocationContextMethods in org.apache.axis2.jaxws.core.controller.impl with parameters of type InvocationContextModifier and TypeMethodDescriptionInvocationControllerImpl.invoke(InvocationContext ic) jakarta.xml.ws.ResponseInvocationControllerImpl.invokeAsync(InvocationContext ic) Future<?>InvocationControllerImpl.invokeAsync(InvocationContext ic, jakarta.xml.ws.AsyncHandler asyncHandler) voidInvocationControllerImpl.invokeOneWay(InvocationContext ic) -
Uses of InvocationContext in org.apache.axis2.jaxws.server
Subinterfaces of InvocationContext in org.apache.axis2.jaxws.serverModifier and TypeInterfaceDescriptioninterfaceThe EndpointInvocationContext is an extension of the base InvocationContext that provides extensions specific to the environment of the service endpoint.Classes in org.apache.axis2.jaxws.server that implement InvocationContext