|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.orb.iiop.TaggedComponentHandlerRegistry
This is the registry for TaggedComponent handlers. New handlers can be registered by using the registerHandler() method.
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |