com.sun.tools.ws.processor.model.exporter
Interface ExternalObject


public interface ExternalObject

"Opaque" object in the object graph that knows how to persist itself to XML. TODO: ExternalObjectReader


Method Summary
 String getType()
          Type name of this object.
 void saveTo(ContentHandler receiver)
          Saves the object into XML.
 

Method Detail

getType

String getType()
Type name of this object. This will be used when loading the object back from XML.


saveTo

void saveTo(ContentHandler receiver)
Saves the object into XML.