fulmine.protocol.wire
Interface IWireIdentityRegistry

All Known Subinterfaces:
IContainerDefinitionField
All Known Implementing Classes:
ContainerDefinitionField, SWFWireIdentityRegistry

public interface IWireIdentityRegistry

A two-way lookup registry of the IWireIdentity assigned to a String identity.

Author:
Ramon Servadei

Method Summary
 String getIdentityFor(IWireIdentity wireId)
          Get the identity assigned to the wire identity
 IWireIdentity getWireIdentityFor(String identity)
          Get the wire identity assigned for an identity
 

Method Detail

getWireIdentityFor

IWireIdentity getWireIdentityFor(String identity)
Get the wire identity assigned for an identity

Parameters:
identity - the identity to find the assigned wire identity for
Returns:
the IWireIdentity assigned to this identity

getIdentityFor

String getIdentityFor(IWireIdentity wireId)
Get the identity assigned to the wire identity

Parameters:
wireId - the wire identity to find the plain identity for
Returns:
the String identity assigned to this wire identity


Copyright © 2007-2009. All Rights Reserved.