ccs.xml
Interface XMLMarshalable


public interface XMLMarshalable

Classes which implement this declare that they can marshal themselves as XML (CXT) in our standard fashion.


Method Summary
 void xmlMarshal(CXTStream cxt)
           
 

Method Detail

xmlMarshal

void xmlMarshal(CXTStream cxt)
                throws java.io.IOException
Throws:
java.io.IOException