org.omg.IOP

Interface CodecFactory

public interface CodecFactory extends CodecFactoryOperations, IDLEntity, Object

The CodecFactory is used to obtaind {@link Codec} for the given encoding. The obtaining operations are defined separately in {@link CodecFactoryOperations}.

The CodecFactory is a local object. It is not possible to get its stringified reference, to send it over CDR streams or invoke the methods remotely.

CodecFactory is returned by ORB.resolve_initial_references("CodecFactory").

UNKNOWN: The CodecFactory is local in both Suns (up till 1.4 inclusive) an this implementation.