org.openorb.orb.net
Interface ClientProtocol
- All Known Implementing Classes:
- IIOPClientProtocol
- public interface ClientProtocol
The client protocol is used to generate client bindings from an IOR and may
perform some management of the client channels.
- Version:
- $Revision: 1.3 $ $Date: 2004/02/10 21:02:50 $
- Author:
- Chris Wood
Method Summary |
Address[] |
createAddresses(org.omg.GIOP.IORAddressingInfo address)
Create addresses from component in IOR. |
ClientBinding |
createBinding(Address address)
Returns a ClientBinding object, prioritised at the per-profile
(inter-component) level. |
org.omg.CORBA.ORB |
orb()
An orb reference. |
orb
public org.omg.CORBA.ORB orb()
- An orb reference.
createAddresses
public Address[] createAddresses(org.omg.GIOP.IORAddressingInfo address)
- Create addresses from component in IOR. The client addresses in the
returned bindings should return identical results for each of the
addressing disposition types.
createBinding
public ClientBinding createBinding(Address address)
- Returns a ClientBinding object, prioritised at the per-profile
(inter-component) level.