|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface TaggedComponentHandler
This is the base interface for TaggedComponent handlers. It can be used to dynamically parse TaggedComponents.
| Method Summary | |
|---|---|
int[] |
getTags()
Return the tag numbers this handler is repsonsible for. |
AbstractTagData |
handle(org.omg.IOP.TaggedComponent component,
org.omg.IOP.Codec codec)
Dump the component. |
| Method Detail |
|---|
int[] getTags()
AbstractTagData handle(org.omg.IOP.TaggedComponent component,
org.omg.IOP.Codec codec)
component - The component to handle.codec - The codec for decode the data.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||