org.openorb.iiop
Class IIOPClientProtocol
java.lang.Object
|
+--org.openorb.iiop.IIOPClientProtocol
- All Implemented Interfaces:
- ClientProtocol
- public class IIOPClientProtocol
- extends java.lang.Object
- implements ClientProtocol
Implements the ClientProtocol
interface for IIOP.
- Version:
- $Revision: 1.7 $ $Date: 2001/08/13 03:47:33 $
- Author:
- Chris Wood <wood@intalio.com>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IIOPClientProtocol
public IIOPClientProtocol(ClientManager clientManager,
org.openorb.iiop.CDRCodecFactory codec_factory,
CodeSetComponentInfo codesetInfo,
TransportClientInitializer tpInit,
ListenPoint[] biDirListenPoints)
- Creates new IIOPClientProtocol
orb
public ORB orb()
- An orb reference.
- Specified by:
orb
in interface ClientProtocol
getClientManager
public ClientManager getClientManager()
- Get a reference to the orb's client manager.
createAddresses
public Address[] createAddresses(IORAddressingInfo address)
- Create addresses from component in IOR
- Specified by:
createAddresses
in interface ClientProtocol
createBinding
public ClientBinding createBinding(Address addr)
- Returns a Collection of ClientBinding objects, prioritised at the per-profile
(inter-component) level. The client addresses in the returned bindings
should return identical results for each of the addressing disposition
types.
- Specified by:
createBinding
in interface ClientProtocol