|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnmarshallerHandler | |
org.objectweb.proactive.core.component.xml | Provides means to load a component system from an xml descriptor file. |
org.objectweb.proactive.core.config.xml | Provides all classes needed for parsing XML configuration file, and loading related System properties |
org.objectweb.proactive.core.descriptor.xml | Provides all classes needed for parsing XML Deployment Descriptor files, and building related java objects |
org.objectweb.proactive.core.xml.handler | **For internal use only** Contains utility classes. |
org.objectweb.proactive.ext.security |
Uses of UnmarshallerHandler in org.objectweb.proactive.core.component.xml |
Classes in org.objectweb.proactive.core.component.xml that implement UnmarshallerHandler | |
class |
AbstractContainerComponentHandler
This class allows the coherency of the nesting of components (component containers such as composite or parallel components) : only the container handler of level n+1 is involved (whereas with the standard design, the top containing handler receives all the messages) |
class |
BindingsHandler
|
class |
BindingsHandler.BindingHandler
|
class |
ComponentHandler
|
class |
ComponentsDescriptorHandler
|
class |
ComponentsHandler
|
class |
ComponentTypeHandler
|
protected class |
ComponentTypeHandler.InterfaceHandler
|
class |
CompositeComponentHandler
|
class |
ParallelCompositeComponentHandler
|
class |
PrimitiveComponentHandler
|
class |
TypesHandler
|
Uses of UnmarshallerHandler in org.objectweb.proactive.core.config.xml |
Classes in org.objectweb.proactive.core.config.xml that implement UnmarshallerHandler | |
class |
MasterFileHandler
|
class |
PropertiesHandler
|
Uses of UnmarshallerHandler in org.objectweb.proactive.core.descriptor.xml |
Uses of UnmarshallerHandler in org.objectweb.proactive.core.xml.handler |
Classes in org.objectweb.proactive.core.xml.handler that implement UnmarshallerHandler | |
class |
AbstractUnmarshallerDecorator
Receives SAX event and pass them on |
class |
BasicUnmarshaller
Receives SAX event and pass them on |
class |
BasicUnmarshallerDecorator
Receives SAX event and pass them on |
class |
CollectionUnmarshaller
Receives SAX event and pass them on |
class |
PassiveCompositeUnmarshaller
Receives SAX event and pass them on |
Uses of UnmarshallerHandler in org.objectweb.proactive.ext.security |
Classes in org.objectweb.proactive.ext.security that implement UnmarshallerHandler | |
class |
ProActiveSecurityDescriptorHandler
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |