Uses of Interface
com.sun.xml.bind.serializer.XMLSerializable

Packages that use XMLSerializable
com.sun.xml.bind.marshaller   
com.sun.xml.bind.serializer   
com.sun.xml.bind.validator   
 

Uses of XMLSerializable in com.sun.xml.bind.marshaller
 

Methods in com.sun.xml.bind.marshaller with parameters of type XMLSerializable
 void SAXMarshaller.childAsAttributeBodies(XMLSerializable o)
          Deprecated.  
 void SAXMarshaller.childAsAttributes(XMLSerializable o)
          Deprecated.  
 void SAXMarshaller.childAsElements(XMLSerializable o)
          Deprecated.  
 

Uses of XMLSerializable in com.sun.xml.bind.serializer
 

Methods in com.sun.xml.bind.serializer with parameters of type XMLSerializable
 void XMLSerializer.childAsAttributeBodies(XMLSerializable o)
          Deprecated. This method is called when an XMLSerializable object is found while the marshaller is in the "attribute body" mode (i.e.
 void XMLSerializer.childAsAttributes(XMLSerializable o)
          Deprecated. This method is called when an XMLSerializable object is found while the marshaller is in the "attribute" mode (i.e.
 void XMLSerializer.childAsElements(XMLSerializable o)
          Deprecated. This method is called when an XMLSerializable object is found while the marshaller is in the "element" mode (i.e.
 

Uses of XMLSerializable in com.sun.xml.bind.validator
 

Subinterfaces of XMLSerializable in com.sun.xml.bind.validator
 interface ValidatableObject
          Deprecated. in JAXB1.0.1
 

Methods in com.sun.xml.bind.validator with parameters of type XMLSerializable
 void MSVValidator.childAsAttributeBodies(XMLSerializable o)
          Deprecated.  
 void MSVValidator.childAsAttributes(XMLSerializable o)
          Deprecated.  
 void MSVValidator.childAsElements(XMLSerializable o)
          Deprecated.