org.apache.juddi.handler
Interface IHandler

All Known Implementing Classes:
AbstractHandler

public interface IHandler

Author:
Steve Viens (sviens@apache.org)

Method Summary
 void marshal(RegistryObject object, org.w3c.dom.Element element)
           
 RegistryObject unmarshal(org.w3c.dom.Element element)
           
 

Method Detail

unmarshal

public RegistryObject unmarshal(org.w3c.dom.Element element)
Parameters:
element -
Returns:
RegistryObject

marshal

public void marshal(RegistryObject object,
                    org.w3c.dom.Element element)
Parameters:
object -
element -


Copyright ? 2003 Apache Software Foundation. All rights reserved.