public interface ServiceContext
The subclass can be constructed either directly from the service context representation, or by reading the representation from an input stream. These cases are needed when the service context is created and written to the request or reply, and when the service context is read from the received request or reply.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceContext.Factory |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
void |
write(OutputStream s,
GIOPVersion gv) |
int getId()
void write(OutputStream s, GIOPVersion gv)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.