public final class EJBReceiverInvocationContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
EJBReceiverInvocationContext.ResultProducer
A result producer for invocation.
|
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.security.auth.client.AuthenticationConfiguration |
getAuthenticationConfiguration()
Get the authentication configuration of the request.
|
EJBClientInvocationContext |
getClientInvocationContext()
Get the client invocation context associated with this receiver invocation context.
|
SSLContext |
getSSLContext()
Get the SSL context of the request.
|
void |
proceedAsynchronously()
Indicate that the invocation should proceed asynchronously, if it isn't already.
|
void |
requestCancelled()
Indicate that the request was successfully cancelled and that no result is forthcoming.
|
void |
resultReady(EJBReceiverInvocationContext.ResultProducer resultProducer)
Indicate that the invocation result is ready.
|
public void proceedAsynchronously()
public void resultReady(EJBReceiverInvocationContext.ResultProducer resultProducer)
resultProducer - the result producerpublic void requestCancelled()
public EJBClientInvocationContext getClientInvocationContext()
public org.wildfly.security.auth.client.AuthenticationConfiguration getAuthenticationConfiguration()
null)public SSLContext getSSLContext()
null if no SSL context is configuredCopyright © 2017 JBoss by Red Hat. All rights reserved.