public final class TaggedComponentHandlerRegistry
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static AbstractTagData |
handleComponent(org.omg.IOP.TaggedComponent component,
org.omg.IOP.Codec codec)
Look for a handlers for the specified component and
invoke the handle() method on the handler.
|
static void |
registerHandler(TaggedComponentHandler tch)
Register a new handler.
|
public static void registerHandler(TaggedComponentHandler tch)
tch - A TaggedComponent handler.public static AbstractTagData handleComponent(org.omg.IOP.TaggedComponent component, org.omg.IOP.Codec codec)
component - The TaggedComponent to search a handler for.codec - The Codec used for decoding the TaggedComponent.