org.objectweb.proactive.core.descriptor.xml
Class ServiceDefinitionHandler.P2PLookupHandler

java.lang.Object
  extended byorg.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
      extended byorg.objectweb.proactive.core.xml.handler.PassiveCompositeUnmarshaller
          extended byorg.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.P2PLookupHandler
All Implemented Interfaces:
UnmarshallerHandler, XMLHandler
Enclosing class:
ServiceDefinitionHandler

protected class ServiceDefinitionHandler.P2PLookupHandler
extends PassiveCompositeUnmarshaller


Field Summary
protected  P2PLookupService p2pService
           
 
Fields inherited from interface org.objectweb.proactive.core.xml.handler.UnmarshallerHandler
logger
 
Constructor Summary
ServiceDefinitionHandler.P2PLookupHandler()
           
 
Method Summary
 java.lang.Object getResultObject()
          Returns the object resulting of the processing of the SAX events.
protected  void notifyEndActiveHandler(java.lang.String name, UnmarshallerHandler activeHandler)
           
 void startContextElement(java.lang.String name, Attributes attributes)
          Receives notification that the XML element of given name and attributes has been read in the XML being deserialized.
 
Methods inherited from class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
addHandler, checkActiveHandler, checkNonEmpty, endElement, endPrefixMapping, getHandler, readValue, startElement, startPrefixMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p2pService

protected P2PLookupService p2pService
Constructor Detail

ServiceDefinitionHandler.P2PLookupHandler

public ServiceDefinitionHandler.P2PLookupHandler()
Method Detail

startContextElement

public void startContextElement(java.lang.String name,
                                Attributes attributes)
                         throws org.xml.sax.SAXException
Description copied from interface: UnmarshallerHandler
Receives notification that the XML element of given name and attributes has been read in the XML being deserialized. This element is the context element of the Object being unmarshalled. This context element is the element that has triggered the use of this handler.

Specified by:
startContextElement in interface UnmarshallerHandler
Overrides:
startContextElement in class PassiveCompositeUnmarshaller
Throws:
org.xml.sax.SAXException

notifyEndActiveHandler

protected void notifyEndActiveHandler(java.lang.String name,
                                      UnmarshallerHandler activeHandler)
                               throws org.xml.sax.SAXException
Overrides:
notifyEndActiveHandler in class PassiveCompositeUnmarshaller
Throws:
org.xml.sax.SAXException

getResultObject

public java.lang.Object getResultObject()
                                 throws org.xml.sax.SAXException
Description copied from interface: UnmarshallerHandler
Returns the object resulting of the processing of the SAX events.

Specified by:
getResultObject in interface UnmarshallerHandler
Overrides:
getResultObject in class PassiveCompositeUnmarshaller
Throws:
org.xml.sax.SAXException


Copyright ? October 2004 INRIA All Rights Reserved.