org.sapia.soto
Interface XmlAware


public interface XmlAware

This interface can be implemented as a callback to receive naming information from the container.

Author:
yduchesne

Method Summary
 void setNameInfo(String name, String prefix, String uri)
           
 

Method Detail

setNameInfo

void setNameInfo(String name,
                 String prefix,
                 String uri)
Parameters:
name - the local name of the corresponding this instance.
prefix - the XML namespace prefix of this instance.
uri - the XML uri of this instance.


Copyright © 2002-2007 Sapia Open Community, Inc. All Rights Reserved.