Package | Description |
---|---|
com.sun.corba.se.impl.interceptors | |
com.sun.corba.se.impl.protocol | |
com.sun.corba.se.impl.protocol.giopmsgheaders | |
com.sun.corba.se.spi.protocol |
Modifier and Type | Field and Description |
---|---|
protected ServiceContexts |
RequestInfoImpl.serviceContexts |
Modifier and Type | Method and Description |
---|---|
protected void |
RequestInfoImpl.addServiceContext(HashMap cachedServiceContexts,
ServiceContexts serviceContexts,
ServiceContext service_context,
boolean replace)
Utility method to add an IOP.ServiceContext to a core.ServiceContexts
object.
|
protected ServiceContext |
RequestInfoImpl.getServiceContext(HashMap 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 |
CorbaMessageMediatorImpl.getReplyServiceContexts() |
ServiceContexts |
CorbaMessageMediatorImpl.getRequestServiceContexts() |
protected ServiceContexts |
CorbaMessageMediatorImpl.getServiceContextsForReply(CorbaMessageMediator messageMediator,
ServiceContexts contexts) |
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 |
ReplyMessage_1_2.setServiceContexts(ServiceContexts sc) |
void |
ReplyMessage_1_1.setServiceContexts(ServiceContexts sc) |
void |
ReplyMessage_1_0.setServiceContexts(ServiceContexts sc) |
void |
ReplyMessage.setServiceContexts(ServiceContexts sc) |
Modifier and Type | Method and Description |
---|---|
ServiceContexts |
CorbaMessageMediator.getReplyServiceContexts() |
ServiceContexts |
CorbaMessageMediator.getRequestServiceContexts() |
Modifier and Type | Method and Description |
---|---|
CorbaMessageMediator |
CorbaProtocolHandler.createLocationForward(CorbaMessageMediator messageMediator,
IOR ior,
ServiceContexts svc) |
CorbaMessageMediator |
CorbaProtocolHandler.createResponse(CorbaMessageMediator messageMediator,
ServiceContexts svc) |
CorbaMessageMediator |
CorbaProtocolHandler.createSystemExceptionResponse(CorbaMessageMediator messageMediator,
SystemException ex,
ServiceContexts svc) |
CorbaMessageMediator |
CorbaProtocolHandler.createUserExceptionResponse(CorbaMessageMediator messageMediator,
ServiceContexts svc) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.