com.sun.xml.bind.validator
Interface ValidatableObject

All Superinterfaces:
XMLSerializable

Deprecated. in JAXB1.0.1

public interface ValidatableObject
extends XMLSerializable

This interface is implemented by generated classes to indicate that the class supports validation.

Since:
JAXB1.0

Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Deprecated. Gets the schema fragment associated with this class.
 java.lang.Class getPrimaryInterface()
          Deprecated. Gets the main interface that this object implements.
 
Methods inherited from interface com.sun.xml.bind.serializer.XMLSerializable
serializeAttributeBodies, serializeAttributes, serializeElements
 

Method Detail

createRawValidator

com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Deprecated. 
Gets the schema fragment associated with this class.


getPrimaryInterface

java.lang.Class getPrimaryInterface()
Deprecated. 
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.