org.openorb.orb.iiop
Interface TaggedComponentHandler


public interface TaggedComponentHandler

This is the base interface for TaggedComponent handlers. It can be used to dynamically parse TaggedComponents.

Author:
Michael Rumpf

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

getTags

int[] getTags()
Return the tag numbers this handler is repsonsible for.

Returns:
Array of tag numbers.

handle

AbstractTagData handle(org.omg.IOP.TaggedComponent component,
                       org.omg.IOP.Codec codec)
Dump the component.

Parameters:
component - The component to handle.
codec - The codec for decode the data.