Package com.sun.corba.ee.spi.protocol
Interface ClientDelegateFactory
-
public interface ClientDelegateFactory
Interface used to create a ClientDelegate from a ContactInfoList.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientDelegate
create(ContactInfoList list)
-
-
-
Method Detail
-
create
ClientDelegate create(ContactInfoList list)
-
-