public static IdentifiableFactory makeIIOPProfileTemplateFactory()
{
return new EncapsulationFactoryBase(TAG_INTERNET_IOP.value) {
public Identifiable readContents( InputStream in )
{
Identifiable result = new IIOPProfileTemplateImpl( in ) ;
return result ;
}
} ;
}