Package com.sun.corba.se.pept.protocol
Interface ClientDelegate
- All Known Implementing Classes:
CorbaClientDelegate,CorbaClientDelegateImpl
public interface ClientDelegate
The presentation block interacts with the PEPt architecture
via the ClientDelegate.
- Author:
- Harold Carr
-
Method Summary
Modifier and TypeMethodDescriptionTheBrokerassociated with an invocation.Get theContactInfoListwhich represents they encoding/protocol/transport combinations that may be used to contact the service.
-
Method Details
-
getBroker
Broker getBroker()TheBrokerassociated with an invocation.- Returns:
Broker
-
getContactInfoList
ContactInfoList getContactInfoList()Get theContactInfoListwhich represents they encoding/protocol/transport combinations that may be used to contact the service.- Returns:
ContactInfoList
-