| Modifier and Type | Method and Description |
|---|---|
protected void |
RequestInfoImpl.addServiceContext(Map<Integer,ServiceContext> cachedServiceContexts,
ServiceContexts serviceContexts,
ServiceContext service_context,
boolean replace)
Utility method to add an IOP.ServiceContext to a core.ServiceContexts
object.
|
protected ServiceContext |
RequestInfoImpl.getServiceContext(Map<Integer,ServiceContext> cachedServiceContexts,
ServiceContexts serviceContexts,
int id)
Utility method to look up a service context with the given id and
convert it to an IOP.ServiceContext.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceContexts |
MessageMediatorImpl.getReplyServiceContexts() |
ServiceContexts |
MessageMediatorImpl.getRequestServiceContexts() |
protected ServiceContexts |
MessageMediatorImpl.getServiceContextsForReply(MessageMediator messageMediator,
ServiceContexts contexts) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClientRequestDispatcherImpl.addCodeSetServiceContext(Connection conn,
ServiceContexts ctxs,
GIOPVersion giopVersion) |
MessageMediator |
MessageMediatorImpl.createLocationForward(MessageMediator messageMediator,
IOR ior,
ServiceContexts svc) |
MessageMediator |
MessageMediatorImpl.createResponse(MessageMediator messageMediator,
ServiceContexts svc) |
protected MessageMediator |
MessageMediatorImpl.createResponseHelper(MessageMediator messageMediator,
ServiceContexts svc) |
protected MessageMediator |
MessageMediatorImpl.createResponseHelper(MessageMediator messageMediator,
ServiceContexts svc,
boolean user) |
MessageMediator |
MessageMediatorImpl.createSystemExceptionResponse(MessageMediator messageMediator,
SystemException ex,
ServiceContexts svc) |
MessageMediator |
MessageMediatorImpl.createUserExceptionResponse(MessageMediator messageMediator,
ServiceContexts svc) |
protected ServiceContexts |
MessageMediatorImpl.getServiceContextsForReply(MessageMediator messageMediator,
ServiceContexts contexts) |
protected boolean |
ServerRequestDispatcherImpl.processCodeSetContext(MessageMediator request,
ServiceContexts contexts)
Handles setting the connection's code sets if required.
|
void |
MessageMediatorImpl.setRequestServiceContexts(ServiceContexts sc) |
| Modifier and Type | Method and Description |
|---|---|
ServiceContexts |
RequestMessage_1_2.getServiceContexts() |
ServiceContexts |
RequestMessage_1_1.getServiceContexts() |
ServiceContexts |
RequestMessage_1_0.getServiceContexts() |
ServiceContexts |
RequestMessage.getServiceContexts() |
ServiceContexts |
ReplyMessage_1_2.getServiceContexts() |
ServiceContexts |
ReplyMessage_1_1.getServiceContexts() |
ServiceContexts |
ReplyMessage_1_0.getServiceContexts() |
ServiceContexts |
ReplyMessage.getServiceContexts() |
| Modifier and Type | Method and Description |
|---|---|
static ReplyMessage |
MessageBase.createReply(ORB orb,
GIOPVersion gv,
byte encodingVersion,
int request_id,
int reply_status,
ServiceContexts service_contexts,
IOR ior) |
static RequestMessage |
MessageBase.createRequest(ORB orb,
GIOPVersion gv,
byte encodingVersion,
int request_id,
boolean response_expected,
IOR ior,
short addrDisp,
String operation,
ServiceContexts service_contexts,
Principal requesting_principal) |
void |
RequestMessage_1_2.setServiceContexts(ServiceContexts sc) |
void |
RequestMessage_1_1.setServiceContexts(ServiceContexts sc) |
void |
RequestMessage_1_0.setServiceContexts(ServiceContexts sc) |
void |
RequestMessage.setServiceContexts(ServiceContexts sc) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceContextsImpl |
| Modifier and Type | Method and Description |
|---|---|
ServiceContexts |
ServiceContextsImpl.copy()
send back a shallow copy of the ServiceContexts container
|
| Modifier and Type | Method and Description |
|---|---|
ServiceContexts |
MessageMediator.getReplyServiceContexts() |
ServiceContexts |
MessageMediator.getRequestServiceContexts() |
| Modifier and Type | Method and Description |
|---|---|
MessageMediator |
ProtocolHandler.createLocationForward(MessageMediator messageMediator,
IOR ior,
ServiceContexts svc) |
MessageMediator |
ProtocolHandler.createResponse(MessageMediator messageMediator,
ServiceContexts svc) |
MessageMediator |
ProtocolHandler.createSystemExceptionResponse(MessageMediator messageMediator,
SystemException ex,
ServiceContexts svc) |
MessageMediator |
ProtocolHandler.createUserExceptionResponse(MessageMediator messageMediator,
ServiceContexts svc) |
void |
MessageMediator.setRequestServiceContexts(ServiceContexts sc) |
| Modifier and Type | Method and Description |
|---|---|
ServiceContexts |
ServiceContexts.copy() |
ServiceContexts |
ServiceContextsCache.get(ServiceContextsCache.CASE c) |
static ServiceContexts |
ServiceContextDefaults.makeServiceContexts(InputStream is) |
static ServiceContexts |
ServiceContextDefaults.makeServiceContexts(ORB orb) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.