org.apache.juddi.handler
Class PropertyHandler

java.lang.Object
  extended by org.apache.juddi.handler.AbstractHandler
      extended by org.apache.juddi.handler.PropertyHandler
All Implemented Interfaces:
IHandler

public class PropertyHandler
extends AbstractHandler

Knows about the creation and populating of Property objects.

Author:
Steve Viens (sviens@apache.org)

Field Summary
static java.lang.String TAG_NAME
           
 
Constructor Summary
protected PropertyHandler(HandlerMaker maker)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void marshal(RegistryObject object, org.w3c.dom.Element parent)
           
 RegistryObject unmarshal(org.w3c.dom.Element element)
           
 
Methods inherited from class org.apache.juddi.handler.AbstractHandler
getGeneric, getUDDINamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_NAME

public static final java.lang.String TAG_NAME
See Also:
Constant Field Values
Constructor Detail

PropertyHandler

protected PropertyHandler(HandlerMaker maker)
Method Detail

unmarshal

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

marshal

public void marshal(RegistryObject object,
                    org.w3c.dom.Element parent)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004-2007. All Rights Reserved.