Uses of Class org.omg.IOP.ServiceContext

Uses in package org.omg.IOP

Constructors with parameter type org.omg.IOP.ServiceContext

Create the initialised instance.
Create the initialised instance.

Fields of type org.omg.IOP.ServiceContext

ServiceContext
The stored ServiceContext value.
ServiceContext[]
The stored ServiceContext[] value.

Methods with parameter type org.omg.IOP.ServiceContext

void
Insert the ServiceContext into the given Any.
void
Insert the ServiceContext[] into the given Any.
void
Write the context to the CDR output stream (first id, then data as a flexible length byte sequence).
void
Write the ServiceContext[] to the CDR output stream as a flexible length sequence.

Methods with return type org.omg.IOP.ServiceContext

ServiceContext
Extract the ServiceContext from given Any.
ServiceContext[]
Extract the ServiceContext[] from given Any.
ServiceContext
Read the context from the CDR intput stream (first id, then data as a flexible length byte sequence).
ServiceContext[]
Read the ServiceContext[] from the CDR intput stream as a flexible lenth sequence.

Uses in package org.omg.PortableInterceptor

Methods with parameter type org.omg.IOP.ServiceContext

void
Allows the interceptor to add service contexts to the request.
void
Allows the interceptor to add the service contexts to the request.

Methods with return type org.omg.IOP.ServiceContext

ServiceContext
Get the service context with the given ctx_name that is associated with the reply.
ServiceContext
Get the service context with the given ctx_name that is associated with the request.