org.apache.juddi.handler
Class BusinessEntityHandler

java.lang.Object
  extended byorg.apache.juddi.handler.AbstractHandler
      extended byorg.apache.juddi.handler.BusinessEntityHandler
All Implemented Interfaces:
IHandler

public class BusinessEntityHandler
extends AbstractHandler

"Knows about the creation and populating of BusinessEntity objects. Returns BusinessEntity."

Author:
Steve Viens (sviens@apache.org), Anou Mana (anou_mana@users.sourceforge.net)

Field Summary
static java.lang.String TAG_NAME
           
 
Constructor Summary
protected BusinessEntityHandler(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 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

BusinessEntityHandler

protected BusinessEntityHandler(HandlerMaker maker)
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 parent)
Parameters:
object -
parent -

main

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


Copyright © 2003 Apache Software Foundation. All rights reserved.