Interface TaggedComponentFactoryFinder

All Superinterfaces:
IdentifiableFactoryFinder<TaggedComponent>
All Known Implementing Classes:
TaggedComponentFactoryFinderImpl

public interface TaggedComponentFactoryFinder extends IdentifiableFactoryFinder<TaggedComponent>
  • Method Details

    • create

      TaggedComponent create(ORB orb, TaggedComponent comp)
      Create a tagged component from a GIOP marshalled representation of a tagged component. This is needed for portable interceptors.
      Parameters:
      orb - ORB to use
      comp - representation of a component to create from
      Returns:
      created tagged component