org.apache.juddi.handler
Class PhoneHandler

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

public class PhoneHandler
extends AbstractHandler

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

Author:
Steve Viens (sviens@apache.org)

Field Summary
static java.lang.String TAG_NAME
           
 
Constructor Summary
protected PhoneHandler(HandlerMaker maker)
           
 
Method Summary
 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

PhoneHandler

protected PhoneHandler(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)


Copyright © 2004-2007. All Rights Reserved.