| Modifier and Type | Method and Description |
|---|---|
protected void |
BindingProvider.checkMaintainSessionState(MessageContext mc,
InvocationContext ic)
Check for maintain session state enablement either in the
MessageContext.isMaintainSession() or in the ServiceContext properties.
|
| Constructor and Description |
|---|
CallbackFuture(InvocationContext ic,
javax.xml.ws.AsyncHandler handler) |
PollingFuture(InvocationContext ic) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvocationContextImpl
An implementation of the InvocationContext interface.
|
| Modifier and Type | Method and Description |
|---|---|
static InvocationContext |
InvocationContextFactory.createInvocationContext(javax.xml.ws.Binding binding)
Creates an instance of an InvocationContext based on the Binding that was passed in.
|
InvocationContext |
MessageContext.getInvocationContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageContext.setInvocationContext(InvocationContext ic) |
| Modifier and Type | Method and Description |
|---|---|
InvocationContext |
InvocationController.invoke(InvocationContext ic)
Performs a synchronous (blocking) invocation of a target service.
|
| Modifier and Type | Method and Description |
|---|---|
InvocationContext |
InvocationController.invoke(InvocationContext ic)
Performs a synchronous (blocking) invocation of a target service.
|
javax.xml.ws.Response |
InvocationController.invokeAsync(InvocationContext ic)
Performs an asynchronous (non-blocking) invocation of the client based on a callback model.
|
Future<?> |
InvocationController.invokeAsync(InvocationContext ic,
javax.xml.ws.AsyncHandler asyncHandler)
Performs an asynchronous (non-blocking) invocation of the client based on a polling model.
|
void |
InvocationController.invokeOneWay(InvocationContext ic)
Performs a one-way invocation of the client.
|
| Modifier and Type | Method and Description |
|---|---|
InvocationContext |
InvocationControllerImpl.invoke(InvocationContext ic) |
| Modifier and Type | Method and Description |
|---|---|
InvocationContext |
InvocationControllerImpl.invoke(InvocationContext ic) |
javax.xml.ws.Response |
InvocationControllerImpl.invokeAsync(InvocationContext ic) |
Future<?> |
InvocationControllerImpl.invokeAsync(InvocationContext ic,
javax.xml.ws.AsyncHandler asyncHandler) |
void |
InvocationControllerImpl.invokeOneWay(InvocationContext ic) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EndpointInvocationContext
The EndpointInvocationContext is an extension of the base InvocationContext
that provides extensions specific to the environment of the service
endpoint.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointInvocationContextImpl |
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.