Uses of Package
org.apache.muse.core.serializer

Packages that use org.apache.muse.core.serializer
org.apache.muse.core.descriptor   
org.apache.muse.core.serializer   
org.apache.muse.ws.notification.impl   
org.apache.muse.ws.resource.sg.impl   
 

Classes in org.apache.muse.core.serializer used by org.apache.muse.core.descriptor
Serializer
          Serializer is a simple interface for serializing and deserializing individual objects to and from XML.
 

Classes in org.apache.muse.core.serializer used by org.apache.muse.core.serializer
Serializer
          Serializer is a simple interface for serializing and deserializing individual objects to and from XML.
SerializerRegistry
          SerializerRegistry is a singleton component that keeps track of what Java types have Muse Serializers for use by SOAP handlers and user code.
 

Classes in org.apache.muse.core.serializer used by org.apache.muse.ws.notification.impl
Serializer
          Serializer is a simple interface for serializing and deserializing individual objects to and from XML.
 

Classes in org.apache.muse.core.serializer used by org.apache.muse.ws.resource.sg.impl
Serializer
          Serializer is a simple interface for serializing and deserializing individual objects to and from XML.
XmlSerializableSerializer
          XmlSerializableSerializer performs no transformation on its data - it simply casts objects to instances of XmlSerializable and calls their toXML() method to perform serialization.
 



Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.