Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.miamm.castor
Class NullIDResolver  view NullIDResolver download NullIDResolver.java

java.lang.Object
  extended byorg.miamm.castor.NullIDResolver

public class NullIDResolver
extends java.lang.Object

A Castor IDResolver which returns the String for the ID instead of the object. This is useful because we don't always have the referred object lying about, but we would like to talk about it anyway.

Version:
$Revision: 1.1 $
$Date: 2003/03/05 22:54:44 $

Field Summary
(package private) static org.apache.log4j.Logger _logger
           
 
Constructor Summary
NullIDResolver()
           
 
Method Summary
 java.lang.Object resolve(java.lang.String idref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_logger

static org.apache.log4j.Logger _logger
Constructor Detail

NullIDResolver

public NullIDResolver()
Method Detail

resolve

public java.lang.Object resolve(java.lang.String idref)